bbgo_origin/config/rebalance.yaml

23 lines
418 B
YAML
Raw Normal View History

2021-12-12 09:19:27 +00:00
---
notifications:
slack:
defaultChannel: "bbgo"
errorChannel: "bbgo-error"
exchangeStrategies:
- on: max
rebalance:
interval: 24h
baseCurrency: TWD
ignoreLocked: true
2021-12-20 15:27:03 +00:00
targetWeights:
2021-12-12 09:19:27 +00:00
BTC: 40%
ETH: 20%
2021-12-21 17:41:48 +00:00
MAX: 10%
USDT: 15%
TWD: 15%
2021-12-12 09:19:27 +00:00
threshold: 2%
2021-12-20 15:27:03 +00:00
# max amount to buy or sell per order
maxAmount: 10_000
2021-12-12 09:19:27 +00:00
verbose: true