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 pmachiraju, 11-01-2023, 04:46 AM
      8 responses
      147 views
      0 likes
      Last Post rehmans
      by rehmans
       
      Started by mattbsea, Today, 05:44 PM
      0 responses
      5 views
      0 likes
      Last Post mattbsea  
      Started by RideMe, 04-07-2024, 04:54 PM
      6 responses
      33 views
      0 likes
      Last Post RideMe
      by RideMe
       
      Started by tkaboris, Today, 05:13 PM
      0 responses
      5 views
      0 likes
      Last Post tkaboris  
      Started by GussJ, 03-04-2020, 03:11 PM
      16 responses
      3,282 views
      0 likes
      Last Post Leafcutter  
      Working...
      X