mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
28 lines
535 B
YAML
28 lines
535 B
YAML
---
|
|
notifications:
|
|
slack:
|
|
defaultChannel: "bbgo"
|
|
errorChannel: "bbgo-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
|