mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
21 lines
372 B
YAML
21 lines
372 B
YAML
---
|
|
notifications:
|
|
slack:
|
|
defaultChannel: "bbgo"
|
|
errorChannel: "bbgo-error"
|
|
|
|
exchangeStrategies:
|
|
- on: max
|
|
marketcap:
|
|
interval: 1m
|
|
baseCurrency: TWD
|
|
baseWeight: 2%
|
|
targetCurrencies:
|
|
- BTC
|
|
- ETH
|
|
- MATIC
|
|
threshold: 2%
|
|
# max amount to buy or sell per order
|
|
maxAmount: 1_000
|
|
dryRun: true
|