What is does do is to add additional toolstrips to the chartcontrol.
When BarsRequired is set to the default of 20, the Strategy initializes correctly and OnStartup and OnTermination get called reliably. Every single time.
If I set the BarsRequired value to 0 or 1 (the only other 2 values I tried), then OnStartup and OnTermination sometimes don't get called, sometimes they do. Sometimes Startup gets called but not Termination...
Nothing in the Log other than the detail that the Strategy is initialized...
I don't really care that the BarsRequired value is 20, since I'm not even looking at bars... but this seems like a bug to me.
Thx,
Dave

Comment