-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdemo_scheduler.json
More file actions
56 lines (56 loc) · 1023 Bytes
/
Copy pathdemo_scheduler.json
File metadata and controls
56 lines (56 loc) · 1023 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"schedules": {
"daily": {
"enabled": false,
"time": "02:00",
"stocks": 20,
"parameter_grid": "quick",
"timeframes": [
"1h",
"4h"
]
},
"weekly": {
"enabled": true,
"day": "sunday",
"time": "01:00",
"stocks": 50,
"parameter_grid": "comprehensive",
"timeframes": [
"15m",
"1h",
"4h",
"1d"
]
},
"monthly": {
"enabled": false,
"day": 1,
"time": "00:00",
"stocks": 100,
"parameter_grid": "comprehensive",
"timeframes": [
"5m",
"15m",
"1h",
"4h",
"1d"
]
}
},
"notifications": {
"email_enabled": false,
"email_recipients": [],
"webhook_url": null
},
"data_management": {
"keep_results_days": 90,
"auto_cleanup": true,
"archive_old_results": true
},
"optimization_settings": {
"max_workers": 4,
"timeout_minutes": 120,
"min_data_points": 1000
}
}