From df50e03239d2b429382897f3b52246b562a1d161 Mon Sep 17 00:00:00 2001 From: mrpabloyeah Date: Tue, 8 Apr 2025 22:58:42 +0200 Subject: [PATCH] Complete the integration on freqtrade --- freqtrade/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index 1b99dd6ec..964aab4c5 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -37,6 +37,7 @@ HYPEROPT_LOSS_BUILTIN = [ "CalmarHyperOptLoss", "MaxDrawDownHyperOptLoss", "MaxDrawDownRelativeHyperOptLoss", + "MaxDrawDownPerPairHyperOptLoss", "ProfitDrawDownHyperOptLoss", "MultiMetricHyperOptLoss", ]