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 argusthome, Yesterday, 10:06 AM
    0 responses
    17 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    16 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    14 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    9 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    36 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X