添加策略

This commit is contained in:
2025-10-25 17:19:16 +08:00
parent 7fdac25742
commit 04ad5b6f1b
9 changed files with 549 additions and 294 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.freqtrade.io/schema.json",
"max_open_trades": 1,
"max_open_trades": 3,
"stake_currency": "USDT",
"stake_amount": "unlimited",
"tradable_balance_ratio": 0.99,
@@ -41,7 +41,8 @@
"ccxt_config": {},
"ccxt_async_config": {},
"pair_whitelist": [
"ETH/USDT"
"ETH/USDT",
"BTC/USDT"
],
"pair_blacklist": [
]