Article-22015-Fixed-Width-F.../Article-22015-Fixed-Width-Fractional-Differentiation-MQL5.mqproj

39 lines
867 B
Text
Raw Permalink Normal View History

2026-06-10 01:03:09 +03:00
{
"platform" :"mt5",
2026-06-12 18:58:57 +03:00
"program_type":"indicator",
"copyright" :"Patrick M. Njoroge",
"link" :"https:\/\/www.mql5.com\/en\/users\/patricknjoroge743",
"version" :"1.11",
"description" :"Fixed-Width Fractional Differencing (FFD)\nLópez de Prado, AFML Chapter 5",
2026-06-10 01:03:09 +03:00
"cpu_architecture" :"0",
"optimize" :"1",
"fpzerocheck" :"1",
"tester_no_cache":"0",
"tester_everytick_calculate":"0",
"unicode_character_set":"0",
2026-06-10 01:29:41 +03:00
"static_libraries":"0",
2026-06-12 18:58:57 +03:00
"indicator":
{
"window":"1",
"buffers_count":"1",
"plots":
[
{"type":"1","width":"2","style":"0","label":"FFD","color":["clrDodgerBlue"]}
]
},
2026-06-10 01:29:41 +03:00
"files":
[
{
2026-06-12 18:58:57 +03:00
"path":"FFD.mq5",
2026-06-10 01:29:41 +03:00
"compile":true,
"relative_to_project":true
},
{
2026-06-12 18:58:57 +03:00
"path":"FFDEngine.mqh",
2026-06-10 01:29:41 +03:00
"compile":false,
2026-06-12 18:58:57 +03:00
"relative_to_project":true
2026-06-10 01:29:41 +03:00
}
]
2026-06-10 01:03:09 +03:00
}