From 08ab92e77e5e30ede92f5ff03c018d91edc66998 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 1 Apr 2026 18:19:33 +0200 Subject: [PATCH] chore(quickadapter): refine template config parameters for better performance 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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 6f10ddf..95b1a22 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -39,7 +39,8 @@ "price_last_balance": 0.0 }, "reversal_confirmation": { - "max_natr_multiplier_fraction": 0.025 + "min_natr_multiplier_fraction": 0.0075, + "max_natr_multiplier_fraction": 0.01 }, "exchange": { "name": "binance", @@ -139,7 +140,7 @@ "label_smoothing": { "method": "kaiser", "window_candles": 5, - "beta": 14.0 + "beta": 12.0 // Per-label format: // "default": { // "method": "none" @@ -148,7 +149,7 @@ // "&s-extrema": { // "method": "kaiser", // "window_candles": 5, - // "beta": 14.0 + // "beta": 12.0 // } }, "label_pipeline": { @@ -162,7 +163,7 @@ // "&s-extrema": { // "standardization": "none", // "normalization": "maxabs", - // "gamma": 1.5 + // "gamma": 1.25 // } // } }, @@ -178,7 +179,7 @@ // "columns": { // "&s-extrema": { // "threshold_method": "isodata", - // "keep_fraction": 0.5 + // "keep_fraction": 0.015 // } // } }, -- 2.43.0