Update user_data/strategies/hlhb.py

My bad, sorry. I ended up copying this values from the settings to make them persistent...

Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
wluciano
2021-03-25 15:52:28 -04:00
committed by GitHub
parent fba63917d4
commit e94c50f392
+4 -4
View File
@@ -32,10 +32,10 @@ class hlhb(IStrategy):
stoploss = -0.3211,
# Trailing stoploss
trailing_stop = "True",
trailing_stop_positive = 0.0117,
trailing_stop_positive_offset = 0.0186,
trailing_only_offset_is_reached = "True",
trailing_stop = True
trailing_stop_positive = 0.0117
trailing_stop_positive_offset = 0.0186
trailing_only_offset_is_reached = True
# Optimal timeframe for the strategy.
timeframe = '4h'