I currently use NT7 in SIM/free license version. This problem was also with 6.5.
If I have two strategies, strategy1 and strategy2, then place buy orders and sell orders in this sequence:
(1 futures contract, both strategies in the same futures symbol)
strategy1 buy 1 @ 6000
strategy2 buy 1 @ 6001
strategy2 sell 1 @ 6002
strategy1 sell 1 @ 6003
..Then the trades table will show:
Strategy1 6000, 6002
Strategy2 6001, 6003
Hence the exits will switch. The strategy with the first (time) entry will always get the first exit price, even if it's an exit made in the DOM of strategy2.
I use DOM setting "DisplaySelectedAtmStrategyOnly".
Is there any way to avoid this problem?

Comment