Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw Arrows

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

    Draw Arrows

    Hello,

    This is the draw arrows from on indicator in NT7. It the syntax correct for NT8 as well?

    Thanks.

    if (showArrows)
    {
    if (Values[2][0] > 0 && Values[2][1] <= 0)
    {
    DrawArrowUp("arrow"+CurrentBar, true, 0, Low[0]-arrowOffset*TickSize, arrowColorUp);
    }
    else if (Values[2][0] < 0 && Values[2][1] >= 0)
    {
    DrawArrowDown("arrow"+CurrentBar, true, 0, High[0]+arrowOffset*TickSize, arrowColorDown);
    }
    }

    #2
    Hello Segwin, and thank you for your question.

    The following are code breaking changes which affect your sample. You can always review the code breaking changes page, http://ninjatrader.com/support/helpG...ng_changes.htm , to see whether you will need to modify your code.


    Please let us know if there are any other ways we can help
    Jessica P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    672 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    379 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    111 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    577 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    582 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X