diff --git a/en/develop/hyperopt/index.html b/en/develop/hyperopt/index.html index 6fff53c02..47176e0cf 100644 --- a/en/develop/hyperopt/index.html +++ b/en/develop/hyperopt/index.html @@ -3206,7 +3206,7 @@ Your epochs should therefore be aligned to the possible values - or you should b

After you run Hyperopt for the desired amount of epochs, you can later list all results for analysis, select only best or profitable once, and show the details for any of the epochs previously evaluated. This can be done with the hyperopt-list and hyperopt-show sub-commands. The usage of these sub-commands is described in the Utils chapter.

Validate backtesting results

Once the optimized strategy has been implemented into your strategy, you should backtest this strategy to make sure everything is working as expected.

-

To achieve same the results (number of trades, their durations, profit, etc.) as during Hyperopt, please use the same configuration and parameters (timerange, timeframe, ...) used for hyperopt --dmmp/--disable-max-market-positions and --eps/--enable-position-stacking for Backtesting.

+

To achieve same the results (number of trades, their durations, profit, etc.) as during Hyperopt, please use the same configuration and parameters (timerange, timeframe, ...) used for hyperopt for Backtesting.

Why do my backtest results not match my hyperopt results?

Should results not match, check the following factors: