From: Jérôme Benoit Date: Thu, 22 Jan 2026 10:47:58 +0000 (+0100) Subject: chore(quickadapter): update labeling method and weights X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a2a90dadeacd321d514b163f1376edbcde65458d;p=freqai-strategies.git chore(quickadapter): update labeling method and weights Signed-off-by: Jérôme Benoit --- diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 96e3020..a08388b 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -172,14 +172,14 @@ ], "label_period_candles": 18, "label_natr_multiplier": 10.5, - "label_method": "kmedoids", + "label_method": "topsis", "label_weights": [ 1.0, - 4.0, + 5.0, 1.0, 1.0, 1.0, - 2.0, + 2.5, 1.0 ], "include_shifted_candles": 6,