Is there a way to force an indicator to call OnStartUp or to at least predict when it will be called? I have a dll I am trying to debug and while it appears Initialize() is reliably called, OnStartUp seems not to be or certainly not in a reliable way. I have certain things that can only be done in OnStartUp.
I am using Visual Studio to debug and have done this enough with strategies to have a very good idea of what I am doing but may be missing something when applying it to an indicator.
I have had an issue with this in the past and restarting NinjaTrader would normally solve it but not this time.
Thanks in advance
Scott

Comment