bbgo_origin/config/bbgo.yaml

31 lines
578 B
YAML
Raw Normal View History

2020-10-10 04:23:05 +00:00
---
2020-10-22 02:54:03 +00:00
notifications:
2020-10-10 04:23:05 +00:00
slack:
2020-10-22 02:54:03 +00:00
defaultChannel: "bbgo"
2020-10-10 04:23:05 +00:00
errorChannel: "bbgo-error"
2020-10-22 02:54:03 +00:00
reportTrades:
channelBySymbol:
"btcusdt": "bbgo-btcusdt"
"ethusdt": "bbgo-ethusdt"
"bnbusdt": "bbgo-bnbusdt"
"sxpusdt": "bbgo-sxpusdt"
sessions:
2020-10-10 04:23:05 +00:00
max:
2020-10-22 02:54:03 +00:00
exchange: max
keyVar: MAX_API_KEY
secretVar: MAX_API_SECRET
binance:
exchange: binance
keyVar: BINANCE_API_KEY
secretVar: BINANCE_API_SECRET
exchangeStrategies:
- on: binance
buyandhold:
symbol: "BTCUSDT"
interval: "1m"
baseQuantity: 0.1
minDropPercentage: -0.05