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.

More than 200 new charts published:

图表 BNBUSD, H1, 2026.02.06 00:40 UTC, Deriv.com Limited, MetaTrader 5, Demo
BNBUSD, H1
Grafico AUDNZDc, H1, 2026.02.05 02:16 UTC, HF Markets (SV) Ltd., MetaTrader 4, Real
AUDNZDc, H1
图表 BNBUSD, H1, 2026.02.06 00:01 UTC, Deriv.com Limited, MetaTrader 5, Demo
BNBUSD, H1

6 new topics on forum:

and 3 more...

15 new signals now available for subscription:

FX 4 in 1
162% 686 trades
Growth:161.64%
Equity:13,155.76USD
Balance:13,148.85USD
Goldblaster3696
127% 3746 trades
Growth:126.88%
Equity:9,476.76USD
Balance:9,476.76USD
Managed Risk 4XC TR
98% 1244 trades
Growth:98.35%
Equity:10,296.44USD
Balance:12,408.06USD
and 12 more...

The most downloaded free products:

Bestsellers in the Market:

There are more than 45,960 products available in Market

29 new signals now available for subscription:

MR TARIQ HAMDI
636% 121 trades
Growth:636.03%
Equity:736.03USD
Balance:736.03USD
Luxor Capital Partner Quantitative PAMM
123% 712 trades
Growth:123.07%
Equity:11,153.43USD
Balance:11,153.43USD
Goldest1
86% 374 trades
Growth:85.83%
Equity:1,412.62USD
Balance:1,412.62USD
and 26 more...

10 new topics on forum:

and 7 more...

Published article "The MQL5 Standard Library Explorer (Part 7): Interactive Position Labeling with CCanvas".

The MQL5 Standard Library Explorer (Part 7): Interactive Position Labeling with CCanvas

In this article, we explore how to build a position information visualization tool using the MQL5 Standard Library’s CCanvas. This project strengthens your skills in working with library modules while providing traders with a practical tool to visualize and interact with open positions directly on a live chart. Join the discussion to learn more.

Published article "Larry Williams Market Secrets (Part 10): Automating Smash Day Reversal Patterns".

Larry Williams Market Secrets (Part 10): Automating Smash Day Reversal Patterns

We implement Larry Williams’ Smash Day reversal patterns in MQL5 by building a rule-based Expert Advisor with dynamic risk management, breakout confirmation logic, and one trade at a time execution. Readers can backtest, reproduce, and study parameter effects using the MetaTrader 5 Strategy Tester and the provided source.

Published article "Integrating Computer Vision into Trading in MQL5 (Part 1): Creating Basic Functions".

Integrating Computer Vision into Trading in MQL5 (Part 1): Creating Basic Functions

The EURUSD forecasting system with the use of computer vision and deep learning. Learn how convolutional neural networks can recognize complex price patterns in the foreign exchange market and predict exchange rate movements with up to 54% accuracy. The article shares the methodology for creating an algorithm that uses artificial intelligence technologies for visual analysis of charts instead of traditional technical indicators. The author demonstrates the process of transforming price data into "images", their processing by a neural network, and a unique opportunity to peer into the "consciousness" of AI through activation maps and attention heatmaps. Practical Python code using the MetaTrader 5 library allows readers to reproduce the system and apply it in their own trading.

The most downloaded free products:

43 new signals now available for subscription:

Kong815
656% 232 trades
Growth:656.41%
Equity:423.59USD
Balance:423.59USD
Rafiee CTP Ignite CTPEX Deltafx
328% 352 trades
Growth:327.54%
Equity:855.07USD
Balance:855.07USD
Rafiee CTP Prime CTPEX Deltafx
236% 362 trades
Growth:235.89%
Equity:3,215.58USD
Balance:3,215.58USD
and 40 more...

Bestsellers in the Market:

There are more than 45,910 products available in Market

The most popular forum topics:

8 new topics on forum:

and 5 more...

Published article "Using Deep Reinforcement Learning to Enhance Ilan Expert Advisor".

