Update BreakEven.py

25% stop loss -> 5%, to cut unrecoverable losses faster
This commit is contained in:
lenik terenin
2021-08-09 03:56:35 +09:00
committed by GitHub
parent 10b52c1ed5
commit 7f31b06724
+1 -1
View File
@@ -43,7 +43,7 @@ class BreakEven(IStrategy):
# }
# Optimal stoploss designed for the strategy
stoploss = -0.25
stoploss = -0.05
# Optimal timeframe for the strategy
timeframe = '5m'