40 lines
No EOL
1,005 B
JSON
40 lines
No EOL
1,005 B
JSON
{
|
|
"platform" :"mt5",
|
|
"program_type":"indicator",
|
|
"copyright" :"Copyright 2026, Jim Gray ",
|
|
"link" :"https:\/\/www.mql5.com\/en\/users\/digitalrogue ",
|
|
"version" :"1.00",
|
|
"description" :"Calculates classic Camarilla pivot levels (H3, H4, L3, L4, H5, L5) from the previous day's OHLC and draws them segmented per trading day. Shows current day levels plus recent history. All levels exposed as indicator buffers for use in Expert Advisors and custom strategies.",
|
|
"cpu_architecture" :"0",
|
|
"optimize" :"0",
|
|
"fpzerocheck" :"1",
|
|
"tester_no_cache":"0",
|
|
"tester_everytick_calculate":"0",
|
|
"unicode_character_set":"0",
|
|
"static_libraries":"0",
|
|
|
|
"indicator":
|
|
{
|
|
"window":"0",
|
|
"applied_price":"1"
|
|
},
|
|
|
|
"files":
|
|
[
|
|
{
|
|
"path":"Camarilla_Levels.mq5",
|
|
"compile":true,
|
|
"relative_to_project":true
|
|
}
|
|
],
|
|
|
|
"resources":
|
|
[
|
|
{
|
|
"type":"0",
|
|
"path":"readme.md",
|
|
"name":"",
|
|
"relative_to_project":true
|
|
}
|
|
]
|
|
} |