-
Notifications
You must be signed in to change notification settings - Fork 0
/
modelisation.json
61 lines (61 loc) · 1.67 KB
/
modelisation.json
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
57
58
59
60
61
{
"parameterSets": {
"Medium Size": {
"CenterCandleWidth": "6",
"candleSize": "9",
"centerCandle": "true",
"count": "7",
"heightOfRing": "4",
"heightOfSupport": "3",
"holeSize": "3",
"length": "50",
"radius": "25",
"width": "5",
"widthOfRing": "23",
"widthOfSupport": "3"
},
"small": {
"CenterCandleWidth": "4",
"candleSize": "6",
"centerCandle": "true",
"count": "7",
"heightOfRing": "2",
"heightOfSupport": "2",
"holeSize": "2",
"length": "30",
"radius": "16",
"width": "4",
"widthOfRing": "13",
"widthOfSupport": "2"
},
"With Ball": {
"CenterCandleWidth": "7",
"candleSize": "6",
"centerCandle": "false",
"count": "5",
"heightOfRing": "2",
"heightOfSupport": "2",
"holeSize": "2",
"length": "30",
"radius": "16",
"width": "4",
"widthOfRing": "13",
"widthOfSupport": "2"
},
"Large": {
"CenterCandleWidth": "10",
"candleSize": "9",
"centerCandle": "false",
"count": "7",
"heightOfRing": "4",
"heightOfSupport": "3",
"holeSize": "3",
"length": "70",
"radius": "25",
"width": "5",
"widthOfRing": "23",
"widthOfSupport": "3"
}
},
"fileFormatVersion": "1"
}