I am running backtests on a strategy that has both long/short entries and long/short exits orders
in some circumstances a long exit coincide with a short entry (or a short exit with a long entry) which results in a reversal of position. This is actually what I intended in my strategy.
In a reversal situation, NT issues by itself a "close position" order on its own.
Since I already exited the position via my programmed exit orders, the "close position" order seems to be stuck in "working" status when looking in the orders tab of the backtest results in strategy analyser.
Is this normal behavior for the "close position" orders to be stuck in "working status" ?
Shouldnt the "close position" order be cancelled by NT instead when the position to be closed is already exited via an order in the strategy itself.
For now it does not seem to affect the back test results to have stuck "close position" orders like this. Is this behavior going to be a problem in real trading since the "close position" orders are still working and would thus add positions to the real account ? if yes what would be the solution to this behavior, can we tell NT to not issue "close position" orders on reversal situations ?

Comment