Articles, Library comments - page 2

XANDER Pulse Candles : Color your candles by momentum state. Four bias levels + neutral — built for dark charts. Author: Cristhian Alexander Gaibor Cuasquer
Institutional Gaussian Signal Filter (Zero-Lag ALMA) : A quantitative Gaussian filter designed to replace lagging retail moving averages by applying advanced digital signal processing to eliminate market noise without sacrificing responsiveness. Author: Amanda Vitoria De Paula Pereira
Breakout Rhonchus PRO : Breakout Rhonchus PRO is a professional non-repaint MT4 indicator designed to detect high-probability breakout momentum opportunities using EMA Tunnel analysis, EMA200 trend filtering, CCI momentum confirmation, and ATR volatility filtering. Author: Ilham Hijrah Saputra
Check out the new article: Foundation Models in Trading: Time Series Forecasting with Google's TimesFM 2.5 in MetaTrader 5 . Time series forecasting in trading has evolved from traditional statistical models (like ARIMA) to deep learning approaches, but both require heavy tuning and training
ZigZag Fibo : Original ZigZag MT4 with added automatic fibonacci Author: Cahyo Hadi Prasetyo
Institutional Shannon Entropy (Predictability Index) : A quantitative Information Theory engine that calculates the Shannon Entropy of price distribution to mathematically measure market randomness and algorithmic predictability. Author: Amanda Vitoria De Paula Pereira
Check out the new article: MetaTrader 5 Machine Learning Blueprint (Part 14): Transaction Cost Modeling for Triple-Barrier Labels in MQL5 . The article replaces hardcoded cost assumptions in triple-barrier labeling with measured inputs. An MQL5 script captures spread distribution, swap rates, and
Check out the new article: MQL5 Trading Tools (Part 30): Class-Based Tool Palette Sidebar . We refactor the Tools Palette from a flat, function-based panel into a modular, class-driven sidebar in MQL5. The design introduces supersampled canvas rendering for anti-aliased shapes, theme control, a
Check out the new article: Beyond the Clock (Part 1): Building Activity and Imbalance Bars in Python and MQL5 . The article replaces clock-based sampling with López de Prado's alternative bar types and provides two aligned implementations: a unified Python module for batch tick histories and an
Check out the new article: Market Microstructure in MQL5: Robust Foundation (Part 1) . This article builds the foundation layer of a twelve-part MQL5 market microstructure toolkit. It implements guarded math helpers (SafeDivide, SafeLog, SafeSqrt, SafeExp, SafeTanh), robust data validation
Check out the new article: Three MACD Filters on US_TECH100: Five Years of Broker Data . This article tests three common filters on a standard MACD crossover for US_TECH100 H1 using five years of broker-native data. Filters are layered incrementally: regime, higher timeframe (HTF) alignment, and US
Check out the new article: Engineering Trading Discipline into Code (Part 5): Account-Level Risk Enforcement in MQL5 . We introduce an MQL5 discipline engine that enforces risk consistently at the account level. It continuously scans positions from any source, validates SL/TP, equity-based exposure
Check out the new article: Building an Object-Oriented FVG Scanner in MQL5 . Create an object-oriented fair value gap (FVG) scanner in MQL5 and display liquidity gaps directly on a MetaTrader 5 chart, this article formalizes the imbalance geometry based on three candlesticks, synchronizes OHLC
New article New Article Publishing System at the MQL5.community is published: We present you a new article publishing system at the MQL5.community. In the new system, we have tried to make the whole process of article writing clear and comfortable by breaking it into several steps. At each step we
MyRsi : MyRsi - by John Ehlers : metatrader 4 version Author: Mladen Rakic
Check out the new article: Neural Networks in Trading: Integrating Chaos Theory into Time Series Forecasting (Attraos) . The Attraos framework integrates chaos theory into long-term time series forecasting, treating them as projections of multidimensional chaotic dynamic systems. Exploiting
LotSize Calculation : This is a simple script file to compute lot size either using risk percentage approach or the actual amount to risk. Author: Daniel Opoku
Check out the new article: How to implement AutoARIMA forecasting in MQL5 . This article presents an MQL5 implementation of AutoARIMA that builds ARIMA models without manual tuning. It estimates d via a variance-based heuristic, fits ARMA(p,q) by gradient optimization with Adam, and selects p and q
Check out the new article: Graph Theory: Heuristic Search Algorithm (A-Star) Applied in Trading . The article applies the A* heuristic to market structure by modeling validated swing highs and lows as graph nodes and weighting edges with ATR‑normalized distance, spread, and noise penalties. The
GlowTrend Pro : A sleek, color-changing trend follower based on adaptive moving averages with real-time reversal glow signals. Author: Ilham Hijrah Saputra
Check out the new article: MQL5 Wizard Techniques you should know (Part 88): Using Blooms Filter with a Custom Trailing Class . Our next focus in these series on ideas that can be rapidly prototyped with the MQL5 Wizard, is a Custom Trailing class that uses the Blooming Filter. Trailing Stop systems
VR Rsi Robot is a multi-timeframe trading strategy : Just two timeframes — H1 and D1 — work synchronously to filter out the noise and capture only strong RSI reversals from overbought and oversold zones. No random entries, only a clear confirmation of the direction from the "big brother." Author
Check out the new article: Price Action Analysis Toolkit Development (Part 68): Price-Attached RSI Panel in MQL5 . We present a chart-embedded RSI panel that removes the need for a separate window by attaching momentum directly to live price. The article explains the design and MQL5 code: real-time
Check out the new article: Feature Engineering for ML (Part 2): Implementing Fixed-Width Fractional Differentiation in MQL5 . This article delivers a production-grade MQL5 implementation of fixed-width fractional differentiation for live MetaTrader 5 feeds. We introduce a header-only CFFDEngine that
Institutional Fourier Transform (DFT) Dominant Cycle Language: MQL5 : A digital signal processing (DSP) engine that applies the Discrete Fourier Transform (DFT) to market data, isolating the dominant cyclical frequency to project turning points and eliminate phase-lag. Author: Amanda Vitoria De
Check out the new article: From CPU to GPU in MQL5: A Practical OpenCL Framework for Accelerating Research, Optimizations, and Patterns . Find out how to build a practical CPU-to-GPU migration path in MQL5 using OpenCL. We will focus on context initialization, buffer organization, large batches
Easy Range Breakout EA - MT5 : This EA implements a range breakout trading strategy. It calculates a price range between start and end times defined by the user, draws a visual rectangle on the chart to mark the high and low of that range, and then monitors price action after the range closes. If
Report by Magic and currency MT5 indicator for account PNL and trade statistics exported to CSV : Exports comprehensive trading statistics to a CSV file. Author: Marco
Check out the new article: Stress Testing Trade Sequences with Monte Carlo in MQL5 . A backtest shows only one path among many possible outcomes. This MQL5 script performs 1000 bootstrap Monte Carlo resamples of a trade P&L series, draws a percentile fan chart on the chart via CCanvas, and reports
Swap Fee Monitor Panel : Real-time swap & rollover monitor panel for all MarketWatch symbols. Displays long/short swap rates, daily and weekly costs per lot with color-coded values. Author: Kayode Michael Oyetunde