Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 junkone, Today, 11:37 AM
      1 response
      9 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by frankthearm, Yesterday, 09:08 AM
      11 responses
      42 views
      0 likes
      Last Post frankthearm  
      Started by quantismo, 04-17-2024, 05:13 PM
      5 responses
      35 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by proptrade13, Today, 11:06 AM
      1 response
      6 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by love2code2trade, 04-17-2024, 01:45 PM
      4 responses
      35 views
      0 likes
      Last Post love2code2trade  
      Working...
      X