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 DayTradingDEMON, Today, 09:28 AM
      1 response
      12 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by cmtjoancolmenero, Yesterday, 03:58 PM
      8 responses
      31 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by helpwanted, Today, 03:06 AM
      2 responses
      22 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by navyguy06, Today, 09:28 AM
      0 responses
      5 views
      0 likes
      Last Post navyguy06  
      Started by rjbtrade1, 11-30-2023, 04:38 PM
      2 responses
      77 views
      0 likes
      Last Post DavidHP
      by DavidHP
       
      Working...
      X