qbtrade/config/marketcap.yaml
2024-06-27 22:42:38 +08:00

28 lines
541 B
YAML

---
notifications:
slack:
defaultChannel: "qbtrade"
errorChannel: "qbtrade-error"
switches:
trade: true
orderUpdate: true
submitOrder: true
exchangeStrategies:
- on: max
marketcap:
interval: 1m
quoteCurrency: TWD
quoteCurrencyWeight: 0%
baseCurrencies:
- BTC
- ETH
- MATIC
threshold: 1%
# max amount to buy or sell per order
maxAmount: 1_000
queryInterval: 1h
orderType: LIMIT_MAKER # LIMIT_MAKER, LIMIT, MARKET
dryRun: true