Find us on Facebook!
Join our fan page

Use new possibilities of MetaTrader 5

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.

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 900 new charts published:

图表 USDJPYr, M15, 2025.11.25 09:50 UTC, HF Markets SA (Pty) Ltd, MetaTrader 5, Real
USDJPYr, M15
Gráfico BTCUSD, H1, 2025.11.25 01:17 UTC, FTMO Global Markets Ltd, MetaTrader 5, Demo
BTCUSD, H1
Chart XAUUSDm, M5, 2025.11.25 03:06 UTC, Exness Technologies Ltd, MetaTrader 4, Demo
XAUUSDm, M5

Most downloaded source codes this month

  • 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.
  • 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.
  • Quantum Gold Silver Trader Quantum System - Uses quantum states and probabilities to make decisions.

Most read articles this month

MetaTrader 5 on Linux

MetaTrader 5 on Linux

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.

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:

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.

16 new signals now available for subscription:

Ansar
381% 2720 trades
Growth:380.62%
Equity:1,083.06USD
Balance:1,083.06USD
Golden Impulse
118% 39 trades
Growth:118.42%
Equity:1,626.80USD
Balance:1,626.80USD
SuperGOLDFX EA
86% 463 trades
Growth:85.62%
Equity:978.23USD
Balance:978.21USD
and 13 more...

New publications in CodeBase

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.

Published article "Overcoming The Limitation of Machine Learning (Part 8): Nonparametric Strategy Selection".

Overcoming The Limitation of Machine Learning (Part 8): Nonparametric Strategy Selection

This article shows how to configure a black-box model to automatically uncover strong trading strategies using a data-driven approach. By using Mutual Information to prioritize the most learnable signals, we can build smarter and more adaptive models that outperform conventional methods. Readers will also learn to avoid common pitfalls like overreliance on surface-level metrics, and instead develop strategies rooted in meaningful statistical insight.

Published article "Table and Header Classes based on a table model in MQL5: Applying the MVC concept".

Table and Header Classes based on a table model in MQL5: Applying the MVC concept

This is the second part of the article devoted to the implementation of the table model in MQL5 using the MVC (Model-View-Controller) architectural paradigm. The article discusses the development of table classes and the table header based on a previously created table model. The developed classes will form the basis for further implementation of View and Controller components, which will be discussed in the following articles.

The most downloaded free products:

There are more than 42,070 products available in Market

Bestsellers in the Market:

19 new signals now available for subscription:

Trader Gold
200% 663 trades
Growth:200.45%
Equity:1,914.11USD
Balance:1,914.11USD
GoldenStrategy High Risk Growth
124% 73 trades
Growth:124.29%
Equity:850.00USD
Balance:850.00USD
WIDIMAX
103% 414 trades
Growth:103.22%
Equity:49,553.67USD
Balance:75,978.07USD
and 16 more...
There are more than 151,970 topics available on forum

9 new topics on forum:

and 6 more...

Published article "Developing a Trading Strategy: The Flower Volatility Index Trend-Following Approach".

Developing a Trading Strategy: The Flower Volatility Index Trend-Following Approach

The relentless quest to decode market rhythms has led traders and quantitative analysts to develop countless mathematical models. This article has introduced the Flower Volatility Index (FVI), a novel approach that transforms the mathematical elegance of Rose Curves into a functional trading tool. Through this work, we have shown how mathematical models can be adapted into practical trading mechanisms capable of supporting both analysis and decision-making in real market conditions.

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

Introduction to MQL5 (Part 28): Mastering API and WebRequest Function in MQL5 (II)

This article teaches you how to retrieve and extract price data from external platforms using APIs and the WebRequest function in MQL5. You’ll learn how URLs are structured, how API responses are formatted, how to convert server data into readable strings, and how to identify and extract specific values from JSON responses.

Published article "Analytical Volume Profile Trading (AVPT): Liquidity Architecture, Market Memory, and Algorithmic Execution".

Analytical Volume Profile Trading (AVPT): Liquidity Architecture, Market Memory, and Algorithmic Execution

Analytical Volume Profile Trading (AVPT) explores how liquidity architecture and market memory shape price behavior, enabling more profound insight into institutional positioning and volume-driven structure. By mapping POC, HVNs, LVNs, and Value Areas, traders can identify acceptance, rejection, and imbalance zones with precision.

The most popular forum topics:

More than 300 new charts published:

Grafik NAS100, M5, 2025.11.22 19:53 UTC, Five Percent Online Ltd, MetaTrader 5, Demo
NAS100, M5
Chart XAUUSD, M5, 2025.11.22 19:58 UTC, NCM Investment Company, MetaTrader 5, Demo
XAUUSD, M5
图表 US30, H4, 2025.11.22 00:10 UTC, AxiCorp Financial Services Pty Ltd, MetaTrader 4, Real
US30, H4

The most downloaded free products:

5 new signals now available for subscription:

