2021-12-12 09:19:27 +00:00
|
|
|
---
|
|
|
|
notifications:
|
|
|
|
slack:
|
|
|
|
defaultChannel: "bbgo"
|
|
|
|
errorChannel: "bbgo-error"
|
2022-09-19 11:32:16 +00:00
|
|
|
switches:
|
|
|
|
trade: true
|
|
|
|
orderUpdate: true
|
|
|
|
submitOrder: true
|
2021-12-12 09:19:27 +00:00
|
|
|
|
|
|
|
exchangeStrategies:
|
|
|
|
- on: max
|
|
|
|
rebalance:
|
2022-03-23 15:52:59 +00:00
|
|
|
interval: 1d
|
2022-10-13 10:16:11 +00:00
|
|
|
quoteCurrency: TWD
|
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
|
2022-03-23 15:52:59 +00:00
|
|
|
dryRun: false
|