I read the section in the manual ( http://www.ninjatrader.com/support/h...layseconds.htm ) about the handling options when a connection loss occured, but I still need some clarification:
Scenario: Trading live through IB with the data coming from Kinetick; data connection is lost and later reestablished.
a) Option "Keep running":
- If the data connection is reestablished will the strategy load all the missing data?
- Will it send orders while going through the data (one bar or tick at a time as set in COBC)?
- Or will it send orders only AFTER having finished going through the reloaded data (this means: will all order changes be sent to the broker in sequence or only the last version)?
b) Option "Recalculate":
It says in the manual
•If the order feed disconnects and the strategy places an order action while disconnected, the strategy is stopped and a disconnect email alert will be sent.
•If both the data and order feeds disconnect for longer than the time specified in DisconnectDelaySeconds, the strategy is stopped and a disconnect email alert will be sent.
- Or will the strategy remain OFF, but in the tab "Positions" a recalculated line will show?
- So what exactly does "recalculate" refer to?
Thanks for making that clear to me!

NutFlush

Comment