diff --git a/user_data/strategies/mabStra.py b/user_data/strategies/mabStra.py index b6144b9..d2615cc 100644 --- a/user_data/strategies/mabStra.py +++ b/user_data/strategies/mabStra.py @@ -28,7 +28,7 @@ class mabStra(IStrategy): sell_div_max = DecimalParameter(0, 2, decimals=4, default=1.54593, space='sell') sell_div_min = DecimalParameter(0, 2, decimals=4, default=2.81436, space='sell') - stoploss = -1 + stoploss = -0.1 # Optimal timeframe use it in your config timeframe = '4h'