diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 9542d5725..b31e515ab 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -425,7 +425,7 @@ Buy hyperspace params: Stoploss: -0.37996664668703606 ``` -If you are optimizing stoploss values, Freqtrade creates the 'stoploss' optimization hyperspace for you. By default, the stoploss values in that hyperspace can vary in the range -0.5...-0.02, which is sufficient in most cases. +If you are optimizing stoploss values, Freqtrade creates the 'stoploss' optimization hyperspace for you. By default, the stoploss values in that hyperspace can vary in the range -0.35...-0.02, which is sufficient in most cases. If you have the `stoploss_space()` method in your custom hyperopt file, remove it in order to utilize Stoploss hyperoptimization space generated by Freqtrade by default.