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.

Most read articles this week

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.

6 new topics on forum:

and 3 more...

The most downloaded free products:

There are more than 49,850 products available in Market

4 new topics on forum:

and 1 more...

Bestsellers in the Market:

New publications in CodeBase

  • Super Trend The Supertrend indicator plots an ATR-based dynamic trend line on the MetaTrader 5 chart, switching between a green uptrend and red downtrend line with optional buy/sell arrow signals at every trend reversal.
  • ASQ Order Executor ASQ Order Executor — Institutional order execution wrapper for MQL5 EAs ASQ Order Executor provides institutional-grade order execution with automatic retry logic, slippage monitoring, partial fill handling, requote management, and comprehensive execution statistics. Drop it into any EA for production-ready trade execution.
  • Advanced Trade History Exporter: MAE, MFE and Time-Based Excursions (Points) Utility script that exports your MetaTrader 5 trading history to a CSV file. It automatically calculates Maximum Favorable Excursion (MFE), Maximum Adverse Excursion (MAE), and Forward Returns (Time-Based Excursions) in whole points for deep quantitative analysis in Excel. It will allow you to understand whether you close your trades too early and can help optimize overall trading execution.

8 new signals now available for subscription:

MIX DAZ
119% 108 trades
Growth:118.53%
Equity:489.18USD
Balance:489.18USD
YAMAN EA BTC
56% 53 trades
Growth:55.54%
Equity:405.08USD
Balance:405.08USD
Aurum Private Mirror 7391
48% 248 trades
Growth:48.41%
Equity:18,186.88USD
Balance:18,186.88USD
and 5 more...

The most popular forum topics:

The most downloaded free products:

There are more than 49,800 products available in Market

More than 600 new charts published:

Grafico XAUUSD, H2, 2026.04.23 10:06 UTC, Deriv.com Limited, MetaTrader 5, Demo
XAUUSD, H2
チャート EURUSD, H1, 2026.04.23 10:06 UTC, MetaQuotes Ltd., MetaTrader 5, Demo
EURUSD, H1
차트 NQ, H1, 2026.04.24 01:26 UTC, LiteFinance Global LLC, MetaTrader 5, Real
NQ, H1

New publications in CodeBase

Bestsellers in the Market:

7 new topics on forum:

and 4 more...

19 new signals now available for subscription:

Trading Secrets
455% 268 trades
Growth:454.73%
Equity:10,092.50USD
Balance:10,076.44USD
Aryan Forex
186% 142 trades
Growth:185.83%
Equity:771.16USD
Balance:815.25USD
RobotorgovecRobo
157% 114 trades
Growth:157.33%
Equity:506.79USD
Balance:506.79USD
and 16 more...

Published article "Self-Learning Expert Advisor with a Neural Network Based on a Markov State-Transition Matrix".

Self-Learning Expert Advisor with a Neural Network Based on a Markov State-Transition Matrix

Self-training EA with a neural network based on a state matrix. We combine Markov chains with a multilayer neural network MLP developed using the ALGLIB MQL5 library. How can Markov chains and neural networks be combined for Forex forecasting?

Published article "Price Movement: Mathematical Models and Technical Analysis".

Price Movement: Mathematical Models and Technical Analysis

Forecasting the movements of currency pairs is an important factor in trading success. This article explores various price movement models, analyzes their advantages and disadvantages, and explores their practical application in trading strategies. We will consider approaches that allow us to identify hidden patterns and improve the accuracy of forecasts.

The most downloaded free products:

Bestsellers in the Market:

There are more than 49,740 products available in Market

14 new signals now available for subscription:

R47 10eSilver Since April 2026
119% 749 trades
Growth:119.19%
Equity:5,096.90USD
Balance:5,365.45USD
OnmyWay
63% 144 trades
Growth:63.49%
Equity:827.51USD
Balance:827.51USD
Chill n Trade
50% 119 trades
Growth:50.42%
Equity:187.21USD
Balance:172.22USD
and 11 more...
There are more than 153,390 topics available on forum

4 new topics on forum:

and 1 more...
There are more than 2,800 articles published on site

Published article "Creating a Traditional Renko Overlay Indicator in MQL5".

Creating a Traditional Renko Overlay Indicator in MQL5

Create a traditional Renko indicator in MQL5 that converts candlestick closing prices into fixed-size blocks displayed on the main chart. We calculate the movement from the closing price of the last block, create new blocks of a user-defined size, confirm reversals using the two-block rule, manage block closing prices in a dynamic array, and display rectangles for visualizing the trend in real time.

Published article "Markov Chain-Based Matrix Forecasting Model".

Markov Chain-Based Matrix Forecasting Model

We are going to create a matrix forecasting model based on a Markov chain. What are Markov chains, and how can we use a Markov chain for Forex trading?

Published article "How to Detect Round-Number Liquidity in MQL5".

How to Detect Round-Number Liquidity in MQL5

The article presents an MQL5 method for detecting psychological round numbers by converting prices to strings and counting trailing zeros (ZeroSize). It outlines the theory of institutional liquidity at integers, explains the GetZeroCount logic with tick-size normalization to avoid floating‑point errors, and details hierarchical visualization. Case studies across forex, metals, and crypto, plus timeframe filters and inputs, show how to use confluence and basic risk controls in practice.

Published article "Price Action Analysis Toolkit Development (Part 66): Developing a Structured Head and Shoulders Scanner in MQL5".

Price Action Analysis Toolkit Development (Part 66): Developing a Structured Head and Shoulders Scanner in MQL5

Head and Shoulders patterns are difficult to identify consistently in live market data due to noise and structural ambiguity. This article presents a structured, triangle-based MQL5 indicator that isolates pattern components, constructs the neckline, and validates formations using ATR, symmetry, and slope constraints. The system detects and draws standard and inverse patterns, assigns a quality score, and confirms breakouts with optional alerts, enabling consistent and rule-based chart analysis.

