-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathStrategyOptimizerConfig.example.json
More file actions
99 lines (99 loc) · 2.37 KB
/
StrategyOptimizerConfig.example.json
File metadata and controls
99 lines (99 loc) · 2.37 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"customStudyFileAndFunctionName": "VolumeSpikeStrategy_250830_2320_release.scsf_VolumeSpikeStrategy",
"openResultsFolder": true,
"replayConfig": {
"replaySpeed": 15360,
"startDate": "2025-08-29",
"startTime": "00:00:00.000",
"replayMode": 2,
"chartsToReplay": 0,
"clearExistingTradeSimulationDataForSymbolAndTradeAccount": 1
},
"logConfig": {
"enableLog": true,
"enableShowLogOnChart": true,
"maxLogLines": 25
},
"paramConfigs": [
{
"_name": "Enable Trading",
"index": 0,
"type": "bool",
"min": 1,
"max": 1,
"increment": 0
},
{
"_name": "Enable Long Trades",
"index": 1,
"type": "bool",
"min": 1,
"max": 1,
"increment": 0
},
{
"_name": "Enable Short Trades",
"index": 2,
"type": "bool",
"min": 1,
"max": 1,
"increment": 0
},
{
"_name": "Visualize Signals Only (No Trades)",
"index": 3,
"type": "bool",
"min": 0,
"max": 0,
"increment": 0
},
{
"_name": "Order Quantity",
"index": 4,
"type": "int",
"min": 1,
"max": 1,
"increment": 0
},
{
"_name": "Limit Order Offset Ticks",
"index": 5,
"type": "int",
"min": 0,
"max": 2,
"increment": 1
},
{
"_name": "Price Chase Trigger Ticks",
"index": 6,
"type": "int",
"min": 2,
"max": 6,
"increment": 2
},
{
"_name": "Price Chase Step Ticks",
"index": 7,
"type": "int",
"min": 1,
"max": 2,
"increment": 1
},
{
"_name": "Target in Ticks",
"index": 8,
"type": "int",
"min": 30,
"max": 30,
"increment": 0
},
{
"_name": "Stop in Ticks",
"index": 9,
"type": "int",
"min": 30,
"max": 30,
"increment": 0
}
]
}