Renko Brick Engine With EMA Overlay
- Utilità
-
Felicien Badou Diouf
Professional MQL5 / MT5 Expert Advisor and indicator developer. I turn trading strategies into clean, reliable, well-documented automated systems, with a specialty in XAUUSD (Gold) and prop-firm-compliant risk management.
What I deliver: - Versione: 1.0
A built-in Renko engine plus EMA overlay, computed live inside the EA - no offline Renko charts, no external history conversion, no third-party Renko generator needed. Attach it to any chart and it builds and tracks its own brick series from live price.
WHAT IT DOES
Constructs Renko bricks in-memory from live tick data, plus a seeded run of recent history so it is not starting blank.
A brick only confirms on close - the in-memory brick series is the single source of truth, with no repainting of confirmed bricks.
Computes a fast and a slow EMA directly on brick closes (not on time-based candles), recalculated on every new brick.
Draws the last N bricks and both EMAs directly on the chart, with a live info panel.
Logs every recent brick (close, direction, both EMA values) so the engine's behaviour is auditable, not a black box.
INPUTS
Brick size in points, fast and slow EMA length, history bars and timeframe used to seed the engine on attach, number of bricks drawn on the chart, number of recent bricks written to the log.
WHAT IT DOES NOT DO
It does not open, close, or manage any trade - it is a visualization and engine demonstration only. It does not export bricks to an offline chart file.
WHO IT IS FOR
Renko traders who want a native, self-contained brick engine on MetaTrader 5 without external converters. Developers evaluating brick-based EMA logic before building a full trading system on top of it. Free to use - this is a foundation tool, not a signal service.
