From a814aecb6110091df5ad4e90db3d867524323bf7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 13 Jan 2026 11:54:57 +0100 Subject: [PATCH] chore/ refine update config-template.json 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 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 80366b2..96e3020 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -14,7 +14,7 @@ "cancel_open_orders_on_exit": false, // "trading_mode": "futures", // "margin_mode": "isolated", - // "leverage": 2.0, + // "leverage": 5.0, "trading_mode": "spot", "unfilledtimeout": { "entry": 10, @@ -134,7 +134,7 @@ "extrema_smoothing": { "method": "kaiser", "window_candles": 5, - "beta": 12.0 + "beta": 14.0 }, "predictions_extrema": { "threshold_smoothing_method": "isodata", @@ -173,6 +173,15 @@ "label_period_candles": 18, "label_natr_multiplier": 10.5, "label_method": "kmedoids", + "label_weights": [ + 1.0, + 4.0, + 1.0, + 1.0, + 1.0, + 2.0, + 1.0 + ], "include_shifted_candles": 6, "DI_threshold": 10, "weight_factor": 0.9, -- 2.43.0