mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
22 lines
392 B
YAML
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
|