]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
refactor(qav3): balanced default labeling settings to start with
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 17 Jun 2025 08:32:10 +0000 (10:32 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 17 Jun 2025 08:32:10 +0000 (10:32 +0200)
Since the labeling algo now behaves as intented, the weithing is not
trying anymore to compensate bugs

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/user_data/config-template.json

index 7d2bdc36775f488c938adf27920b278a09519566..64aa843c192a007633980fbe6dd4cf2f21d21a62 100644 (file)
       "label_period_candles": 100,
       "label_metric": "euclidean",
       "label_weights": [
-        0.25,
-        0.75
+        0.5,
+        0.5
       ],
       "include_shifted_candles": 6,
       "DI_threshold": 10,