]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore: add .editorconfig
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 22 Jan 2025 13:33:15 +0000 (14:33 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 22 Jan 2025 13:33:15 +0000 (14:33 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.gitignore
quickadapter/user_data/config-template.json

index ac7dc3255bd11f51ae58de731162783e3ee534a3..1bdc5853b321de85fa5232233c1d05ac98b1f960 100644 (file)
@@ -376,4 +376,4 @@ config.json
 *.sqlite*
 models/
 data/
-!.gitkeep
\ No newline at end of file
+!.gitkeep
index 3d1c14d414b22d58ced0491d4ef37563ec7834be..37f3f0cc585b82fb7c2c9383318a3678dddcc630 100644 (file)
@@ -53,7 +53,7 @@
             "ETH/USDT",
             "SOL/USDT",
             "BNB/USDT",
-            "XRP/USDT"            
+            "XRP/USDT"
         ],
         // // Spot IA
         // "pair_whitelist": [
         "backtest_period_days": 2,
         "write_metrics_to_disk": false,
         "identifier": "quickadapter-xgboost",
-        "fit_live_predictions_candles": 600,
+        "fit_live_predictions_candles": 300,
         "track_performance": false,
         "weibull_outlier_threshold": 0.999,
         "optuna_hyperopt": false,
     "internals": {
         "process_throttle_secs": 5
     }
-}
\ No newline at end of file
+}