Olamide Daniel Adebayo
Olamide Daniel Adebayo
  • 信息
经验
1
产品
0
演示版
0
工作
0
信号
0
订阅者
MQL5 Developer • Trading Tools • EAs • Products • Articles
Building, learning, and sharing one project at a time.
Olamide Daniel Adebayo
已发布文章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
已发布文章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
已发布代码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.
202
Olamide Daniel Adebayo
已发布代码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.
124
Olamide Daniel Adebayo
已发布代码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.
264
Olamide Daniel Adebayo
已发布代码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.
1 277
Olamide Daniel Adebayo
已发布代码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.
1 190
Olamide Daniel Adebayo
已发布代码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.
124
Olamide Daniel Adebayo
已发布代码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.
1 143
Olamide Daniel Adebayo
已发布代码Session Opening Range Breakout EA
一款专家顾问,用于测量指定交易时段开盘窗口的高点/低点,随后在该区间确认突破时进行交易,采用基于风险的仓位管理,并设定每交易时段仅执行一笔交易上限。
Olamide Daniel Adebayo
已发布代码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.
129
Olamide Daniel Adebayo
已发布代码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.
186
Olamide Daniel Adebayo
已发布代码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
208
Olamide Daniel Adebayo
已发布代码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.
256
Olamide Daniel Adebayo 已发布产品

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
已在MQL5.community注册