Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Arrow is drawn only once

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

    Arrow is drawn only once

    problem solved, please delete this topic.
    Last edited by ttodua; 05-10-2017, 01:41 PM.

    #2
    Hello selnomeria,

    Thanks for your post.

    The arrows are draw objects on the chart. Each draw object must have a unique tag name. If you use the same tag name then the existing draw object is removed and the newest one is drawn on the chart leaving you with the latest version of the draw object.

    In your example, the arrow is drawn with the tag name of "UpDivrg". To see all of the arrows, create a unique tag name by adding the bar number to it like: "UpDivrg"+CurrentBar

    That will create a unique tag name for example like UpDivrg978 or UpDivrg1145.

    References:
    http://ninjatrader.com/support/helpG...currentbar.htm
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by bmartz, Today, 09:30 AM
    2 responses
    11 views
    0 likes
    Last Post bltdavid  
    Started by f.saeidi, Today, 11:02 AM
    1 response
    2 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by geotrades1, Today, 10:02 AM
    4 responses
    12 views
    0 likes
    Last Post geotrades1  
    Started by rajendrasubedi2023, Today, 09:50 AM
    3 responses
    16 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by lorem, Today, 09:18 AM
    2 responses
    11 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X