Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Erasing a plot

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

    Erasing a plot

    Hello
    must be stupid but i can't find it

    I am ploting lines using a plot instruction.
    When the line is broken by the indicator i would like it to be erased from the chart

    I have :
    • tried Values[1].Set (null)
    • Values[1].Reset()

    but it's not working.
    The reason why i am using a plot instead of of draw line is that i need to now at each bar the value of the line

    Many thanks in advance

    #2
    Lionel92, the set and reset only work for the specific bar that you've called them on, to reset more values for example on historical bars, you would need to loop through the bars indices and thus provide an index to reset on in the .Reset method.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Originally posted by Lionel92 View Post
      Hello
      must be stupid but i can't find it

      I am ploting lines using a plot instruction.
      When the line is broken by the indicator i would like it to be erased from the chart


      I have :
      • tried Values[1].Set (null)
      • Values[1].Reset()
      but it's not working.
      The reason why i am using a plot instead of of draw line is that i need to now at each bar the value of the line

      Many thanks in advance
      How many Plots do you have?

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by cmtjoancolmenero, Yesterday, 03:58 PM
      11 responses
      39 views
      0 likes
      Last Post cmtjoancolmenero  
      Started by FrazMann, Today, 11:21 AM
      0 responses
      3 views
      0 likes
      Last Post FrazMann  
      Started by geddyisodin, Yesterday, 05:20 AM
      8 responses
      52 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by DayTradingDEMON, Today, 09:28 AM
      4 responses
      26 views
      0 likes
      Last Post DayTradingDEMON  
      Started by George21, Today, 10:07 AM
      1 response
      22 views
      0 likes
      Last Post NinjaTrader_ChristopherJ  
      Working...
      X