Olamide Daniel Adebayo
Olamide Daniel Adebayo
  • Informations
Aucun
expérience
1
produits
0
versions de démo
0
offres d’emploi
0
signaux
0
les abonnés
MQL5 Developer • Trading Tools • EAs • Products • Articles
Building, learning, and sharing one project at a time.
Olamide Daniel Adebayo
Article publié Native Isolation Forest for Execution-Quality Anomaly Detection in MQL5
Native Isolation Forest for Execution-Quality Anomaly Detection in MQL5

A step-by-step guide to a native Isolation Forest in MQL5 focused on execution metrics rather than price. It details five features, tree construction and path‑length scoring, rolling‑window training, CSV logging, and FILE_COMMON persistence, all integrated into OnTradeTransaction(). The resulting circuit breaker flags unusual fills in real time and applies controlled responses to stabilize live trading under changing execution conditions.

Olamide Daniel Adebayo
Article publié MetaTrader 5 as a Kafka Producer: Event-Bus Architecture for Multi-Terminal Signal Fan-Out
MetaTrader 5 as a Kafka Producer: Event-Bus Architecture for Multi-Terminal Signal Fan-Out

The article details a native MQL5 Kafka producer that speaks the wire protocol over raw TCP. It implements RecordBatch v2 encoding, varints, and CRC32C, and adds batching, acks, and retry logic, all without a sidecar or DLL. Use it to publish JSON-structured trading signals from a single terminal to Kafka, where dashboards and other services subscribe independently.

Olamide Daniel Adebayo
Code publié Order Block Detector
Detects order blocks — the last opposing candle before an impulsive move that breaks market structure — and draws them as zones that extend live until price returns and mitigates them. Structure breaks and mitigation are both evaluated only on closed bars, so nothing repaints.
Olamide Daniel Adebayo
Code publié Market Session Separator Indicator
Marks the start/end of up to three trading sessions (Asian, London, New York, or any custom windows) with vertical separators and/or shaded background boxes, repeated daily across a rolling recent window. Purely visual — no calculations, no signals, just clean session boundaries.
Olamide Daniel Adebayo
Code publié Volume Profile Levels Indicator
Builds a horizontal volume histogram over a recent lookback window and marks the Point of Control and Value Area using the standard TPO/volume value-area expansion algorithm — not just POC ± a fixed offset. Refreshed once per new bar, drawn as a sidebar next to price.
Olamide Daniel Adebayo
Code publié Liquidity Sweep Detector Indicator
Marks fractal swing highs/lows as liquidity levels, then flags the exact bar where price wicks beyond one and closes back inside — a liquidity sweep / stop hunt — with an arrow and an optional price label. Sweep checks run only on closed bars, so signals never repaint.
Olamide Daniel Adebayo
Code publié Fair Value Gap Detector Indicator
Detects 3-candle Fair Value Gaps (price imbalances) and draws them as boxes that extend live until price trades back through the gap. Detection runs only on fully closed bars, so gaps never flicker in and out as the current candle forms.
Olamide Daniel Adebayo
Code publié Multi Timeframe Trend Dashboard Indicator
A compact on-chart panel showing the current symbol's trend across several timeframes at once, each evaluated independently with its own Fast/Slow moving-average cross. No switching charts to check "what's H4 doing" — it's all in one place, color-coded.
Olamide Daniel Adebayo
Code publié Currency Strength Meter
Ranks the 8 major currencies by relative strength on a live on-chart panel, calculated from the average percentage change of every available cross pair — not just USD pairs — so weak/strong currencies are visible at a glance, independent of whichever chart you have open.
Olamide Daniel Adebayo
Code publié Session Opening Range Breakout EA
Un Expert Advisor qui mesure les plus hauts et les plus bas d'une fenêtre d'ouverture de séance définie, puis effectue des transactions lors de la cassure confirmée de cette fourchette, en appliquant un dimensionnement de position basé sur le risque et en limitant le nombre de transactions à une par séance.
Olamide Daniel Adebayo
Code publié Previous Week High Low Indicator
Plots the previous trading week's High and Low as horizontal reference levels across the current week, with optional multi-week history for context. No repainting, no discretion — the levels are read directly from the completed Weekly bar.
Olamide Daniel Adebayo
Code publié Risk Based Position Size Calculator
Draggable Entry, Stop-Loss and Take-Profit lines with a live on-chart panel that calculates the exact lot size for a chosen account risk. No manual math, no guessing — drag the lines, read the size.
Olamide Daniel Adebayo
Code publié Previous Day High Low Open Close Indicator
Plots the previous trading day's High, Low and Close as horizontal reference levels across the current session, with optional multi-day history for context. No repainting, no discretion — the levels are read directly from the completed Daily bar
Olamide Daniel Adebayo
Code publié Session high-low indicator
Locks in the high and low of any user-defined session — Asian, London, New York, or a fully custom window — and draws it on the chart as a live-updating box or line pair. No repainting, no discretion — the range is measured directly from the bars, not estimated.
Olamide Daniel Adebayo Produits publiés

A dual moving-average crossover Expert Advisor (EA) designed to provide traders with a transparent, rule-based trading system that is both easy to understand and highly customizable. Rather than relying on hidden algorithms or complex decision-making processes, this EA uses the classic crossover of two moving averages to identify potential market trends and generate buy or sell signals. Every aspect of the strategy can be adjusted, allowing traders to tailor the system to different market

Olamide Daniel Adebayo
Enregistré à MQL5.community