]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore(quickadapter): update config-template.json
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 1 Mar 2026 20:14:59 +0000 (21:14 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 1 Mar 2026 20:14:59 +0000 (21:14 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/user_data/config-template.json

index 8599819d4b09d777aae589eb57ec4eb765491815..6f10ddfd548d2c9bee480ba7017055bc20c6ad97 100644 (file)
@@ -39,7 +39,7 @@
     "price_last_balance": 0.0
   },
   "reversal_confirmation": {
-    "max_natr_multiplier_fraction": 0.05
+    "max_natr_multiplier_fraction": 0.025
   },
   "exchange": {
     "name": "binance",
     "label_prediction": {
       "method": "thresholding",
       "threshold_method": "isodata",
-      "keep_fraction": 0.25
+      "keep_fraction": 0.015
       // Per-label format:
       // "default": {
       //   "method": "thresholding",
     "optuna_hyperopt": {
       "enabled": true,
       "n_jobs": 6,
-      "n_trials": 50,
+      "n_trials": 100,
       "timeout": 7200,
       "label_candles_step": 1,
       "storage": "file"
       "label_natr_multiplier": 10.5,
       "label_method": "topsis",
       "label_weights": [
-        1.0,
+        0.5,
         5.0,
+        3.0,
         1.0,
-        1.0,
-        1.0,
+        0.5,
         5.0,
-        1.0
+        3.0
       ],
       "include_shifted_candles": 6,
       "DI_threshold": 10,