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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    607 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    353 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    560 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    561 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X