]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore/ refine update config-template.json
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 13 Jan 2026 10:54:57 +0000 (11:54 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 13 Jan 2026 10:54:57 +0000 (11:54 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/user_data/config-template.json

index 80366b2b121acee102a9c55eada7c88d0dcaa1d8..96e30205bd3baa79d528bf8175fdc12e4f879d9b 100644 (file)
@@ -14,7 +14,7 @@
   "cancel_open_orders_on_exit": false,
   // "trading_mode": "futures",
   // "margin_mode": "isolated",
-  // "leverage": 2.0,
+  // "leverage": 5.0,
   "trading_mode": "spot",
   "unfilledtimeout": {
     "entry": 10,
     "extrema_smoothing": {
       "method": "kaiser",
       "window_candles": 5,
-      "beta": 12.0
+      "beta": 14.0
     },
     "predictions_extrema": {
       "threshold_smoothing_method": "isodata",
       "label_period_candles": 18,
       "label_natr_multiplier": 10.5,
       "label_method": "kmedoids",
+      "label_weights": [
+        1.0,
+        4.0,
+        1.0,
+        1.0,
+        1.0,
+        2.0,
+        1.0
+      ],
       "include_shifted_candles": 6,
       "DI_threshold": 10,
       "weight_factor": 0.9,