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 CarlTrading, Yesterday, 11:51 AM
    0 responses
    18 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, Yesterday, 11:48 AM
    0 responses
    23 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-25-2026, 09:53 PM
    0 responses
    27 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 03-25-2026, 09:51 PM
    0 responses
    15 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 03-23-2026, 11:13 AM
    0 responses
    22 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X