History of MQL5.community development

The most popular trading robots and technical indicators, news signals, regular incoming ready-made MQL5 programs in CodeBase and the most discussed Forum topics.

Most downloaded source codes this week

  • YY_Cross_2_Ma The two moving averages crossover strategy is one of the most common trading strategies in the financial market. It is based on the use of two moving averages (usually long and short term) and signals an entry into a position based on their crossover.
  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
  • ZigZag HH HL LH LL Pattern Label Indicator (MT4) This indicator is an enhanced version of the standard ZigZag used in MetaTrader 4. It automatically detects and labels structural price points: Higher High (HH), Higher Low (HL), Lower High (LH), and Lower Low (LL). The indicator draws trend lines between ZigZag points and prints the market structure on the chart in real time. Useful for: • Market structure analysis (HH, HL, LH, LL) • Pattern recognition (Head & Shoulders, Quasimodo, Break of Structure) • Trend continuation / reversal confirmation • Dashboard scanners and multi-timeframe systems The code has been optimized to remove warnings, uses only MQL4-compatible functions, and ensures clean object management with timeframe tagging. Suitable for manual traders, system builders, and EA developers.

Most read articles this week

Automating Trading Strategies in MQL5 (Part 41): Candle Range Theory (CRT) – Accumulation, Manipulation, Distribution (AMD)

Automating Trading Strategies in MQL5 (Part 41): Candle Range Theory (CRT) – Accumulation, Manipulation, Distribution (AMD)

In this article, we develop a Candle Range Theory (CRT) trading system in MQL5 that identifies accumulation ranges on a specified timeframe, detects breaches with manipulation depth filtering, and confirms reversals for entry trades in the distribution phase. The system supports dynamic or static stop-loss and take-profit calculations based on risk-reward ratios, optional trailing stops, and limits on positions per direction for controlled risk management.

Automating Trading Strategies in MQL5 (Part 42): Session-Based Opening Range Breakout (ORB) System

Automating Trading Strategies in MQL5 (Part 42): Session-Based Opening Range Breakout (ORB) System

In this article, we create a fully customizable session-based Opening Range Breakout (ORB) system in MQL5 that lets us set any desired session start time and range duration, automatically calculates the high and low of that opening period, and trades only confirmed breakouts in the direction of the move.

7 new topics on forum:

and 4 more...

3 new signals now available for subscription:

Spruce EX
106% 275 trades
Growth:105.50%
Equity:4,087.64USD
Balance:4,087.64USD
KT Trade 2
79% 121 trades
Growth:79.34%
Equity:6,277.00USD
Balance:6,277.00USD
and 1 more...

New publications in CodeBase

  • PACF_ACF The script calculates the autocorrelation and partial autocorrelation functions and displays them on a graph
  • Tillson T3 Tillson T3 with EMA calculations done without auxiliary indicator buffers.

The most downloaded free products:

Bestsellers in the Market:

5 new topics on forum:

and 2 more...

2 new signals now available for subscription:

BuilDex EA
33% 78 trades
Growth:33.19%
Equity:399.57USD
Balance:399.57USD
AlphaQuant Gold V1
-12% 702 trades
Growth:-12.25%
Equity:5,404.60USD
Balance:5,909.68USD

Bestsellers in the Market:

More than 400 new charts published:

Chart USDJPYr, M15, 2025.11.26 08:12 UTC, HF Markets SA (Pty) Ltd, MetaTrader 5, Real
USDJPYr, M15
Chart XAUUSDd, M1, 2025.11.28 18:36 UTC, AMarkets LLC, MetaTrader 4, Real
XAUUSDd, M1
Chart NDXUSD, M1, 2025.11.26 19:58 UTC, Combat Capital Markets LLC, MetaTrader 5, Demo
NDXUSD, M1

The most downloaded free products:

There are more than 39,420 products available in Market

10 new topics on forum:

and 7 more...

New publications in CodeBase

  • Positions Summary Info byPairs Script for displaying updating data on open positions.
  • Dynamic Gaussian Channel This indicator builds a dynamic price channel using Gaussian smoothing to determine support and resistance lines. It calculates smoothed high and low price values for a given period, finds their extrema and displays three lines: upper resistance (maximum of smoothed high), lower support (minimum of smoothed low) and the middle line between them, forming an adaptive trading channel.

3 new signals now available for subscription:

Gold combination EBC 1024
129% 1110 trades
Growth:129.31%
Equity:1,185.52USD
Balance:1,185.52USD
Compound G
8% 76 trades
Growth:7.65%
Equity:4,139.90USD
Balance:4,139.90USD
BALI ISLAND TRADER
-31% 1884 trades
Growth:-30.89%
Equity:12,926.65USD
Balance:12,926.65USD

Published article "Price Action Analysis Toolkit Development (Part 53): Pattern Density Heatmap for Support and Resistance Zone Discovery".

Price Action Analysis Toolkit Development (Part 53): Pattern Density Heatmap for Support and Resistance Zone Discovery

