Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

What routines accessed on strategy re-enable?

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

    What routines accessed on strategy re-enable?

    I currently have a strategy in NT 6.5 that makes decisions near the end of the day for long-term holding purposes. Every morning I have to reload it, so I'd like to move it to NT 7 where it will pesist.

    There is a subtlety, however. This strategy reads in from an external file additional information it needs when I start it up for the day. The documentation implies I should put read-once external information into OnStartUp(). I can do that, but is it re-executed when I re-enable the strategy? If so, then just putting my code there works.

    If OnStartUp() is NOT called on a re-enable, what is the exact sequence of routines started on re-eneable. Is there a flag/routine I can call to check that it was JUST re-enabled so I can make a call to read in the current day's file? If so, this is even better, because I could disable a strategy, update an external file, re-enable it, and load new data!

    Anyway, I can't shift over until I work this out, because these are my main production codes at the moment.

    #2
    Hello,

    OnStartUp() is run on each re-enable once.

    Let me know if I can be of further assistance.
    BrettNinjaTrader Product Management

    Comment


      #3
      Excellent! This is a great addition to the program. It really simplifies tying in external resources.
      Thank you.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      666 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      376 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      110 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      575 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      580 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X