mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
26 lines
465 B
YAML
26 lines
465 B
YAML
---
|
|
notifications:
|
|
slack:
|
|
defaultChannel: "bbgo"
|
|
errorChannel: "bbgo-error"
|
|
switches:
|
|
trade: true
|
|
orderUpdate: true
|
|
submitOrder: true
|
|
|
|
exchangeStrategies:
|
|
- on: max
|
|
rebalance:
|
|
interval: 1d
|
|
quoteCurrency: TWD
|
|
targetWeights:
|
|
BTC: 40%
|
|
ETH: 20%
|
|
MAX: 10%
|
|
USDT: 15%
|
|
TWD: 15%
|
|
threshold: 2%
|
|
# max amount to buy or sell per order
|
|
maxAmount: 10_000
|
|
dryRun: false
|