Chukwubuikem Okeke / Publications
Codes
Dominance EA for MetaTrader 5
A daily bias Expert Advisor that trades market dominance, analyzing previous day bullish vs bearish control with MA confirmation, and executing a single, minimum-volume trade with ATR-based risk management
CRT Indicator(MTF) : Explorer for MetaTrader 5
Multi-timeframe CRT Indicator(Explorer) that detects higher timeframe setups and projects CRH/CRL levels onto lower timeframe charts using Fibonacci objects for clear, real-time context
Bid-Ask Pressure Dashboard for MetaTrader 5
A lightweight tick-driven dashboard that reveals short-term Bid-Ask pressure directly on the chart
CRT Indicator(STF) : Explorer for MetaTrader 5
This is a minimalist CRT (Candle Range Theory) visualizer built in under 100 lines, revealing what “picture-perfect” single-timeframe setups actually produce across real markets
Last Structure Indicator : LSB Explorer for MetaTrader 5
This is an experimental Last Structure Break (LSB) price action indicator that uncovers meaningful market structures and potential trading edges through intelligent support and resistance analysis
Support and Resistance(SNR) Sentinel Indicator for MetaTrader 5
Adaptive Support & Resistance indicator that automatically detects, tracks, and updates the nearest valid S/R levels using configurable confirmation bars. Levels dynamically shift after confirmed breakouts and extend forward in real time
Articles
Building the Market Structure Sentinel Indicator in MQL5 for MetaTrader 5
This article builds a Market Structure Sentinel indicator in MQL5 that detects and visualizes Smart Money Concepts (SMC) events, including Break of Structure (BOS) and Change of Character (CHOCH), in real time. It explains swing detection, structural validation, and trend classification, and adds a
Adaptive Malaysian Engulfing Indicator (Part 2): Optimized Retest Bar Range for MetaTrader 5
The article adds a self-adaptive layer to the Malaysian Engulfing indicator by optimizing the retest bar range with a constrained brute-force search scored by MFE and MAE. It details the data model, helper routines, and an MQL5 implementation that gathers historical setups, computes excursions, and
Adaptive Malaysian Engulfing Indicator (Part 1): Pattern Detection and Retest Validation for MetaTrader 5
Implement the Malaysian Engulfing concept in MQL5 with two coordinated indicators. One applies strict, body‑based engulfing rules for precise pattern detection; the other uses a state-driven model to monitor what follows—pullbacks and timed retests—directly on the chart. The result is a repeatable
Account Audit System in MQL5 (Part 1): Designing the User Interface for MetaTrader 5
This article builds the user interface layer of an Account Audit System in MQL5 using CChartObject classes. We construct an on-chart dashboard that displays key metrics such as start/end balance, net profit, total trades, wins/losses, win rate, withdrawals, and a star-based performance rating. A
Forum
Need Help, error in #Include Trade
Hello everyone. Please i just encountered a strange behavior with the include files. As shown in the image, it show garbage as source file/code. while including any of them in a program, bring up an error, as a result of an abnormal source file. Thanks for your opinion and suggestions
Detecting right mouse button click in MQL5
Please, what is the correct way to detect a right mouse button click in MQL5? I am aware that, at the Windows level, the right mouse button is commonly represented by 0x02 . However, I am not sure whether relying on this value (for example by comparing lparam during CHARTEVENT_MOUSE_MOVE ) is





