qbtrade/config/xgap.yaml
2024-06-27 22:42:38 +08:00

42 lines
636 B
YAML

---
notifications:
slack:
defaultChannel: "dev-qbtrade"
errorChannel: "qbtrade-error"
switches:
trade: true
orderUpdate: true
submitOrder: true
persistence:
json:
directory: var/data
redis:
host: 127.0.0.1
port: 6379
db: 0
sessions:
max:
exchange: max
envVarPrefix: max
binance:
exchange: binance
envVarPrefix: binance
publicOnly: true
crossExchangeStrategies:
- xgap:
symbol: "ETHUSDT"
sourceExchange: binance
tradingExchange: max
updateInterval: 1m
dailyMaxVolume: 100
dailyFeeBudgets:
MAX: 100
persistence:
type: redis