bbgo_origin/config/fixedmaker.yaml
2023-10-11 12:14:34 +08:00

28 lines
474 B
YAML

---
backtest:
startTime: "2023-01-01"
endTime: "2023-05-31"
symbols:
- USDCUSDT
sessions:
- max
accounts:
max:
balances:
USDC: 500.0
USDT: 500.0
exchangeStrategies:
- on: max
fixedmaker:
symbol: USDCUSDT
interval: 5m
halfSpread: 0.05%
quantity: 15
orderType: LIMIT_MAKER
dryRun: false
positionHardLimit: 1500
maxPositionQuantity: 1500
circuitBreakLossThreshold: -0.15