Published article "Building a Trade Analytics System (Part 1): Foundation and System Architecture".

Building a Trade Analytics System (Part 1): Foundation and System Architecture

We design a simple external trade analytics pipeline for MetaTrader 5 and implement its backend in Python with Flask and SQLite. The article defines the architecture, data model, and versioned API, and shows how to configure the environment, initialize the database, and run the server locally. As a result, you get a clean base to capture closed-trade records from MetaTrader 5 and store them for later analysis.

The most downloaded free products:

More than 700 new charts published:

Grafico XAUUSD, M30, 2026.04.22 04:02 UTC, MetaQuotes Ltd., MetaTrader 5, Demo
XAUUSD, M30
차트 BTCUSD, M15, 2026.04.22 17:31 UTC, FTMO Global Markets Ltd, MetaTrader 5, Demo
BTCUSD, M15
Graphique XAUUSD.c, M1, 2026.04.22 18:53 UTC, AT Global Markets Intl Ltd, MetaTrader 4, Real
XAUUSD.c, M1

25 new signals now available for subscription:

HeroCat XM Master
284% 391 trades
Growth:284.42%
Equity:590.82USD
Balance:736.76USD
Mr BTC
207% 741 trades
Growth:206.67%
Equity:609.92USD
Balance:613.34USD
Axi Select 2026
190% 1079 trades
Growth:189.90%
Equity:4,257.07USD
Balance:7,322.46USD
and 22 more...
There are more than 49,680 products available in Market

5 new topics on forum:

and 2 more...

Bestsellers in the Market:

New publications in CodeBase

  • Self-Aware Trend System Self-Aware Trend System (SATS) is an advanced MQL5 indicator that combines an adaptive SuperTrend engine with a Trend Quality Index (TQI) dashboard, offering dynamic signal detection, risk management levels, and self-learning calibration for smarter, more reliable trade entries.
  • Daily Risk Monitor Lite Daily Risk Monitor Lite is a lightweight MetaTrader 5 indicator that displays daily realized P/L, floating P/L, daily total, current drawdown, and color-based risk status directly on the chart. It is a read-only monitoring tool and does not close trades or block trading.
  • Fibonacci Confluence Zone Finder - Multi-Swing Clusters Draws Fibonacci from multiple swing points and finds overlap zones where multiple Fib levels cluster. Confluence zones are dramatically stronger than single levels.

Published article "Integrating Computer Vision into Trading in MQL5 (Part 2): Extending the Architecture to 2D RGB Image Analysis".

Integrating Computer Vision into Trading in MQL5 (Part 2): Extending the Architecture to 2D RGB Image Analysis

Computer vision for trading: how it works and how to develop it step by step. We create an algorithm for recognition of RGB images of price charts using the attention mechanism and a bidirectional LSTM layer. As a result, we obtain a working model for forecasting the EURUSD price with the accuracy of up to 55% in the validation section.

Published article "Camel Algorithm (CA)".

Camel Algorithm (CA)

The Camel Algorithm, developed in 2016, simulates the behavior of camels in the desert to solve optimization problems, taking into account temperature, supply, and endurance. This article also presents a modified version of the algorithm (CAm) with key improvements: the use of a Gaussian distribution in generating solutions and the optimization of the oasis effect parameters.

More than 700 new charts published:

图表 GER40, D1, 2026.04.21 05:04 UTC, Pepperstone Group Limited, MetaTrader 4, Real
GER40, D1
チャート USDCAD, H4, 2026.04.21 01:02 UTC, Raw Trading Ltd, MetaTrader 4, Real
USDCAD, H4
Chart XAUUSD, M5, 2026.04.21 03:19 UTC, FTMO Global Markets Ltd, MetaTrader 5, Real
XAUUSD, M5

The most downloaded free products:

There are more than 49,580 products available in Market

Bestsellers in the Market:

Most downloaded source codes this month

  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
  • Sniper Pro Multi-timeframe confluence indicator designed to snipe accurate entries. Inspired from TradingView
  • Pro MA Crossover EA for MT5 This EA serves as a template for traders interested in automating strategies in MT5. It implements a Moving Average crossover system and can be used as-is or customized by adjusting its settings. The free source code is designed to be easily modified for adding new indicators, logic, and trading features.

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.

The most popular forum topics:

20 new signals now available for subscription:

ZhuJi Great Building
3,351% 3348 trades
Growth:3,350.74%
Equity:11,592.15USD
Balance:10,786.78USD
LEON DE JUDA
395% 6305 trades
Growth:394.83%
Equity:9,896.61USD
Balance:9,896.61USD
Autobot 11
41% 7151 trades
Growth:40.82%
Equity:66,525.64USD
Balance:66,525.64USD
and 17 more...

New publications in CodeBase

  • L1 Trend Filter Demo The script shows the usage of L1 Trend Filter methods in MQL5 for float and double vectors on random walk simulated data.
  • 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 the market breaks above the range high, it opens a buy trade; if it breaks below the range low, it opens a sell trade.

7 new topics on forum:

and 4 more...

Published article "Hilbert-Schmidt Independence Criterion (HSIC)".

Hilbert-Schmidt Independence Criterion (HSIC)

The article discusses the non-parametric HSIC (Hilbert-Schmidt Independence Criterion) statistical test designed to identify linear and non-linear dependencies in data. Implementations of two algorithms for calculating HSIC in the MQL5 language are proposed: the exact permutation test and the gamma approximation. The method efficiency is demonstrated on synthetic data modeling a non-linear relationship between features and the target variable.

1...121314151617181920212223242526...672