lwOopsPatternIndicator/lwOopsPatternIndicator.mqproj
CHACHAIAN 936197f34a feat: add Larry Williams Oops pattern indicator
- detect bullish and bearish opening gaps
- support same-bar and later-bar confirmation
- prevent duplicate signals after the first valid fill
- map historical signals into separate indicator buffers
- update only the latest completed bar during normal operation
- validate inputs and initialization results
- configure arrow plots and chart appearance
2026-07-29 10:04:57 +03:00

40 lines
No EOL
898 B
JSON

{
"platform" :"mt5",
"program_type":"indicator",
"copyright" :"Copyright 2026, MetaQuotes Ltd. Developer is Chacha Ian",
"link" :"https:\/\/www.mql5.com\/en\/users\/chachaian",
"version" :"1.00",
"description" :"An MQL5 custom indicator that detects and displays bullish and bearish Larry Williams Oops gap reversal signals directly on the chart.",
"cpu_architecture" :"0",
"optimize" :"1",
"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":"lwOopsPatternIndicator.mq5",
"compile":true,
"relative_to_project":true
}
],
"resources":
[
{
"type":"0",
"path":"readme.md",
"name":"",
"relative_to_project":true
}
]
}