bbgo_origin/config/marketcap.yaml
2022-09-14 02:44:57 +08:00

26 lines
453 B
YAML

---
notifications:
slack:
defaultChannel: "bbgo"
errorChannel: "bbgo-error"
exchangeStrategies:
- on: max
marketcap:
interval: 1m
baseCurrency: TWD
baseWeight: 2%
targetCurrencies:
- BTC
- ETH
# - BNB
# - ADA
# - SOL
# - DOT
# - DOGE
- MATIC
threshold: 2%
# max amount to buy or sell per order
maxAmount: 1_000
dryRun: true