sol/btc/eth

This commit is contained in:
zhangkun9038@dingtalk.com 2025-04-26 00:17:59 +08:00
parent ee2926e6a4
commit c2ebcca3c6
2 changed files with 6 additions and 8 deletions

View File

@ -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,

View File

@ -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: >