Olamide Daniel Adebayo
Olamide Daniel Adebayo
  • 情報
no
経験
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.
265
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
定義されたセッションの開始ウィンドウの高値・安値を測定し、そのレンジからのブレイクアウトが確認された際に、リスクに基づいたポジションサイズ設定と「1セッションにつき1トレード」の上限を適用して取引を行うエキスパートアドバイザーです。
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に登録されました