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