I used in my strategy the script of https://forum.ninjatrader.com/forum/...te#post1058061, associated with ConnectionLossHandling = ConnectionLossHandling.Recalculate;
There are two connection loss possibilities I see in the Log: loss of primary connection to NT and loss of data feed.
I often have the following case
Nevertheless, when using the OnConnectionStatusUpdate as in https://forum.ninjatrader.com/forum/...te#post1058061, all data are reloaded even if the price feed connection has not been lost (I am using Kinetick).
Is there a way to get ReloadAllHistoricalData() triggered ONLY if the data feed is lost and not if only the NT primary connection is lost?
Best regards
Martin

Comment