Article-22745-Categorical-H.../Article-22745-Categorical-Hidden-Markov-Model-MQL5.mqproj

138 lines
3 KiB
Text
Raw Permalink Normal View History

2026-06-02 13:34:00 +03:00
{
"platform" :"mt5",
"program_type":"module",
"copyright" :"Eugene",
"link" :"https:\/\/www.mql5.com",
"version" :"1.00",
"cpu_architecture" :"0",
"optimize" :"1",
"fpzerocheck" :"1",
"tester_no_cache":"0",
"tester_everytick_calculate":"0",
"unicode_character_set":"0",
2026-06-02 13:36:51 +03:00
"static_libraries":"0",
"files":
[
{
"path":"Include\\CategoricalHMM\\CategoricalHMM.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"Scripts\\Filter.mq5",
"compile":true,
"relative_to_project":true
},
{
"path":"Scripts\\Inference.mq5",
"compile":true,
"relative_to_project":true
},
{
"path":"Scripts\\Learning.mq5",
"compile":true,
"relative_to_project":true
},
{
"path":"Scripts\\ModelSelection.mq5",
"compile":true,
"relative_to_project":true
},
{
"path":"MQL5\\Include\\Math\\Stat\\Uniform.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Math\\Stat\\Math.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Math\\Stat\\Gamma.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Math\\Stat\\Normal.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\CategoricalHMM\\CategoricalHMM.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Graphics\\Graphic.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\\Object.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\StdLibErr.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Graphics\\Curve.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\\Graphics\\Axis.mqh",
"compile":false,
"relative_to_project":false
},
{
"path":"MQL5\\Include\\Graphics\\ColorGenerator.mqh",
"compile":false,
"relative_to_project":false
}
],
"resources":
[
{
"type":"string",
"path":"README.md",
"name":"",
"relative_to_project":true
}
]
2026-06-02 13:34:00 +03:00
}