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 sjsj2732, Yesterday, 04:31 AM
      0 responses
      31 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      286 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      283 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      133 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      91 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X