From ed4586ac9645ab965ade37181b91e60e9605caf5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 22 Jan 2025 14:33:15 +0100 Subject: [PATCH] chore: add .editorconfig MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .gitignore | 2 +- quickadapter/user_data/config-template.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ac7dc32..1bdc585 100644 --- a/.gitignore +++ b/.gitignore @@ -376,4 +376,4 @@ config.json *.sqlite* models/ data/ -!.gitkeep \ No newline at end of file +!.gitkeep diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 3d1c14d..37f3f0c 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -53,7 +53,7 @@ "ETH/USDT", "SOL/USDT", "BNB/USDT", - "XRP/USDT" + "XRP/USDT" ], // // Spot IA // "pair_whitelist": [ @@ -130,7 +130,7 @@ "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, @@ -189,4 +189,4 @@ "internals": { "process_throttle_secs": 5 } -} \ No newline at end of file +} -- 2.43.0