Merge pull request #149 from Samaoo/patch-2

Fix hlhb
This commit is contained in:
Matthias
2021-04-05 13:49:47 +02:00
committed by GitHub
+3 -3
View File
@@ -16,7 +16,7 @@ class hlhb(IStrategy):
INTERFACE_VERSION = 2
position_stacking = "True",
position_stacking = "True"
# Minimal ROI designed for the strategy.
# This attribute will be overridden if the config file contains "minimal_roi".
@@ -25,11 +25,11 @@ class hlhb(IStrategy):
"703": 0.2187,
"2849": 0.0363,
"5520": 0
},
}
# Optimal stoploss designed for the strategy.
# This attribute will be overridden if the config file contains "stoploss".
stoploss = -0.3211,
stoploss = -0.3211
# Trailing stoploss
trailing_stop = True