Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

draw dispose

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

    draw dispose

    At

    it says
    "Draw objects are disposed (for example on chart closing) after State.Terminated is seen for your custom NinjaScript studies potentially working with those​"
    What does it mean? Do I need to dispose all the lines I am placing on the chart or I should interpret the statement above as not to worry about it, it's all automatic?
    Thank you.
    Gio

    #2
    Originally posted by giogio1 View Post
    or I should interpret the statement above as not to worry about it, it's all automatic?
    Disposal of a Draw Object itself is all handled automatically behind the scenes.

    ------------------------------------------------------------------------------

    "Draw objects are disposed (for example on chart closing) after State.Terminated"

    My Interpretation:

    The DrawObjects Collection is available to work with in State.Terminated.
    (example: On Close - find specific DO and store it's values somewhere)

    Access the DrawObjects Collection in State.Terminated without issue:

    ------------------------------------------------------------------------------

    BEWARE | Manual Draw Objects | You Can't Reliably Do That in Other States!

    "There is no guarantee a manually drawn object will be added to the
    DrawObjects collection before an indicator starts processing data"

    My Experience:

    Before State.RealTime (min ChartBars.Count - 2) DrawObject Collection Unreliable!
    (Previous Manually Drawn Objects Might or Might Not Be Added Before This!)

    ------------------------------------------------------------------------------

    Be Safe in this Crazy World!​
    -=Edge=-
    NinjaTrader Ecosystem Vendor - High Tech Trading Analysis

    Comment


      #3
      Thank you Edge for your insights!
      Giovanni

      "Be Safe in this Crazy World!​" Yes!!, you too.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      558 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      324 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
      546 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      547 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X