I am getting strange results in backtesting.
In one trade, a profit target is met (in fact exceeded by about 4 ticks). The red profit target dot even appears in the backtest chart about where you would expect, but the trade does not exit!
Please see the attached backtest chart.
Additional info. To get decent intraday matches the strategy is running on 1500 ticks, with an additional 1 tick trading timeframe with CalculateOnBarClose=true.
I use EnterLongLimit/EnterShortLimit to enter and SetStopLoss/SetProfitTarget to exit and ensure that I do this on the correct BarsInProgress (=1) on the 1 tick timeframe.
Any idea what is going on? The backtest is useless to me at the moment
Thanks

Comment