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 argusthome, 03-08-2026, 10:06 AM
    0 responses
    94 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    49 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    31 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    34 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    70 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X