Optimisation and backtest speed - page 2

 
bbb888l #: Thanks, but is there no way to increase speed by a factor of 10 for backtests and optimizations?

For single back tests, only by improving the quality and efficiency of the EA's coding. As already explained, an EA is single threaded.

For optimisations, all allowed threads will be used, but obviously if the EA's code is improved, then so will the optimisations.

You can also improve optimisations further by using a local farm or by using the paid MQL5 cloud service.