bbgo_origin/config/marketcap.yaml

28 lines
535 B
YAML
Raw Permalink 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
2022-10-13 10:16:11 +00:00
quoteCurrency: TWD
quoteCurrencyWeight: 0%
baseCurrencies:
2022-06-15 17:46:33 +00:00
- BTC
- ETH
- MATIC
threshold: 1%
2022-06-15 17:46:33 +00:00
# max amount to buy or sell per order
maxAmount: 1_000
queryInterval: 1h
2023-03-03 15:14:30 +00:00
orderType: LIMIT_MAKER # LIMIT_MAKER, LIMIT, MARKET
dryRun: true