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 argusthome, 03-08-2026, 10:06 AM
      0 responses
      65 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      41 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      23 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      26 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      52 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X