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 burtoninlondon, Today, 12:38 AM
    0 responses
    5 views
    0 likes
    Last Post burtoninlondon  
    Started by AaronKoRn, Yesterday, 09:49 PM
    0 responses
    14 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Yesterday, 08:42 PM
    0 responses
    11 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Yesterday, 07:51 PM
    0 responses
    13 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,983 views
    3 likes
    Last Post jhudas88  
    Working...
    X