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.
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by ct, 05-07-2023, 12:31 PM
    6 responses
    202 views
    0 likes
    Last Post wisconsinpat  
    Started by kaywai, Today, 06:26 AM
    0 responses
    1 view
    0 likes
    Last Post kaywai
    by kaywai
     
    Started by kevinenergy, 02-17-2023, 12:42 PM
    118 responses
    2,778 views
    1 like
    Last Post kevinenergy  
    Started by briansaul, Today, 05:31 AM
    0 responses
    9 views
    0 likes
    Last Post briansaul  
    Started by traderqz, Yesterday, 12:06 AM
    11 responses
    28 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X