The Myth B1
359% 216 trades
Growth:359.19%
Equity:121.32UST
Balance:300.74UST
Vortex Gold S2 Normal Risk
48% 71 trades
Growth:48.28%
Equity:1,482.79USD
Balance:1,482.79USD
CyberX77
26% 854 trades
Growth:26.40%
Equity:6,539.02USD
Balance:6,552.64USD
and 2 more...

Bestsellers in the Market:

Most downloaded source codes this week

  • Open Range BreakOut Indicator for MetaTrader 5 The Open Range Breakout (ORB) indicator is a powerful technical analysis tool that identifies and tracks price breakouts from the opening range of trading sessions. This indicator is based on the concept that the high and low prices established during the first minutes of a trading session often serve as significant support and resistance levels throughout the remainder of the day. The indicator automatically calculates the opening range based on user-defined time periods, plots multiple price targets, and provides visual and audio alerts for potential trading opportunities. It is designed to help traders identify high-probability breakout trades and retest scenarios.
  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
  • Simple_Three_Inside_Pattern_EA A simple Expert Advisor that trades when the price forms the "Three From Within" pattern.

Most read articles this week

MetaTrader 5 on Linux

MetaTrader 5 on Linux

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.

Automating Trading Strategies in MQL5 (Part 40): Fibonacci Retracement Trading with Custom Levels

Automating Trading Strategies in MQL5 (Part 40): Fibonacci Retracement Trading with Custom Levels

In this article, we build an MQL5 Expert Advisor for Fibonacci retracement trading, using either daily candle ranges or lookback arrays to calculate custom levels like 50% and 61.8% for entries, determining bullish or bearish setups based on close vs. open. The system triggers buys or sells on price crossings of levels with max trades per level, optional closure on new Fib calcs, points-based trailing stops after a min profit threshold, and SL/TP buffers as percentages of the range.

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.

6 new topics on forum:

and 3 more...

New publications in CodeBase

  • 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.
  • Confluence Index Stoch+RSI+MACD MULTI TF Confluence Index Stoch+RSI+MACD
  • Average Day Range Average Daily Range Indicator.

The most downloaded free products:

There are more than 41,980 products available in Market

Bestsellers in the Market:

12 new signals now available for subscription:

TriumphCFD
2,026% 547 trades
Growth:2,025.78%
Equity:12,792.20USD
Balance:12,792.20USD
Integrated Trend Strategy
178% 1219 trades
Growth:178.18%
Equity:5,503.90USD
Balance:5,503.90USD
Integrated Trend
162% 310 trades
Growth:162.38%
Equity:4,864.66USD
Balance:4,643.27USD
and 9 more...

8 new topics on forum:

and 5 more...

The most downloaded free products:

Bestsellers in the Market:

More than 1000 new charts published:

Gráfico US500.b, W1, 2025.11.21 08:01 UTC, RL Crates, S.L., MetaTrader 5, Demo
US500.b, W1
图表 US100.b, W1, 2025.11.21 07:55 UTC, RL Crates, S.L., MetaTrader 5, Demo
US100.b, W1
Gráfico EURUSD, M1, 2025.11.20 09:43 UTC, Combat Capital Markets LLC, MetaTrader 5, Demo
EURUSD, M1
There are more than 41,930 products available in Market

17 new signals now available for subscription:

Doremon GoldTech Standard
196% 1072 trades
Growth:196.26%
Equity:1,179.80USD
Balance:1,179.80USD
Darvinex EEC
136% 589 trades
Growth:136.13%
Equity:3,508.15GBP
Balance:3,734.55GBP
Diversification Trend
96% 747 trades
Growth:95.73%
Equity:12,285.60USD
Balance:12,254.29USD
and 14 more...

5 new topics on forum:

and 2 more...

Published article "Price Action Analysis Toolkit Development (Part 51): Revolutionary Chart Search Technology for Candlestick Pattern Discovery".

Price Action Analysis Toolkit Development (Part 51): Revolutionary Chart Search Technology for Candlestick Pattern Discovery

This article is intended for algorithmic traders, quantitative analysts, and MQL5 developers interested in enhancing their understanding of candlestick pattern recognition through practical implementation. It provides an in‑depth exploration of the CandlePatternSearch.mq5 Expert Advisor—a complete framework for detecting, visualizing, and monitoring classical candlestick formations in MetaTrader 5. Beyond a line‑by‑line review of the code, the article discusses architectural design, pattern detection logic, GUI integration, and alert mechanisms, illustrating how traditional price‑action analysis can be automated efficiently.

Published article "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.

Published article "Automating Black-Scholes Greeks: Advanced Scalping and Microstructure Trading".

Automating Black-Scholes Greeks: Advanced Scalping and Microstructure Trading

Gamma and Delta were originally developed as risk-management tools for hedging options exposure, but over time they evolved into powerful instruments for advanced scalping, order-flow modeling, and microstructure trading. Today, they serve as real-time indicators of price sensitivity and liquidity behavior, enabling traders to anticipate short-term volatility with remarkable precision.

1...171819202122232425262728293031...651