39 lines
No EOL
867 B
JSON
39 lines
No EOL
867 B
JSON
{
|
|
"platform" :"mt5",
|
|
"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",
|
|
"cpu_architecture" :"0",
|
|
"optimize" :"1",
|
|
"fpzerocheck" :"1",
|
|
"tester_no_cache":"0",
|
|
"tester_everytick_calculate":"0",
|
|
"unicode_character_set":"0",
|
|
"static_libraries":"0",
|
|
|
|
"indicator":
|
|
{
|
|
"window":"1",
|
|
"buffers_count":"1",
|
|
"plots":
|
|
[
|
|
{"type":"1","width":"2","style":"0","label":"FFD","color":["clrDodgerBlue"]}
|
|
]
|
|
},
|
|
|
|
"files":
|
|
[
|
|
{
|
|
"path":"FFD.mq5",
|
|
"compile":true,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"FFDEngine.mqh",
|
|
"compile":false,
|
|
"relative_to_project":true
|
|
}
|
|
]
|
|
} |