-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignal_bot_descriptors.json
More file actions
43 lines (41 loc) · 1.19 KB
/
signal_bot_descriptors.json
File metadata and controls
43 lines (41 loc) · 1.19 KB
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
{
"scrudge": {
"name": "Scrooge Club",
"martingale": true,
"type": "classic",
"parser": {
"lines": 2,
"pattern": "([a-z]{6})\n(вверх|вниз)до(\\d{2}).(\\d{2})мск",
"option_index": 1,
"prognosis_index": 2,
"hours_index": 3,
"minutes_index": 4
}
},
"signal_1_and_martingale": {
"name": "\uD83D\uDD0A СИГНАЛЫ №1 \uD83D\uDD0A",
"martingale": true,
"type": "sprint",
"parser": {
"lines": 1,
"pattern": "([a-z]{6})(вверх|вниз)на(\\d+)[\\S\\D]*",
"option_index": 1,
"prognosis_index": 2,
"hours_index": null,
"minutes_index": 3
}
},
"signal_1_no_martingale": {
"name": "\uD83D\uDD0A СИГНАЛЫ №1 \uD83D\uDD0A",
"martingale": false,
"type": "sprint",
"parser": {
"lines": 1,
"pattern": "([a-z]{6})(вверх|вниз)на(\\d+)[\\S\\D]*",
"option_index": 1,
"prognosis_index": 2,
"hours_index": null,
"minutes_index": 3
}
}
}