This commit is contained in:
2026-05-07 09:56:21 +08:00
parent 12ffcbef6a
commit 38c579145f
12 changed files with 560 additions and 222 deletions

View File

@@ -15,6 +15,13 @@ Cache: redis://null:Weidong2023~!@139.224.247.176:19379/1
BinanceApiKey: ""
BinanceApiSecret: ""
# 现货轮询标的Symbol 为交易对OrderQty 为每笔开仓/加仓买入的基础币数量(列表为空则不调现货策略)
SpotWatchList:
- Symbol: BTCUSDT
OrderQty: 0.001
- Symbol: ETHUSDT
OrderQty: 0.01
# 日志配置
Log:
Level: 0 # 0:debug, 1:info, 2:warn, 3:error, 4:fatal