]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore(qav3): propose a performant configuration template
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 10 Dec 2025 16:47:52 +0000 (17:47 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 10 Dec 2025 16:47:52 +0000 (17:47 +0100)
It's to show what can be achieved by understanding the various tunables
and their interactions.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/user_data/config-template.json

index 7b8418ea390368900107dc248f1f329f5361abf8..0bda39eec02a0fab873b39946c3b73807fab991b 100644 (file)
@@ -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": "",
     "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"
         "4h"
       ],
       "label_period_candles": 18,
-      "label_metric": "euclidean",
+      "label_metric": "kmedoids",
       "include_shifted_candles": 6,
       "DI_threshold": 10,
       "weight_factor": 0.9,