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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user