From 56fa6d5e84068ca061efd86bbea0cd9a28184aec Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 9 Sep 2025 21:47:38 +0200 Subject: [PATCH] docs(qav3): sensible defaults in 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 2f0cd01..47bfb8d 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.55, - 0.45 + 0.5, + 0.5 ], "include_shifted_candles": 6, "DI_threshold": 10, -- 2.43.0