Topic: FSB Pro Multi Tester Unhandled exception
Hi Popov, I am getting an unhandled exception when I try to run the multi tester. It works most of the time but oddly for the screenshot shown in the attachment tit keeps crashing. Copy of the message shown below
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at ForexStrategyBuilder.Core.Backtest.Backtester.(Int32
)
at ForexStrategyBuilder.Core.Backtest.Backtester.CalculateIndicatorExit()
at ForexStrategyBuilder.Core.Backtest.Backtester.Calculate(IDataSet dataSet, IIntrabarDataSet intrabarDataSet, ITickDataSet tickDataSet, IProfile profile, IStrategy strategy)
at ForexStrategyBuilder.Core.BacktestManager.CalculateStrategy(IStrategy strategy, IProfile profile, IDataSet dataSet, IIntrabarDataSet intrabarDataSet, ITickDataSet tickDataSet, MonteCarloSettings monteCarloSettings)
at ForexStrategyBuilder.Core.BacktestManager.
(Object
, DoWorkEventArgs )
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)