This article introduces the Pattern Density Heatmap, a price‑action mapping tool that transforms repeated candlestick pattern detections into statistically significant support and resistance zones. Rather than treating each signal in isolation, the EA aggregates detections into fixed price bins, scores their density with optional recency weighting, and confirms levels against higher‑timeframe data. The resulting heatmap reveals where the market has historically reacted—levels that can be used proactively for trade timing, risk management, and strategy confidence across any trading style.

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

8 new signals now available for subscription:

Vortex Turbo EA
303% 647 trades
Growth:303.28%
Equity:40,327.86USD
Balance:40,327.86USD
Statera prototype
166% 253 trades
Growth:165.82%
Equity:329,233.00JPY
Balance:332,679.00JPY
YW Robot Safe and Steady Growth
133% 2058 trades
Growth:132.58%
Equity:4,115.03USD
Balance:4,121.34USD
and 5 more...

New publications in CodeBase

  • RSI MA Signal Indicator A simple signal indicator based on RSI and Moving Average. Draws Buy/Sell arrows when RSI is above/below 50 and Price is above/below MA.
  • Comment A simple comment.

3 new topics on forum:

Published article "Introduction to MQL5 (Part 29): Mastering API and WebRequest Function in MQL5 (III)".

Introduction to MQL5 (Part 29): Mastering API and WebRequest Function in MQL5 (III)

In this article, we continue mastering API and WebRequest in MQL5 by retrieving candlestick data from an external source. We focus on splitting the server response, cleaning the data, and extracting essential elements such as opening time and OHLC values for multiple daily candles, preparing the data for further analysis.

Published article "The MQL5 Standard Library Explorer (Part 4): Custom Signal Library".

The MQL5 Standard Library Explorer (Part 4): Custom Signal Library

Today, we use the MQL5 Standard Library to build custom signal classes and let the MQL5 Wizard assemble a professional Expert Advisor for us. This approach simplifies development so that even beginner programmers can create robust EAs without in-depth coding knowledge, focusing instead on tuning inputs and optimizing performance. Join this discussion as we explore the process step by step.

Published article "From Basic to Intermediate: Struct (I)".

From Basic to Intermediate: Struct (I)

Today we will begin to study structures in a simpler, more practical, and comfortable way. Structures are among the foundations of programming, whether they are structured or not. I know many people think of structures as just collections of data, but I assure you that they are much more than just structures. And here we will begin to explore this new universe in the most didactic way.

The most downloaded free products:

There are more than 39,340 products available in Market

Bestsellers in the Market:

5 new topics on forum:

and 2 more...

3 new signals now available for subscription:

Trading Way AI
4,030% 732 trades
Growth:4,030.42%
Equity:50,520.29USD
Balance:57,011.00USD
Lairn
-6% 410 trades
Growth:-6.29%
Equity:7,608.66UST
Balance:7,608.66UST
Avto M5 PRO
-14% 1014 trades
Growth:-13.81%
Equity:4,325.49USD
Balance:4,325.58USD

Published article "Automating Trading Strategies in MQL5 (Part 42): Session-Based Opening Range Breakout (ORB) System".

Automating Trading Strategies in MQL5 (Part 42): Session-Based Opening Range Breakout (ORB) System

In this article, we create a fully customizable session-based Opening Range Breakout (ORB) system in MQL5 that lets us set any desired session start time and range duration, automatically calculates the high and low of that opening period, and trades only confirmed breakouts in the direction of the move.

Published article "MetaTrader 5 Machine Learning Blueprint (Part 6): Engineering a Production-Grade Caching System".

MetaTrader 5 Machine Learning Blueprint (Part 6): Engineering a Production-Grade Caching System

Tired of watching progress bars instead of testing trading strategies? Traditional caching fails financial ML, leaving you with lost computations and frustrating restarts. We've engineered a sophisticated caching architecture that understands the unique challenges of financial data—temporal dependencies, complex data structures, and the constant threat of look-ahead bias. Our three-layer system delivers dramatic speed improvements while automatically invalidating stale results and preventing costly data leaks. Stop waiting for computations and start iterating at the pace the markets demand.

Published article "Market Positioning Codex for VGT with Kendall's Tau and Distance Correlation".

Market Positioning Codex for VGT with Kendall's Tau and Distance Correlation

In this article, we look to explore how a complimentary indicator pairing can be used to analyze the recent 5-year history of Vanguard Information Technology Index Fund ETF. By considering two options of algorithms, Kendall’s Tau and Distance-Correlation, we look to select not just an ideal indicator pair for trading the VGT, but also suitable signal-pattern pairings of these two indicators.

Published article "Developing a multi-currency Expert Advisor (Part 23): Putting in order the conveyor of automatic project optimization stages (II)".

Developing a multi-currency Expert Advisor (Part 23): Putting in order the conveyor of automatic project optimization stages (II)

We aim to create a system for automatic periodic optimization of trading strategies used in one final EA. As the system evolves, it becomes increasingly complex, so it is necessary to look at it as a whole from time to time in order to identify bottlenecks and suboptimal solutions.

