2022-06-15 17:46:33 +00:00
|
|
|
---
|
|
|
|
notifications:
|
|
|
|
slack:
|
|
|
|
defaultChannel: "bbgo"
|
|
|
|
errorChannel: "bbgo-error"
|
2022-09-19 11:32:16 +00:00
|
|
|
switches:
|
|
|
|
trade: true
|
|
|
|
orderUpdate: true
|
|
|
|
submitOrder: true
|
|
|
|
|
2022-06-15 17:46:33 +00:00
|
|
|
|
|
|
|
exchangeStrategies:
|
|
|
|
- on: max
|
|
|
|
marketcap:
|
|
|
|
interval: 1m
|
2022-10-13 10:16:11 +00:00
|
|
|
quoteCurrency: TWD
|
|
|
|
quoteCurrencyWeight: 0%
|
|
|
|
baseCurrencies:
|
2022-06-15 17:46:33 +00:00
|
|
|
- BTC
|
|
|
|
- ETH
|
|
|
|
- MATIC
|
2022-09-16 20:04:07 +00:00
|
|
|
threshold: 1%
|
2022-06-15 17:46:33 +00:00
|
|
|
# max amount to buy or sell per order
|
|
|
|
maxAmount: 1_000
|
|
|
|
dryRun: true
|
2022-09-16 20:04:07 +00:00
|
|
|
queryInterval: 1h
|