-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAninditha-EA.mqproj
43 lines (42 loc) · 2.02 KB
/
Aninditha-EA.mqproj
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
{
"platform" :"mt5",
"program_type":"expert",
"copyright" :"Copyright 2020, Harold and Siswandy",
"version" :"1.00",
"description" :"Automated Forex Trading Transaction \r\nAnalysis, Execution, And Management for North Sulawesi People",
"icon" :"assets\\icon-2.ico",
"optimize" :"1",
"fpzerocheck" :"1",
"tester_no_cache":"0",
"tester_everytick_calculate":"0",
"unicode_character_set":"0",
"static_libraries":"0",
"files":
[
{
"path":".\\Aninditha-EA.mq5",
"compile":"true",
"relative_to_project":"true"
},
{
"path":".\\script\\Testing.mqh",
"compile":"false",
"relative_to_project":"true"
},
{
"path":".\\script\\Analyze.mqh",
"compile":"false",
"relative_to_project":"true"
},
{
"path":".\\script\\Manage.mqh",
"compile":"false",
"relative_to_project":"true"
},
{
"path":".\\script\\Execute.mqh",
"compile":"false",
"relative_to_project":"true"
}
]
}