From fbc4829c27802c16a7ebfb288c581d30e7043e82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 10 Dec 2025 17:47:52 +0100 Subject: [PATCH] chore(qav3): propose a performant configuration template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's to show what can be achieved by understanding the various tunables and their interactions. 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 7b8418e..0bda39e 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -38,6 +38,9 @@ "order_book_top": 1, "price_last_balance": 0.0 }, + "reversal_confirmation": { + "max_natr_ratio_percent": 0.05 + }, "exchange": { "name": "binance", "key": "", @@ -122,7 +125,13 @@ "data_kitchen_thread_count": 6, // set to number of CPU threads / 4 "track_performance": false, "extrema_weighting": { - "strategy": "amplitude" + "strategy": "amplitude_threshold_ratio", + "gamma": 1.5 + }, + "extrema_smoothing": { + "method": "kaiser", + "window": 5, + "beta": 15.0 }, "predictions_extrema": { "thresholds_smoothing": "isodata" @@ -160,7 +169,7 @@ "4h" ], "label_period_candles": 18, - "label_metric": "euclidean", + "label_metric": "kmedoids", "include_shifted_candles": 6, "DI_threshold": 10, "weight_factor": 0.9, -- 2.53.0