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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    144 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    70 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    125 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    78 views
    0 likes
    Last Post PaulMohn  
    Working...
    X