Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

when does initialize get called

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

    when does initialize get called

    i coded an indicator where the initialize method creates some db objects. when i added the indicator, it worked,
    later i made some chagnse to the indicator and removed and added it again to market analyser, i started getting errors.
    does the initialze get called again when i remove and add the same indicator.

    #2
    Yes and it might even get called multiple times, if you add it fresh it's called once you select your custom indicator from the indicators enum to add to the column.

    I would suggest you move your DB object creation logic to the first OnBarUpdate() call and retry.
    Last edited by NinjaTrader_Bertrand; 01-27-2010, 07:17 AM.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    71 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    43 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    25 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    28 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    56 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X