From aa606de9829b86bad55861ec7a54f50d903ccf0c Mon Sep 17 00:00:00 2001 From: Samaoo Date: Mon, 5 Apr 2021 12:07:26 +0200 Subject: [PATCH] Update hlhb.py --- user_data/strategies/hlhb.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user_data/strategies/hlhb.py b/user_data/strategies/hlhb.py index b88a4b4..b3103e8 100644 --- a/user_data/strategies/hlhb.py +++ b/user_data/strategies/hlhb.py @@ -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