bbgo_origin/config/rebalance.yaml
2022-06-16 10:44:13 +08:00

22 lines
392 B
YAML

---
notifications:
slack:
defaultChannel: "bbgo"
errorChannel: "bbgo-error"
exchangeStrategies:
- on: max
rebalance:
interval: 1d
baseCurrency: 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