mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-14 02:53:50 +00:00
34 lines
527 B
YAML
34 lines
527 B
YAML
---
|
|
notifications:
|
|
slack:
|
|
defaultChannel: "dev-bbgo"
|
|
errorChannel: "bbgo-error"
|
|
|
|
# if you want to route channel by symbol
|
|
symbolChannels:
|
|
"^BTC": "btc"
|
|
"^ETH": "eth"
|
|
"^BNB": "bnb"
|
|
|
|
# object routing rules
|
|
routing:
|
|
trade: "$symbol"
|
|
order: "$silent"
|
|
submitOrder: "$silent" # not supported yet
|
|
pnL: "bbgo-pnl"
|
|
|
|
sessions:
|
|
max:
|
|
exchange: max
|
|
envVarPrefix: MAX
|
|
|
|
exchangeStrategies:
|
|
|
|
- on: max
|
|
bollpp:
|
|
symbol: LTCUSDT
|
|
interval: 15m
|
|
quantity: 0.1
|
|
spread: 0.05%
|
|
|