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 DannyP96, 05-18-2026, 02:38 PM
    1 response
    29 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    117 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    69 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    227 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    309 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X