Stoploss fixed

This commit is contained in:
Masoud Azizi
2021-05-19 11:34:50 +04:30
committed by GitHub
parent 1fd5928eb2
commit e694d5b568
+1 -1
View File
@@ -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'