Published article "Market Simulation (Part 07): Sockets (I)".

Market Simulation (Part 07): Sockets (I)

Sockets. Do you know what they are for or how to use them in MetaTrader 5? If the answer is no, let's start by studying them. In today's article, we'll cover the basics. Since there are several ways to do the same thing, and we are always interested in the result, I want to show that there is indeed a simple way to transfer data from MetaTrader 5 to other programs, such as Excel. However, the main idea is not to transfer data from MetaTrader 5 to Excel, but the opposite, that is, to transfer data from Excel or any other program to MetaTrader 5.

The most downloaded free products:

More than 300 new charts published:

Chart USDJPYr, M15, 2025.11.25 09:50 UTC, HF Markets SA (Pty) Ltd, MetaTrader 5, Real
USDJPYr, M15
Chart BTCUSD, H1, 2025.11.25 01:17 UTC, FTMO Global Markets Ltd, MetaTrader 5, Demo
BTCUSD, H1
Chart EURUSD, H1, 2025.11.25 14:49 UTC, ActivTrades Corp, MetaTrader 5, Real
EURUSD, H1

Most downloaded source codes this month

  • Simple Expert Advisor based on WPR, Bollinger Bands and ATR indicators A simple strategy based on the signals of two indicators: Williams' Percent Range (WPR) and Bollinger Bands (BB). A position is opened only when the signals of both indicators coincide.
  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
  • Heikin Ashi MT4 EA Designed to trade using Heikin Ashi candles. By smoothing price action and filtering out market noise, this EA creates a clear map of market direction, allowing traders to catch strong trends, avoid false reversals, and manage trades with confidence.

Most read articles this month

How to purchase a trading robot from the MetaTrader Market and to install it?

How to purchase a trading robot from the MetaTrader Market and to install it?

A product from the MetaTrader Market can be purchased on the MQL5.com website or straight from the MetaTrader 4 and MetaTrader 5 trading platforms. Choose a desired product that suits your trading style, pay for it using your preferred payment method, and activate the product.

How to Test a Trading Robot Before Buying

How to Test a Trading Robot Before Buying

Buying a trading robot on MQL5 Market has a distinct benefit over all other similar options - an automated system offered can be thoroughly tested directly in the MetaTrader 5 terminal. Before buying, an Expert Advisor can and should be carefully run in all unfavorable modes in the built-in Strategy Tester to get a complete grasp of the system.

Bestsellers in the Market:

There are more than 151,940 topics available on forum

7 new topics on forum:

and 4 more...
There are more than 2,520 articles published on site

Published article "Neural Networks in Trading: Hierarchical Dual-Tower Transformer (Final Part)".

Neural Networks in Trading: Hierarchical Dual-Tower Transformer (Final Part)

We continue to build the Hidformer hierarchical dual-tower transformer model designed for analyzing and forecasting complex multivariate time series. In this article, we will bring the work we started earlier to its logical conclusion — we will test the model on real historical data.

New publications in CodeBase

8 new signals now available for subscription:

SuperGOLDFX EA
106% 1116 trades
Growth:106.31%
Equity:1,086.51USD
Balance:1,087.26USD
Cuanin AUDCAD
55% 480 trades
Growth:54.98%
Equity:2,572.98USD
Balance:2,574.09USD
SANDY RLKS_8YR_1M VT340
43% 2144 trades
Growth:43.28%
Equity:8,268.05USD
Balance:9,271.11USD
and 5 more...

Published article "Price Action Analysis Toolkit Development (Part 52): Master Market Structure with Multi-Timeframe Visual Analysis".

Price Action Analysis Toolkit Development (Part 52): Master Market Structure with Multi-Timeframe Visual Analysis

This article presents the Multi‑Timeframe Visual Analyzer, an MQL5 Expert Advisor that reconstructs and overlays higher‑timeframe candles directly onto your active chart. It explains the implementation, key inputs, and practical outcomes, supported by an animated demo and chart examples showing instant toggling, multi‑timeframe confirmation, and configurable alerts. Read on to see how this tool can make chart analysis faster, clearer, and more efficient.

Published article "Implementing Practical Modules from Other Languages in MQL5 (Part 04): time, date, and datetime modules from Python".

Implementing Practical Modules from Other Languages in MQL5 (Part 04): time, date, and datetime modules from Python

Unlike MQL5, Python programming language offers control and flexibility when it comes to dealing with and manipulating time. In this article, we will implement similar modules for better handling of dates and time in MQL5 as in Python.

Published article "Mastering Kagi Charts in MQL5 (Part I): Creating the Indicator".

Mastering Kagi Charts in MQL5 (Part I): Creating the Indicator

Learn how to build a complete Kagi Chart engine in MQL5—constructing price reversals, generating dynamic line segments, and updating Kagi structures in real time. This first part teaches you how to render Kagi charts directly on MetaTrader 5, giving traders a clear view of trend shifts and market strength while preparing for automated Kagi-based trading logic in Part 2.

1...585960616263646566676869707172...689