For example I have a strategy with a condition:
If CurrentMarketPosition = Long
....
....
ExitLong
I had this strategy running on my chart, and when I unchecked global simulation mode, the strategy went short, went it was supposed to be exiting an existing long. The problem is that the existing long was a simulated trade, and when the exit condition was triggered it was a real trade, but not the one I expected.
Is there a proper way to switch to live mode that will start flat regardless of historical trades?
Also when running a strategy is there a setting that determines whether NT will try to 'catch up' to the previous order, or simply wait for the next trigger?


Comment