From 581dbe2817fb2cf86e265a9a8ef5f5f5015bae59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 5 Sep 2025 21:35:58 +0200 Subject: [PATCH] refactor(qav3): refine configuration template 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index c486b4e..2f0cd01 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -157,8 +157,8 @@ "label_period_candles": 24, "label_metric": "euclidean", "label_weights": [ - 0.6, - 0.4 + 0.55, + 0.45 ], "include_shifted_candles": 6, "DI_threshold": 10, -- 2.43.0