From 45f5394d799190edf023bbe493bc3964cd0aebb2 Mon Sep 17 00:00:00 2001 From: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> Date: Sat, 28 Sep 2019 11:54:26 +0300 Subject: [PATCH] Align example in the docs --- docs/hyperopt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index b31e515ab..45528edab 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -422,7 +422,7 @@ Buy hyperspace params: 'adx-enabled': False, 'rsi-enabled': True, 'trigger': 'bb_lower'} -Stoploss: -0.37996664668703606 +Stoploss: -0.27996 ``` 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.