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.

    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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      68 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      38 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      63 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      62 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X