bbgo_origin/config/bbgo.yaml

50 lines
873 B
YAML
Raw Normal View History

2020-10-10 04:23:05 +00:00
---
imports:
- github.com/c9s/bbgo/pkg/strategy/buyandhold
2020-10-24 10:22:23 +00:00
- github.com/c9s/bbgo/pkg/strategy/xpuremaker
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"
reportPnL:
- averageCostBySymbols:
- "BTCUSDT"
- "BNBUSDT"
of: binance
when:
- "@daily"
- "@hourly"
2020-10-22 02:54:03 +00:00
sessions:
2020-10-10 04:23:05 +00:00
max:
2020-10-22 02:54:03 +00:00
exchange: max
envVarPrefix: "MAX_API_"
2020-10-22 02:54:03 +00:00
binance:
exchange: binance
envVarPrefix: "BINANCE_API_"
2020-10-22 02:54:03 +00:00
exchangeStrategies:
- on: binance
buyandhold:
symbol: "BTCUSDT"
interval: "1m"
baseQuantity: 0.01
minDropPercentage: -0.02
- on: max
xpuremaker:
symbol: MAXUSDT
numOrders: 2
side: both
behindVolume: 1000.0
priceTick: 0.01
baseQuantity: 100.0