From e94c50f392e81e05dd9821ab5f7b5b5352577a71 Mon Sep 17 00:00:00 2001 From: wluciano Date: Thu, 25 Mar 2021 15:52:28 -0400 Subject: [PATCH] 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 --- user_data/strategies/hlhb.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/user_data/strategies/hlhb.py b/user_data/strategies/hlhb.py index 6e3b8c5..b88a4b4 100644 --- a/user_data/strategies/hlhb.py +++ b/user_data/strategies/hlhb.py @@ -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'