Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Arrow only plots the latest MA cross above and the latest cross bellow

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

    Arrow only plots the latest MA cross above and the latest cross bellow

    How can I plot arrows in my strategy since the beginning of the chart data... What parameter do I need to change to do so?
    Right now ONLY plots 1 arrow up on the latest MA cross above and the latest arrow on MA cross bellow. I want to be able to see all of the crosses based on criteria on the entire chart and not just the latest.

    #2
    Hello CROforce,

    Thank you for writing in.

    You will need to make each instance of your draw object unique, the Tag Name should be different for each arrow.

    So for the Tag parameter you could write, "tag1"+CurrentBar.ToString(),

    Then each time you call your draw.arrow method, the name of that arrow will be named tag1 plus whatever bar number is current.



    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      That worked :-) Thank you

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Today, 05:17 AM
      0 responses
      21 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      120 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      63 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      41 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      45 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X