bbgo_origin/config/rebalance.yaml

18 lines
432 B
YAML
Raw Permalink Normal View History

2021-12-12 09:19:27 +00:00
---
exchangeStrategies:
- on: max
rebalance:
2024-01-06 09:37:13 +00:00
schedule: "@every 1s"
quoteCurrency: TWD
2021-12-20 15:27:03 +00:00
targetWeights:
2024-01-06 09:37:13 +00:00
BTC: 60%
ETH: 30%
TWD: 10%
2022-10-28 07:15:55 +00:00
threshold: 1%
2023-03-02 07:56:25 +00:00
maxAmount: 1_000 # max amount to buy or sell per order
orderType: LIMIT_MAKER # LIMIT, LIMIT_MAKER or MARKET
2024-02-23 05:46:07 +00:00
priceType: MAKER # LAST, MID, TAKER or MAKER
2024-02-29 07:44:52 +00:00
balanceType: TOTAL
2023-10-31 05:53:12 +00:00
dryRun: true
2023-03-14 06:37:54 +00:00
onStart: true