From 7e214d8e4c14fb640a1b4c417c78b07381aaa4b7 Mon Sep 17 00:00:00 2001 From: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> Date: Sat, 28 Sep 2019 11:50:15 +0300 Subject: [PATCH] minor: change default stoploss space --- docs/hyperopt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.