Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Draw Object-Hash

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Draw Object-Hash

    Hello,
    Is it possible to draw a Hash...like the Hash used in Plot Styles?
    Example: instead of DrawDot()or DrawDiamond() etc...I would like DrawHash().
    I tried that but it didnt work.
    Can this be done another way?

    Thanks

    #2
    Maybe you could try DrawLine() and just have it only show up on 1 bar?
    Code:
    DrawLine(CurrentBar.ToString(), 1, Close[0], 0, Close[0], Color.Blue);
    Or if you wanted a longer line maybe you could use something with the DashStyle.Dash for the DrawLine().
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Klaus Hengher, Yesterday, 03:13 AM
    2 responses
    15 views
    0 likes
    Last Post Klaus Hengher  
    Started by Sebastian - TwinPeaks, Yesterday, 01:31 PM
    2 responses
    13 views
    0 likes
    Last Post Sebastian - TwinPeaks  
    Started by wbennettjr, 07-15-2017, 05:07 PM
    16 responses
    2,530 views
    1 like
    Last Post eladlevi  
    Started by Human#102, Yesterday, 09:54 AM
    2 responses
    8 views
    0 likes
    Last Post Human#102  
    Started by Patlpp, 08-16-2021, 03:10 PM
    10 responses
    499 views
    0 likes
    Last Post Joerg
    by Joerg
     
    Working...
    X