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 Mindset, 04-21-2026, 06:46 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      144 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      71 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      125 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      79 views
      0 likes
      Last Post PaulMohn  
      Working...
      X