From: Jérôme Benoit Date: Tue, 17 Jun 2025 20:19:53 +0000 (+0200) Subject: refactor(qav3): add another sensible pivot labeling default for swing X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f4f740d765354fc9e976616405fcf0d587438e71;p=freqai-strategies.git refactor(qav3): add another sensible pivot labeling default for swing trading strategy Signed-off-by: Jérôme Benoit --- diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 64aa843..93a46a0 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -159,6 +159,11 @@ 0.5, 0.5 ], + // "label_metric": "chebyshev", + // "label_weights": [ + // 0.25, + // 0.75 + // ], "include_shifted_candles": 6, "DI_threshold": 10, "weight_factor": 0.9,