mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 00:35:15 +00:00
add xbalance example
This commit is contained in:
parent
61319fb4ff
commit
4c1d2b60a9
50
config/xbalance.yaml
Normal file
50
config/xbalance.yaml
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user