bbgo_origin/config/fixedmaker.yaml

22 lines
452 B
YAML
Raw Normal View History

2023-03-10 08:29:49 +00:00
---
exchangeStrategies:
- on: max
2023-03-10 09:39:31 +00:00
fixedmaker:
2023-03-10 08:29:49 +00:00
interval: 5m
symbol: BTCUSDT
halfSpreadRatio: 0.05%
quantity: 0.005
dryRun: false
- on: max
rebalance:
interval: 1h
quoteCurrency: USDT
targetWeights:
BTC: 50%
USDT: 50%
threshold: 2%
maxAmount: 200 # max amount to buy or sell per order
orderType: LIMIT_MAKER # LIMIT, LIMIT_MAKER or MARKET
dryRun: false