Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

change arrow type

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

    change arrow type

    Hi. I want to change the arrow currently used in an indicator

    presume there's individual codes for each arrow, symbol, glyph, is there a list
    available of the codes, and, illustrations of them so I could choose what I want ?

    also want to space the arrows higher/lower from the price bars
    is that just a matter of entering a larger number ?

    #2
    Hello tradr,
    Thanks for writing in and I am happy to assist you.

    The DrawObjects function holds the collection of all the drawobjects generated by the NinjaScript code and draw objects manually drawn by users.


    To space the arrows higher or lower the chart, you can multiply it by an appropriate tick size.
    For example the below code offsets the arrow by 5 ticks from low.
    Code:
    this.DrawArrowUp("up", 0, Low[0] - 5 * TickSize, Color.Green);
    Please let me know if I can assist you any further.
    JoydeepNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    82 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    43 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    64 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    68 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    56 views
    0 likes
    Last Post CarlTrading  
    Working...
    X