加几个币

This commit is contained in:
zhangkun9038@dingtalk.com 2025-05-14 19:30:06 +00:00
parent 974f1b7304
commit 894b6c5f50
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
"rateLimit": 3000,
"timeout": 20000
},
"pair_whitelist": ["OKB/USDT", "BTC/USDT", "ETH/USDT", "SOL/USDT"],
"pair_whitelist": ["OKB/USDT", "BTC/USDT", "ETH/USDT", "SOL/USDT", "DOT/USDT", "TON/USDT"],
"pair_blacklist": []
},
"pairlists": [

View File

@ -77,7 +77,7 @@ class TheForceV7(IStrategy):
(dataframe['rsi7'] < 50) & # Relaxed RSI
(dataframe['macd'] > 0) & # Relaxed MACD
(dataframe['volume'] > dataframe['volvar'] * 0.5) & # Relaxed volume
(dataframe['adx'] > 20), # Trend strength
(dataframe['adx'] > 17), # Trend strength
'enter_long'
] = 1