2026-06-02 17:02:54 +02:00
|
|
|
{
|
|
|
|
|
"platform" :"mt5",
|
|
|
|
|
"program_type":"module",
|
|
|
|
|
"copyright" :"Copyright 2025, Clemence Benjamin.",
|
|
|
|
|
"link" :"https:\/\/www.mql5.com",
|
|
|
|
|
"version" :"1.00",
|
2026-06-02 17:20:55 +02:00
|
|
|
"description" :"How to Detect and Normalize Chart Objects in MQL5 (Part 1): Building a Chart Object Detection Engine",
|
2026-06-02 17:02:54 +02:00
|
|
|
"cpu_architecture" :"0",
|
|
|
|
|
"optimize" :"1",
|
|
|
|
|
"fpzerocheck" :"1",
|
|
|
|
|
"tester_no_cache":"0",
|
|
|
|
|
"tester_everytick_calculate":"0",
|
|
|
|
|
"unicode_character_set":"0",
|
2026-06-02 17:20:55 +02:00
|
|
|
"static_libraries":"0",
|
|
|
|
|
|
|
|
|
|
"files":
|
|
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"path":"MQL5\\Include\\ChartObjectsAlgorithms\\ChartObjectDetector.mqh",
|
|
|
|
|
"compile":false,
|
|
|
|
|
"relative_to_project":false
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path":"ChartObjectDetector.mqh",
|
|
|
|
|
"compile":false,
|
|
|
|
|
"relative_to_project":true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path":"ObjectDetectionTestEA.mq5",
|
|
|
|
|
"compile":true,
|
|
|
|
|
"relative_to_project":true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"resources":
|
|
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"type":"string",
|
|
|
|
|
"path":"README.md",
|
|
|
|
|
"name":"",
|
|
|
|
|
"relative_to_project":true
|
|
|
|
|
}
|
|
|
|
|
]
|
2026-06-02 17:02:54 +02:00
|
|
|
}
|