mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +00:00
28 lines
474 B
YAML
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
|