1234567891011121314151617181920212223242526272829303132333435 |
- {
- "autoSessions": [
- {
- "id": "auto-session-1",
- "name": "BTC 等量交易会话",
- "enabled": true,
- "strategy": {
- "type": "EQUAL_VOLUME",
- "symbol": "BTC-PERP",
- "parameters": {
- "volumePerOrder": 0.01,
- "priceSpread": 0.0001,
- "interval": 5000
- }
- },
- "accounts": [
- "account-1",
- "account-2"
- ],
- "targetVolume": 1,
- "duration": 3600000,
- "schedule": {
- "enabled": true,
- "cron": "0 9 * * *",
- "timezone": "Asia/Shanghai"
- }
- }
- ],
- "globalSettings": {
- "maxConcurrentAutoSessions": 2,
- "autoStartDelay": 5000,
- "healthCheckBeforeStart": true,
- "stopOnSystemShutdown": true
- }
- }
|