-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathconfig.default.json
More file actions
42 lines (42 loc) · 991 Bytes
/
config.default.json
File metadata and controls
42 lines (42 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"api": {
"apiKey": "",
"secretKey": ""
},
"symbols": {},
"global": {
"riskPercent": 5,
"paperMode": false,
"positionMode": "HEDGE",
"maxOpenPositions": 10,
"useThresholdSystem": false,
"useTradeQualityScoring": false,
"useFTAExitAnalysis": false,
"debugMode": false,
"server": {
"dashboardPassword": "admin",
"dashboardPort": 3000,
"websocketPort": 8080,
"useRemoteWebSocket": false,
"websocketHost": null,
"websocketPath": null,
"setupComplete": false
},
"rateLimit": {
"maxRequestWeight": 2400,
"maxOrderCount": 1200,
"reservePercent": 30,
"enableBatching": true,
"queueTimeout": 30000,
"enableDeduplication": true,
"deduplicationWindowMs": 1000,
"parallelProcessing": true,
"maxConcurrentRequests": 3
},
"liquidationDatabase": {
"retentionDays": 90,
"cleanupIntervalHours": 24
}
},
"version": "1.1.0"
}