mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
26 lines
453 B
YAML
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
|