Article-13578-MQL5-Multi-Sy.../Article-13578-MQL5-Multi-Symbol-Multi-Period-Ind.mqproj
2026-03-20 23:54:21 +07:00

100 lines
No EOL
2.2 KiB
JSON

{
"platform" :"mt5",
"program_type":"indicator",
"copyright" :"Copyright 2026, MetaQuotes Ltd.",
"link" :"https:\/\/www.mql5.com\/ru\/articles\/13578",
"version" :"1.00",
"description" :"Source code and examples for the article \"Creating multi-symbol, multi-period indicators\"",
"cpu_architecture" :"0",
"optimize" :"1",
"fpzerocheck" :"1",
"tester_no_cache":"0",
"tester_everytick_calculate":"0",
"unicode_character_set":"0",
"static_libraries":"0",
"indicator":
{
"window":"0",
"applied_price":"1"
},
"files":
[
{
"path":"Article-13578-MQL5-Multi-Symbol-Multi-Period-Ind.mq5",
"compile":true,
"relative_to_project":true
},
{
"path":"MQL5\\Include\\IndMSTF\\IndMSTF.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Object.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\StdLibErr.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Arrays\\ArrayObj.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Arrays\\Array.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Dashboard\\Dashboard.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Canvas\\Canvas.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Files\\FileBin.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Files\\File.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Controls\\Rect.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"IndMSTF.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"Dashboard.mqh",
"compile":false,
"relative_to_project":true
}
],
"resources":
[
{
"type":"0",
"path":"readme.md",
"name":"",
"relative_to_project":true
}
]
}