From a2a90dadeacd321d514b163f1376edbcde65458d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 22 Jan 2026 11:47:58 +0100 Subject: [PATCH] chore(quickadapter): update labeling method and weights MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- quickadapter/user_data/config-template.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, -- 2.53.0