mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-13 02:23:51 +00:00
20 lines
343 B
YAML
20 lines
343 B
YAML
---
|
|
notifications:
|
|
# object routing rules
|
|
routing:
|
|
trade: "$symbol"
|
|
order: "$symbol"
|
|
submitOrder: "$session" # not supported yet
|
|
pnL: "bbgo-pnl"
|
|
|
|
sessions:
|
|
binance:
|
|
exchange: binance
|
|
envVarPrefix: binance
|
|
|
|
exchangeStrategies:
|
|
- on: binance
|
|
pricealert:
|
|
symbol: "BTCUSDT"
|
|
interval: "1m"
|
|
minChange: 300 |