bbgo_origin/config/marketcap.yaml

27 lines
469 B
YAML
Raw Normal View History

2022-06-15 17:46:33 +00:00
---
notifications:
slack:
defaultChannel: "bbgo"
errorChannel: "bbgo-error"
switches:
trade: true
orderUpdate: true
submitOrder: true
2022-06-15 17:46:33 +00:00
exchangeStrategies:
- on: max
marketcap:
interval: 1m
baseCurrency: TWD
baseWeight: 0%
2022-06-15 17:46:33 +00:00
targetCurrencies:
- BTC
- ETH
- MATIC
threshold: 1%
2022-06-15 17:46:33 +00:00
# max amount to buy or sell per order
maxAmount: 1_000
dryRun: true
queryInterval: 1h