From c2ebcca3c69cd96488dff82b4d4e2eceb5d5de04 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Sat, 26 Apr 2025 00:17:59 +0800 Subject: [PATCH] sol/btc/eth --- config_examples/config_freqai.okx.json | 12 +++++------- docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/config_examples/config_freqai.okx.json b/config_examples/config_freqai.okx.json index 1a589eb..8227e97 100644 --- a/config_examples/config_freqai.okx.json +++ b/config_examples/config_freqai.okx.json @@ -24,23 +24,20 @@ "enable_ws": false, "ccxt_config": { "enableRateLimit": true, - "rateLimit": 500, + "rateLimit": 800, "options": { "defaultType": "spot" } }, "ccxt_async_config": { "enableRateLimit": true, - "rateLimit": 500, + "rateLimit": 800, "timeout": 20000 }, "pair_whitelist": [ "BTC/USDT", + "ETH/USDT", "SOL/USDT" - ], - "pair_blacklist": [ - "LAYER/USD", - "LAYER/USDT" ] }, "entry_pricing": { @@ -70,7 +67,7 @@ }, "freqaimodel": "CatboostClassifier", "purge_old_models": 2, - "identifier": "test158", + "identifier": "test171", "train_period_days": 30, "backtest_period_days": 10, "live_retrain_hours": 0, @@ -84,6 +81,7 @@ ], "include_corr_pairlist": [ "BTC/USDT", + "ETH/USDT", "SOL/USDT" ], "label_period_candles": 12, diff --git a/docker-compose.yml b/docker-compose.yml index f9a49dc..895bf2e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -70,7 +70,7 @@ services: # --config /freqtrade/config_examples/config_freqai.okx.json # --strategy-path /freqtrade/templates # --strategy FreqaiExampleStrategy - # --timerange 20250301-20250420 + # --timerange 20250101-20250420 # --fee 0.0008 # command: >