From: Jérôme Benoit Date: Tue, 17 Jun 2025 08:32:10 +0000 (+0200) Subject: refactor(qav3): balanced default labeling settings to start with X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ee47d8402136f4aa471fbb78bcc1ca091c87725b;p=freqai-strategies.git refactor(qav3): balanced default labeling settings to start with Since the labeling algo now behaves as intented, the weithing is not trying anymore to compensate bugs Signed-off-by: Jérôme Benoit --- diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 7d2bdc3..64aa843 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -156,8 +156,8 @@ "label_period_candles": 100, "label_metric": "euclidean", "label_weights": [ - 0.25, - 0.75 + 0.5, + 0.5 ], "include_shifted_candles": 6, "DI_threshold": 10,