]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore(quickadapter): refine template config parameters for better performance main
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 1 Apr 2026 16:19:33 +0000 (18:19 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 1 Apr 2026 16:20:42 +0000 (18:20 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/user_data/config-template.json

index 6f10ddfd548d2c9bee480ba7017055bc20c6ad97..95b1a22bca2d93dd1e56ba4f937c54a1b351a4b3 100644 (file)
@@ -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",
     "label_smoothing": {
       "method": "kaiser",
       "window_candles": 5,
-      "beta": 14.0
+      "beta": 12.0
       // Per-label format:
       // "default": {
       //   "method": "none"
       //   "&s-extrema": {
       //     "method": "kaiser",
       //     "window_candles": 5,
-      //     "beta": 14.0
+      //     "beta": 12.0
       //   }
     },
     "label_pipeline": {
       //   "&s-extrema": {
       //     "standardization": "none",
       //     "normalization": "maxabs",
-      //     "gamma": 1.5
+      //     "gamma": 1.25
       //   }
       // }
     },
       // "columns": {
       //   "&s-extrema": {
       //     "threshold_method": "isodata",
-      //     "keep_fraction": 0.5
+      //     "keep_fraction": 0.015
       //   }
       // }
     },