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 cmtjoancolmenero, 04-25-2024, 03:58 PM
    19 responses
    106 views
    0 likes
    Last Post cmtjoancolmenero  
    Started by nleitman, Yesterday, 11:46 AM
    10 responses
    28 views
    0 likes
    Last Post nleitman  
    Started by ccbiasi, 11-23-2017, 06:06 AM
    6 responses
    2,216 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by Pattontje, Yesterday, 11:54 PM
    1 response
    5 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by Pattontje, Today, 12:10 AM
    1 response
    4 views
    0 likes
    Last Post NinjaTrader_Erick  
    Working...
    X