Is there a flag visible to a strategy that will notify my strategy logic upon a connected->disconnected->connected event? When my strategy is disconected and reconnected, I would like to run a reinitialization procedure specific to my logic.
Upon reconnection, does NT call a specific function? Initialize()? OnStartUp()?
Thanks!

Comment