Articles, Library comments - page 2

Sessionvolatilityheatmap : Shows average price range per hour of the trading day as an on-chart heatmap, plus Asian/London/New York session shading behind the candles — so you can see when a symbol actually moves, not just guess. Author: Adeolu Kayode Gbadebo
Trade Journal and Performance Analytics Dashboard : A lightweight on-chart dashboard that reads your closed trade history and shows win rate, profit factor, streaks, and an equity curve — no strategy inputs, just your own numbers, refreshed automatically. Author: Adeolu Kayode Gbadebo
SAX Forecaster : A forecaster made from Symbolic Aggregate approXimation (SAX) Author: Muhammad Minhas Qamar
Check out the new article: Automating Classic Market Methods in MQL5 (Part 4): Mark Minervini's Trend Template . This article presents TrendTemplateEA, an Expert Advisor implementing Mark Minervini's eight-condition trend template for daily forex charts. It evaluates all conditions on every bar and
Check out the new article: Developing a Multi-Currency Expert Advisor (Part 29): Improving the Conveyor . We are going to improve the usability of the automated optimization conveyor: we will explore the process from creating an optimization project to testing the final EA. For clarity, let us walk
Session Scalping Zones : Session-Based Scalping Indicator for MetaTrader 5. It automatically marks the Asian session high and low, then generates scalping signals at the London open when price breaks or retests those levels. The indicator draws dynamic session ranges, sends alerts and push
Check out the new article: How to Research a Trading Idea: A Range Breakout Strategy Case Study . This article demonstrates a practical approach to researching trading ideas using a range breakout strategy as an example. We will go through the entire process, from formalizing trading rules and
Check out the new article: Exporting MetaTrader 5 Open Positions to a Live-Refreshing HTML Dashboard . The article builds an MQL5 Expert Advisor that writes a self-refreshing HTML positions dashboard to MQL5/Files on every tick, so you can monitor open trades in any browser. It covers reading live
Check out the new article: Forex Arbitrage Trading: A Matrix Trading System for Return to Fair Value with Risk Control . The article contains a detailed description of the cross-rate calculation algorithm, a visualization of the imbalance matrix, and recommendations for optimally setting the
Check out the new article: MQL5 Wizard Techniques you should know (Part 100): Sliding Window Median and Bidirectional LSTM for a Custom Trailing Stop . CTrailingSlidingMedianBiLSTM is a custom MQL5 Wizard trailing module that combines robust median/MAD outlier filtering with a BiLSTM context score
Check out the new article: Larry Williams Market Secrets (Part 4): Automating Short-Term Swing Highs and Lows in MQL5 . Master the automation of Larry Williams’ short-term swing patterns using MQL5. In this guide, we develop a fully configurable Expert Advisor (EA) that leverages non-random market
Draw On Liquidity + Kill Zone : The Draw On Liquidity (DOL) indicator automatically plots these essential levels on your chart and highlights high-probability trading windows through session kill zones. With full customization options, it provides a clean, professional, and highly informative
Relative Moving Average EA : An MQL5 implementation of all four cross-strategies from Bloch's Relative Moving Average framework, with his Adaptive Crossover Exit switching rules by volatility regime. Entries and exits are taken in fractile space, so thresholds mean the same thing on every symbol
Relative Moving Average Indicator : A faithful MQL5 port of Daniel Bloch's Relative Moving Average framework. It ranks the current close inside its own window's distribution on a [0, 1] scale comparable across symbols, publishing the fractiles, regime classification, and directional consistency as
Check out the new article: Automating Trading Strategies in MQL5 (Part 50): Turtle Soup Liquidity Sweeps . We build an automated MQL5 program that trades Turtle Soup by fading false breakouts of the N-bar high and low. The article implements liquidity-sweep detection, confirmation closes back inside
Trading Panel EA : Pro Manager is an all-in-one MT5 trading assistant built for prop firm and professional traders. Execute trades faster, manage positions smarter, control risk efficiently, and automate daily trading tasks with powerful tools such as Break-even, Average TP, Magic Number management
Check out the new article: Forecasting a Conditional Distribution Using MLP . In this article, we will consider an MLP-based regression model that predicts not only the conditional expectation but also the conditional variance. In other words, we will train our network to predict the entire
Check out the new article: Symbolic Aggregate Approximation (SAX) in MQL5: Historical Analog Search and Forecasting . Symbolic Aggregate approXimation (SAX) encodes price windows as short words to enable fast, sound similarity search on history. We implement SAX in pure MQL5, including Gaussian
Check out the new article: CSV Data Analysis (Part 7): Statistical Robustness Testing on MQL5 CSV Exports with Monte Carlo Simulation . A statistically significant backtest is not proof of a robust edge. This article presents a three-part validation battery in Python that consumes an MQL5
Check out the new article: How to publish code to CodeBase: A practical guide . In this article, we will use real-life examples to illustrate posting various types of terminal programs in the MQL5 source code base. To publish your code in CodeBase, you only need to follow a few simple steps and
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
SR Zone Scanner : Multi-timeframe Support & Resistance zone scanner with strength rating and instant alerts — M15, H1, H4, D1. Author: Zbynek Liska
SMMA Levels MTF / BhanuCodeLab : SMMA Levels MTF is a multi-timeframe Smoothed Moving Average indicator for MetaTrader 5. The indicator calculates SMMA values from several selectable timeframes and displays them together on the current chart. Author: Bhanu Chandra Raju Indukuri
SniperGold SMC ProPlus (Institutional Smart Money Concepts) : SMC chart indicator: market structure (BOS/CHoCH), volume weighted order blocks, multi timeframe FVG, equal highs/lows, liquidity sweeps, premium/discount zones, a 3 time frame bias panel and an optional trade setup readout. Closed bar
Footprint XRay (Order Flow Volume Delta) : An institutional-grade order flow and footprint chart indicator ported from Pine Script to MQL5. It dynamically deconstructs major timeframe bars using lower timeframe (LTF) historical tick/real volume to compute buy/sell volume delta at each price level
New article MetaTrader 5 on Linux is published: In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers. Author: MetaQuotes
Check out the new article: Bison Algorithm (BIA) . A new optimization method, the Bison Algorithm (BIA), uses two strategies, inspired by the behavior of bison, for solving continuous problems with a single objective function. The key features of BIA are two fundamental principles borrowed from the
MT4 to MT5 Convertor (MT5Compat.mqh) - library for MetaTrader 5 : A new interface library has been developed to simplify the process of converting MT4 indicators and Expert Advisors (EAs) to MT5. This library supports most of the MetaTrader 4 functions, offering developers a unified solution for
Clock (Spread) : What this indicator does Clock (Spread).mq5 is a MetaTrader 5 chart indicator that displays a small text label in the corner of the chart showing: Countdown timer until the current candle closes (in HH:MM:SS or MM:SS format, depending on timeframe) Current spread (Ask − Bid, in
Check out the new article: Mapping the Shape of Price: The Mapper Lens and Cover in MQL5 . The article introduces the Mapper pipeline in MQL5 by implementing the two fundamental components: CTDAMapperFilter (lens) and CTDAMapperCover (overlapping intervals). It explains three lens