2020-10-24 12:08:08 +00:00
|
|
|
---
|
|
|
|
notifications:
|
|
|
|
slack:
|
|
|
|
defaultChannel: "bbgo"
|
|
|
|
errorChannel: "bbgo-error"
|
|
|
|
|
|
|
|
reportTrades:
|
|
|
|
channelBySymbol:
|
|
|
|
"btcusdt": "bbgo-btcusdt"
|
|
|
|
"ethusdt": "bbgo-ethusdt"
|
|
|
|
"bnbusdt": "bbgo-bnbusdt"
|
|
|
|
"sxpusdt": "bbgo-sxpusdt"
|
2020-10-25 10:26:10 +00:00
|
|
|
"maxusdt": "max-maxusdt"
|
2020-10-24 12:08:08 +00:00
|
|
|
|
|
|
|
reportPnL:
|
|
|
|
- averageCostBySymbols:
|
|
|
|
- "BTCUSDT"
|
|
|
|
- "BNBUSDT"
|
|
|
|
of: binance
|
|
|
|
when:
|
|
|
|
- "@daily"
|
|
|
|
- "@hourly"
|
|
|
|
|
|
|
|
sessions:
|
|
|
|
max:
|
|
|
|
exchange: max
|
|
|
|
keyVar: MAX_API_KEY
|
|
|
|
secretVar: MAX_API_SECRET
|
|
|
|
binance:
|
|
|
|
exchange: binance
|
|
|
|
keyVar: BINANCE_API_KEY
|
|
|
|
secretVar: BINANCE_API_SECRET
|
|
|
|
|
|
|
|
exchangeStrategies:
|
|
|
|
- on: max
|
|
|
|
xpuremaker:
|
|
|
|
symbol: MAXUSDT
|
|
|
|
numOrders: 2
|
|
|
|
side: both
|
|
|
|
behindVolume: 1000.0
|
2020-10-26 02:08:58 +00:00
|
|
|
priceTick: 0.001
|
2020-10-24 12:08:08 +00:00
|
|
|
baseQuantity: 100.0
|