with Initialize() you don't have any control about how many instances of this indicator are "floating around"...and therefore you don't have any control about how many active timers there are. I would start the timers nowhere else than in OnStartUp(). and I would make sure to shut the timers down properly in Dispose() or in the other method called at the indicator's destruction (don't remember the name).
Regards
Ralph


Comment