54 lines
No EOL
1.1 KiB
JSON
54 lines
No EOL
1.1 KiB
JSON
{
|
|
"platform" :"mt5",
|
|
"program_type":"script",
|
|
"copyright" :"Copyright 2026, MetaQuotes Ltd.",
|
|
"link" :"https:\/\/www.mql5.com\/ru\/articles\/17653",
|
|
"version" :"1.00",
|
|
"description" :"Source code and examples for the article \"Implementation of a table model in MQL5: Applying the MVC concept\"",
|
|
"cpu_architecture" :"0",
|
|
"optimize" :"1",
|
|
"fpzerocheck" :"1",
|
|
"tester_no_cache":"0",
|
|
"tester_everytick_calculate":"0",
|
|
"unicode_character_set":"0",
|
|
"static_libraries":"0",
|
|
|
|
"script":
|
|
{
|
|
"flags":"0"
|
|
},
|
|
|
|
"files":
|
|
[
|
|
{
|
|
"path":"Article-17653-MQL5-MVC-Table-Model.mq5",
|
|
"compile":true,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\Arrays\\List.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
|
|
}
|
|
],
|
|
|
|
"resources":
|
|
[
|
|
{
|
|
"type":"0",
|
|
"path":"readme.md",
|
|
"name":"",
|
|
"relative_to_project":true
|
|
}
|
|
]
|
|
} |