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
|