Using Deep Reinforcement Learning to Enhance Ilan Expert Advisor

We revisit the Ilan grid Expert Advisor and integrate Q-learning in MQL5 to build an adaptive version for MetaTrader 5. The article shows how to define state features, discretize them for a Q-table, select actions with ε-greedy, and shape rewards for averaging and exits. You will implement saving/loading the Q-table, tune learning parameters, and test on EURUSD/AUDUSD in the Strategy Tester to evaluate stability and drawdown risks.

Published article "Exploring Machine Learning in Unidirectional Trend Trading Using Gold as a Case Study".

Exploring Machine Learning in Unidirectional Trend Trading Using Gold as a Case Study

This article discusses an approach to trading only in the chosen direction (buy or sell). For this purpose, the technique of causal inference and machine learning are used.

Published article "From Basic to Intermediate: Events (II)".

From Basic to Intermediate: Events (II)

In this article, we will see that not everything always needs to be implemented in a certain specific way. There are alternative approaches to problem-solving. To properly understand this article, it is necessary to grasp the concepts described in the previous articles. The materials presented here are for educational purposes only. Do not regard it as a finished application. Its purpose is to study the concepts presented here.

The most downloaded free products:

More than 300 new charts published:

Chart EURUSD, H4, 2026.02.03 02:45 UTC, Stratos Trading Pty. Limited, MetaTrader 4, Real
EURUSD, H4
차트 XAUUSD, H1, 2026.02.04 02:57 UTC, FBS Markets Inc., MetaTrader 5, Demo
XAUUSD, H1
Chart BNBUSD, H1, 2/4/2026 10:56 PM UTC, Deriv.com Limited, MetaTrader 5, Demo
BNBUSD, H1

Bestsellers in the Market:

30 new signals now available for subscription:

W A R P FX EA
642% 40 trades
Growth:642.02%
Equity:3,710.11USD
Balance:3,710.11USD
The Kaia
370% 1121 trades
Growth:369.85%
Equity:10,854.07USD
Balance:10,759.65USD
NJProtrader
231% 631 trades
Growth:231.34%
Equity:10,226.88AUD
Balance:10,226.88AUD
and 27 more...
There are more than 45,850 products available in Market

10 new topics on forum:

and 7 more...
There are more than 2,650 articles published on site

Published article "Integrating External Applications with MQL5 Community OAuth".

Integrating External Applications with MQL5 Community OAuth

Learn how to add “Sign in with MQL5” to your Android app using the OAuth 2.0 authorization code flow. The guide covers app registration, endpoints, redirect URI, Custom Tabs, deep-link handling, and a PHP backend that exchanges the code for an access token over HTTPS. You will authenticate real MQL5 users and access profile data such as rank and reputation.

Published article "Custom Indicator Workshop (Part 1): Building the Supertrend Indicator in MQL5".

Custom Indicator Workshop (Part 1): Building the Supertrend Indicator in MQL5

Build a non‑repainting Supertrend in MQL5 for MetaTrader 5 from first principles. We use an iATR handle and CopyBuffer for volatility, bind buffers with SetIndexBuffer, and configure plots (DRAWCOLORCANDLES plus two line bands) via PlotIndexSetInteger. The logic updates only on closed bars with EMPTY_VALUE to suppress inactive bands, exposing atrPeriod and atrMultiplier inputs. You get a clean, EA‑ready overlay with documented buffers for strategies and signals.

Published article "Employing Game Theory Approaches in Trading Algorithms".

Employing Game Theory Approaches in Trading Algorithms

We are creating an adaptive self-learning trading expert advisor based on DQN machine learning, with multidimensional causal inference. The EA will successfully trade simultaneously on 7 currency pairs. And agents of different pairs will exchange information with each other.

The most downloaded free products:

There are more than 45,770 products available in Market

Bestsellers in the Market:

Most downloaded source codes this month

  • Volume Profile This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution.
  • Grid Master Overview Grid Master EA is an automated trading system that implements a bidirectional grid strategy. It places multiple pending orders above and below the current market price, capturing profits from market oscillations in both directions.
  • Professional Order Manager Fox Wave Clean - Professional Order Manager Professional EA for efficient trade management with one-click position control. Clean design, powerful functionality.

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.

