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 downloaded source codes this month

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.

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.

2 new topics on forum:

8 new signals now available for subscription:

High Winrate Algo Trading
528% 74 trades
Growth:527.84%
Equity:360.21USD
Balance:360.21USD
QQ Vantage
173% 275 trades
Growth:172.89%
Equity:11,068.05USD
Balance:11,068.05USD
Apex Stellar Authority
135% 1342 trades
Growth:134.62%
Equity:2,303.20USD
Balance:2,346.21USD
and 5 more...

Published article "Neural Networks in Trading: Multi-Task Learning Based on the ResNeXt Model".

Neural Networks in Trading: Multi-Task Learning Based on the ResNeXt Model

A multi-task learning framework based on ResNeXt optimizes the analysis of financial data, taking into account its high dimensionality, nonlinearity, and time dependencies. The use of group convolution and specialized heads allows the model to effectively extract key features from the input data.

The most downloaded free products:

Bestsellers in the Market:

There are more than 41,690 products available in Market

More than 700 new charts published:

Grafik XAUUSD, D1, 2025.12.01 06:21 UTC, İntegral Yatırım Menkul Değerler A.Ş., MetaTrader 5, Demo
XAUUSD, D1
Gráfico DOGEUSDt, H1, 2025.11.30 16:38 UTC, Gerchik and Co Limited, MetaTrader 4, Demo
DOGEUSDt, H1
チャート XAUUSD, H1, 2025.12.01 13:05 UTC, MetaQuotes Ltd., MetaTrader 5, Demo
XAUUSD, H1

19 new signals now available for subscription:

Cygnus GOLD
1,726% 134 trades
Growth:1,725.54%
Equity:11,346.28USD
Balance:11,346.28USD
AFSID Metal Hunter Pro MT4 II
1,646% 20730 trades
Growth:1,645.58%
Equity:51,437.82USD
Balance:51,520.11USD
NoCopy BlackBull
563% 486 trades
Growth:562.84%
Equity:6,603.94AUD
Balance:6,603.94AUD
and 16 more...

6 new topics on forum:

and 3 more...

The most popular forum topics:

New publications in CodeBase

  • ErrorDescription - Updated library This library is an updated version of the ErrorDescription.mqh library published by MetaQuotes, with some features included.
  • ONNX Trader An example of a bot with an embedded machine learning model that is trained in python and saved in ONNX format.
There are more than 2,530 articles published on site

Published article "The MQL5 Standard Library Explorer (Part 5): Multiple Signal Expert".

The MQL5 Standard Library Explorer (Part 5): Multiple Signal Expert

In this session, we will build a sophisticated, multi-signal Expert Advisor using the MQL5 Standard Library. This approach allows us to seamlessly blend built-in signals with our own custom logic, demonstrating how to construct a powerful and flexible trading algorithm. For more, click to read further.

Published article "The View component for tables in the MQL5 MVC paradigm: Base graphical element".

The View component for tables in the MQL5 MVC paradigm: Base graphical element

The article covers the process of developing a base graphical element for the View component as part of the implementation of tables in the MVC (Model-View-Controller) paradigm in MQL5. This is the first article on the View component and the third one in a series of articles on creating tables for the MetaTrader 5 client terminal.

Published article "Automating Trading Strategies in MQL5 (Part 43): Adaptive Linear Regression Channel Strategy".

Automating Trading Strategies in MQL5 (Part 43): Adaptive Linear Regression Channel Strategy

In this article, we implement an adaptive Linear Regression Channel system in MQL5 that automatically calculates the regression line and standard deviation channel over a user-defined period, only activates when the slope exceeds a minimum threshold to confirm a clear trend, and dynamically recreates or extends the channel when the price breaks out by a configurable percentage of channel width.

The most downloaded free products:

Bestsellers in the Market:

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.

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.

6 new signals now available for subscription:

Dimensi
202% 200 trades
Growth:202.25%
Equity:246.53USD
Balance:237.59USD
Spruce EX
87% 208 trades
Growth:87.19%
Equity:3,723.59USD
Balance:3,723.59USD
MPAA Gold Evo I Official Signal
61% 58 trades
Growth:61.41%
Equity:161.41USD
Balance:161.41USD
and 3 more...
There are more than 152,010 topics available on forum

7 new topics on forum:

and 4 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:

More than 700 new charts published:

Grafik US500.a, H1, 2025.11.29 22:57 UTC, Pepperstone Group Limited, MetaTrader 4, Real
US500.a, H1
Graphique XAUUSDd, M1, 2025.11.28 18:36 UTC, AMarkets LLC, MetaTrader 4, Real
XAUUSDd, M1
Grafik EURCAD, H1, 2025.11.28 21:20 UTC, Tradeslide Trading Tech Limited, MetaTrader 5, Real
EURCAD, H1

Bestsellers in the Market:

There are more than 41,610 products available in Market

5 new topics on forum:

and 2 more...

3 new signals now available for subscription:

BuilDex EA
60% 25 trades
Growth:59.85%
Equity:479.55USD
Balance:479.55USD
ICM ValeryTrading
25% 498 trades
Growth:25.42%
Equity:1,250.63GBP
Balance:1,254.53GBP
AlphaQuant Gold V1
-17% 608 trades
Growth:-16.95%
Equity:5,492.00USD
Balance:5,466.81USD

Bestsellers in the Market:

The most downloaded free products:

10 new topics on forum:

and 7 more...

13 new signals now available for subscription:

Dragonfly 1
486% 4941 trades
Growth:485.68%
Equity:3,459.03USD
Balance:3,482.96USD
XAUUSD Signals
268% 570 trades
Growth:268.47%
Equity:1,168.40USD
Balance:1,168.40USD
Gold combination EBC 1024
194% 549 trades
Growth:194.17%
Equity:1,520.83USD
Balance:1,520.83USD
and 10 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.

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:

More than 1100 new charts published:

Gráfico USDJPYr, M15, 2025.11.26 08:12 UTC, HF Markets SA (Pty) Ltd, MetaTrader 5, Real
USDJPYr, M15
Gráfico NDXUSD, M1, 2025.11.26 19:58 UTC, Combat Capital Markets LLC, MetaTrader 5, Demo
NDXUSD, M1
График GER40, M1, 2025.11.27 09:50 UTC, First Prudential Markets Limited, MetaTrader 4, Real
GER40, M1

Bestsellers in the Market:

18 new signals now available for subscription:

RUSH TRADING
667% 6695 trades
Growth:667.40%
Equity:1,078.89USD
Balance:1,155.72USD
Vortex Turbo EA
166% 341 trades
Growth:166.05%
Equity:26,605.14USD
Balance:26,605.14USD
IG Account 44
119% 1846 trades
Growth:118.82%
Equity:3,850.58GBP
Balance:4,642.20GBP
and 15 more...

The most popular forum topics:

There are more than 41,530 products available in Market

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:

Bestsellers in the Market:

1...171819202122232425262728293031...651