Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Best practices to update a Draw object

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

    Best practices to update a Draw object

    Hi,

    what is the best practice to update a draw object, for example, i have a Draw.Text and i want to change the display text, i tryed just changing the value with myDrawText.DisplayText = "changed text"; but it does not work, but if i recreate the object with myDrawText = Draw.Text(this, "myDrawText", "changed text, barsAgoText, Close[0], true, ""); it works, but, this is the best practice to do that?

    Same happen with a Draw.Line, i need to change the Y value to update every price change, only works if i Draw a new Line with Draw.Line but again it is the best practice?

    And what is the best practice to hide an object for example the Line or the Text? i tryed changing the stroke to transparent but only works defining the new Draw.Line or Draw.Text.

    Thank you for your help!!

    #2
    Originally posted by arbeydario View Post
    what is the best practice to update a draw object, for example, i have a Draw.Text and i want to change the display text, i tryed just changing the value with myDrawText.DisplayText = "changed text"; but it does not work, but if i recreate the object with myDrawText = Draw.Text(this, "myDrawText", "changed text, barsAgoText, Close[0], true, ""); it works, but, this is the best practice to do that?
    Try calling ForceRefresh after updating the draw object(s).

    Comment


      #3
      Hello arbeydario,

      Generally the supported approach is the call the draw method again using the same tag name and this will update the existing drawing object.
      Chelsea B.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      578 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      334 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      554 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      551 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X