add xbalance example

This commit is contained in:
c9s 2021-05-12 01:18:18 +08:00
parent 61319fb4ff
commit 4c1d2b60a9

50
config/xbalance.yaml Normal file
View File

@ -0,0 +1,50 @@
---
notifications:
slack:
defaultChannel: "dev-bbgo"
errorChannel: "bbgo-error"
# if you want to route channel by symbol
symbolChannels:
"^BTC": "btc"
"^ETH": "eth"
# if you want to route channel by exchange session
sessionChannels:
max: "bbgo-max"
binance: "bbgo-binance"
# routing rules
routing:
trade: "$symbol"
order: "$slient"
submitOrder: "$slient"
pnL: "bbgo-pnl"
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:
asset: USDT
addresses:
binance: your_whitelisted_address
max: your_whitelisted_address
low: 5000
middle: 6000