42 lines
630 B
YAML
42 lines
630 B
YAML
|
---
|
||
|
notifications:
|
||
|
slack:
|
||
|
defaultChannel: "dev-bbgo"
|
||
|
errorChannel: "bbgo-error"
|
||
|
|
||
|
switches:
|
||
|
trade: true
|
||
|
orderUpdate: true
|
||
|
submitOrder: true
|
||
|
|
||
|
persistence:
|
||
|
json:
|
||
|
directory: var/data
|
||
|
redis:
|
||
|
host: 127.0.0.1
|
||
|
port: 6379
|
||
|
db: 0
|
||
|
|
||
|
sessions:
|
||
|
max:
|
||
|
exchange: max
|
||
|
envVarPrefix: max
|
||
|
|
||
|
binance:
|
||
|
exchange: binance
|
||
|
envVarPrefix: binance
|
||
|
publicOnly: true
|
||
|
|
||
|
crossExchangeStrategies:
|
||
|
|
||
|
- xgap:
|
||
|
symbol: "ETHUSDT"
|
||
|
sourceExchange: binance
|
||
|
tradingExchange: max
|
||
|
updateInterval: 1m
|
||
|
dailyMaxVolume: 100
|
||
|
dailyFeeBudgets:
|
||
|
MAX: 100
|
||
|
persistence:
|
||
|
type: redis
|