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