DRAWDOWN_MULT back to a higher value as built-in for safer HOs first
This commit is contained in:
parent
2893d0b50d
commit
8cdb6e0774
@ -14,7 +14,7 @@ from freqtrade.optimize.hyperopt import IHyperOptLoss
|
||||
|
||||
|
||||
# higher numbers penalize drawdowns more severely
|
||||
DRAWDOWN_MULT = 0.01
|
||||
DRAWDOWN_MULT = 0.075
|
||||
|
||||
|
||||
class ProfitDrawDownHyperOptLoss(IHyperOptLoss):
|
||||
|
Loading…
Reference in New Issue
Block a user