Article-15026-MQL5-Trade-Hi.../Article-15026-MQL5-Trade-History-Visualizer.mqproj

89 lines
2 KiB
Text
Raw Permalink Normal View History

2026-03-23 12:49:42 +07:00
{
"platform" :"mt5",
"program_type":"expert",
"copyright" :"Copyright 2026, MetaQuotes Ltd.",
2026-03-23 12:50:53 +07:00
"link" :"https:\/\/www.mql5.com\/ru\/articles\/15026",
2026-03-23 12:49:42 +07:00
"version" :"1.00",
2026-03-23 12:50:53 +07:00
"description" :"Source code and examples for the article \"How to view deals directly on the chart without weltering in trading history\"",
2026-03-23 12:49:42 +07:00
"cpu_architecture" :"0",
"optimize" :"1",
"fpzerocheck" :"1",
"tester_no_cache":"0",
"tester_everytick_calculate":"0",
"unicode_character_set":"0",
"static_libraries":"0",
"files":
[
{
"path":"Article-15026-MQL5-Trade-History-Visualizer.mq5",
"compile":true,
"relative_to_project":true
2026-03-23 13:14:12 +07:00
},
{
"path":"PositionsControl.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"Position.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"Deal.mqh",
"compile":false,
"relative_to_project":true
},
{
"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\\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":"MQL5\\Include\\Arrays\\ArrayObj.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Arrays\\Array.mqh",
"compile":false,
"relative_to_project":false
2026-03-23 12:49:42 +07:00
}
],
"resources":
[
{
"type":"0",
"path":"readme.md",
"name":"",
"relative_to_project":true
}
]
}