bbgo_origin/config/xbalance.yaml

40 lines
583 B
YAML
Raw Normal View History

2021-05-11 17:18:18 +00:00
---
notifications:
slack:
defaultChannel: "dev-bbgo"
errorChannel: "bbgo-error"
switches:
trade: true
orderUpdate: true
submitOrder: true
2021-05-11 17:18:18 +00:00
sessions:
max:
exchange: max
envVarPrefix: max
binance:
exchange: binance
envVarPrefix: binance
#persistence:
# json:
# directory: var/data
# redis:
# host: 127.0.0.1
# port: 6379
# db: 0
crossExchangeStrategies:
- xbalance:
2021-05-11 17:29:43 +00:00
interval: 1h
2021-05-11 17:18:18 +00:00
asset: USDT
addresses:
binance: your_whitelisted_address
max: your_whitelisted_address
low: 5000
middle: 6000