From e694d5b5688bfa4beaf6059dbff10004cbd30c46 Mon Sep 17 00:00:00 2001 From: Masoud Azizi Date: Wed, 19 May 2021 11:34:50 +0430 Subject: [PATCH] Stoploss fixed --- user_data/strategies/DevilStra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_data/strategies/DevilStra.py b/user_data/strategies/DevilStra.py index b8dc32e..97929aa 100644 --- a/user_data/strategies/DevilStra.py +++ b/user_data/strategies/DevilStra.py @@ -554,7 +554,7 @@ class DevilStra(IStrategy): sell_spell = CategoricalParameter(spell_pot, default=spell_pot[0], space='sell') # Stoploss: - stoploss = -1 + stoploss = -0.1 # Buy hypers timeframe = '1h'