Look forward to putting this very useful function into action.
But I'm not clear on how it works. I believe I was told before that if connection is lost, the strategy "stops". Does that mean the strategy actually *stops* (as if I hit the 'stop' button) and the code is no longer executing... and if that's the case, what's the OnConnectionStatus call going into?
Or, does it just mean that the strategy is still loaded and "executing", but none of the events (OnBarUpdate, OnMarketData, etc, etc) are connected/firing?

Comment