Update BreakEven.py
25% stop loss -> 5%, to cut unrecoverable losses faster
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user