for b16 I've created a very stupid strategy that was demostrating that more orders had to be handled (1 entry per direction) performance was degrading exponentially. For example if I generate 10000 orders per month it took 5 minutes to backtest, but when I backtest week by week with 2500 orders per week it took 20 seconds summing all 4 weeks.
That problem was successfully solved in b17. Now I've added only StopLoss and ProfitTarget orders and problem is back again. Maybe the solution is similar to the first one?

Comment