Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnStartup vs Initialize

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

    OnStartup vs Initialize

    hi,
    From release notes, OnStartup is called after Initialize but before any other event call.
    So when will one use OnStartup instead of Initialize ?

    Also when is onTermination called ?
    If i disable a strategy, is onTermination called ?
    if no, is there anEvent that is triggered when i disable a strategy ?

    thanks

    #2
    aljafp, OnStartUp() was introduced as the Initialize() could be called multiple times as indicators and strategies are added, OnStartUp() is only called once and would thus allow for example allow allocating custom resources needed.

    You can can use OnTermination() to clean up all resources used by the custom indicator / strategy, this is a new method for NT7 was previously achieved by overriding the basic Dispose() method.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    67 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    36 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    59 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    62 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X