mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
18 lines
432 B
YAML
18 lines
432 B
YAML
---
|
|
exchangeStrategies:
|
|
- on: max
|
|
rebalance:
|
|
schedule: "@every 1s"
|
|
quoteCurrency: TWD
|
|
targetWeights:
|
|
BTC: 60%
|
|
ETH: 30%
|
|
TWD: 10%
|
|
threshold: 1%
|
|
maxAmount: 1_000 # max amount to buy or sell per order
|
|
orderType: LIMIT_MAKER # LIMIT, LIMIT_MAKER or MARKET
|
|
priceType: MAKER # LAST, MID, TAKER or MAKER
|
|
balanceType: TOTAL
|
|
dryRun: true
|
|
onStart: true
|