18 new signals now available for subscription:

RSI Oversold GOLD
1,202% 1619 trades
Growth:1,201.76%
Equity:5,000.00USD
Balance:5,000.00USD
Hario RGD Trading System A
336% 5085 trades
Growth:335.90%
Equity:26,912.97USD
Balance:26,912.97USD
Trading Hero
118% 26165 trades
Growth:118.21%
Equity:10,913.71USD
Balance:10,910.46USD
and 15 more...
There are more than 152,630 topics available on forum

15 new topics on forum:

and 12 more...

Published article "From Novice to Expert: Developing a Liquidity Strategy".

From Novice to Expert: Developing a Liquidity Strategy

Liquidity zones are commonly traded by waiting for the price to return and retest the zone of interest, often through the placement of pending orders within these areas. In this article, we leverage MQL5 to bring this concept to life, demonstrating how such zones can be identified programmatically and how risk management can be systematically applied. Join the discussion as we explore both the logic behind liquidity-based trading and its practical implementation.

Published article "Price Action Analysis Toolkit Development (Part 58): Range Contraction Analysis and Maturity Classification Module".

Price Action Analysis Toolkit Development (Part 58): Range Contraction Analysis and Maturity Classification Module

Building on the previous article that introduced the market state classification module, this installment focuses on implementing the core logic for identifying and evaluating compression zones. It presents a range contraction detection and maturity grading system in MQL5 that analyzes market congestion using price action alone.

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

Introduction to MQL5 (Part 38): Mastering API and WebRequest Function in MQL5 (XII)

Create a practical bridge between MetaTrader 5 and Binance: fetch 30‑minute klines with WebRequest, extract OHLC/time values from JSON, and confirm a bullish engulfing pattern using only completed candles. Then assemble the query string, compute the HMAC‑SHA256 signature, add X‑MBX‑APIKEY, and submit authenticated orders. You get a clear, end‑to‑end EA workflow from data acquisition to order execution.

Published article "Swap Arbitrage in Forex: Building a Synthetic Portfolio and Generating a Consistent Swap Flow".

Swap Arbitrage in Forex: Building a Synthetic Portfolio and Generating a Consistent Swap Flow

Do you want to know how to benefit from the difference in interest rates? This article considers how to use swap arbitrage in Forex to earn stable profit every night, creating a portfolio that is resistant to market fluctuations.

The most downloaded free products:

The most popular forum topics:

There are more than 45,700 products available in Market

More than 300 new charts published:

Gráfico XAUUSDmicro, M30, 2026.01.30 17:36 UTC, Deriv.com Limited, MetaTrader 5, Demo
XAUUSDmicro, M30
Grafik XAUUSDmicro, M30, 2026.01.30 17:42 UTC, Deriv.com Limited, MetaTrader 5, Demo
XAUUSDmicro, M30
Chart BTCUSD.m, H1, 2026.01.31 01:41 UTC, Just Global Markets Ltd., MetaTrader 4, Demo
BTCUSD.m, H1

8 new topics on forum:

and 5 more...

19 new signals now available for subscription:

Swissforex
295% 2800 trades
Growth:295.08%
Equity:7,902.02USD
Balance:7,902.02USD
Kimera I
249% 158 trades
Growth:248.67%
Equity:708.58USD
Balance:708.58USD
Ultima
243% 1683 trades
Growth:243.44%
Equity:1,711.68EUR
Balance:1,711.68EUR
and 16 more...

Bestsellers in the Market:

Published article "From Novice to Expert: Creating a Liquidity Zone Indicator".

From Novice to Expert: Creating a Liquidity Zone Indicator

The extent of liquidity zones and the magnitude of the breakout range are key variables that substantially affect the probability of a retest occurring. In this discussion, we outline the complete process for developing an indicator that incorporates these ratios.

1...131415161718192021222324252627...658