From 533293a2423ddfc02375ad6af0d718e21a6db1ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 1 Mar 2026 21:14:59 +0100 Subject: [PATCH] chore(quickadapter): 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 8599819..6f10ddf 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -39,7 +39,7 @@ "price_last_balance": 0.0 }, "reversal_confirmation": { - "max_natr_multiplier_fraction": 0.05 + "max_natr_multiplier_fraction": 0.025 }, "exchange": { "name": "binance", @@ -169,7 +169,7 @@ "label_prediction": { "method": "thresholding", "threshold_method": "isodata", - "keep_fraction": 0.25 + "keep_fraction": 0.015 // Per-label format: // "default": { // "method": "thresholding", @@ -185,7 +185,7 @@ "optuna_hyperopt": { "enabled": true, "n_jobs": 6, - "n_trials": 50, + "n_trials": 100, "timeout": 7200, "label_candles_step": 1, "storage": "file" @@ -216,13 +216,13 @@ "label_natr_multiplier": 10.5, "label_method": "topsis", "label_weights": [ - 1.0, + 0.5, 5.0, + 3.0, 1.0, - 1.0, - 1.0, + 0.5, 5.0, - 1.0 + 3.0 ], "include_shifted_candles": 6, "DI_threshold": 10, -- 2.53.0