--- 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: "$silent" submitOrder: "$silent" pnL: "bbgo-pnl" reportPnL: - averageCostBySymbols: - "BTCUSDT" - "BNBUSDT" of: binance when: - "@daily" - "@hourly" 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: - gap: symbol: "ETHUSDT" sourceExchange: binance tradingExchange: max updateInterval: 5s dailyFeeBudget: 100 persistence: type: redis