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.

There are more than 2,110 articles published on site

Published article "Atmosphere Clouds Model Optimization (ACMO): Practice".

Atmosphere Clouds Model Optimization (ACMO): Practice

In this article, we will continue diving into the implementation of the ACMO (Atmospheric Cloud Model Optimization) algorithm. In particular, we will discuss two key aspects: the movement of clouds into low-pressure regions and the rain simulation, including the initialization of droplets and their distribution among clouds. We will also look at other methods that play an important role in managing the state of clouds and ensuring their interaction with the environment.

48 new signals now available for subscription:

MSC SuperGold Pro
455% 364 trades
Growth:455.15%
Equity:1,075.87USD
Balance:1,075.87USD
GOLD RUSH
401% 73 trades
Growth:401.20%
Equity:619.76USD
Balance:619.76USD
SHN Global Investment
147% 180 trades
Growth:147.34%
Equity:494.68USD
Balance:494.68USD
and 45 more...

The most downloaded free products:

There are more than 37,610 products available in Market

More than 400 new charts published:

Grafico NZDUSDb, H1, 2025.04.23 17:35 UTC, AMarkets LLC, MetaTrader 4, Real
NZDUSDb, H1
Chart AUDUSD, H1, 2025.04.23 17:37 UTC, AMarkets LLC, MetaTrader 4, Real
AUDUSD, H1
Grafico XAUUSDb, H1, 2025.04.22 16:38 UTC, AMarkets LLC, MetaTrader 4, Real
XAUUSDb, H1

Bestsellers in the Market:

8 new topics on forum:

and 5 more...

Published article "Neural Networks in Trading: Exploring the Local Structure of Data".

Neural Networks in Trading: Exploring the Local Structure of Data

Effective identification and preservation of the local structure of market data in noisy conditions is a critical task in trading. The use of the Self-Attention mechanism has shown promising results in processing such data; however, the classical approach does not account for the local characteristics of the underlying structure. In this article, I introduce an algorithm capable of incorporating these structural dependencies.

Published article "Data Science and ML (Part 36): Dealing with Biased Financial Markets".

Data Science and ML (Part 36): Dealing with Biased Financial Markets

Financial markets are not perfectly balanced. Some markets are bullish, some are bearish, and some exhibit some ranging behaviors indicating uncertainty in either direction, this unbalanced information when used to train machine learning models can be misleading as the markets change frequently. In this article, we are going to discuss several ways to tackle this issue.

The most downloaded free products:

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.
  • MeanReversionTrendEA The EA automatically trades based on trend and mean reversion signals with validated parameters.
  • MQL5 Programming for Traders – Source Codes from the Book. Part 1 The first chapter of the book introduces the MQL5 language and development environment. One of the new features introduced in the MQL5 language compared to MQL4 (MetaTrader 4 language) is support for object-oriented programming (OOP), which makes it similar to C++.

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.

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 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.

43 new signals now available for subscription:

Mathbot venti k
69% 138 trades
Growth:69.31%
Equity:20,641.89USD
Balance:20,641.89USD
AkyraPriceAction
50% 54 trades
Growth:50.38%
Equity:359.36USD
Balance:376.18USD
Wuhuilg0613
49% 230 trades
Growth:48.99%
Equity:391.79USD
Balance:391.79USD
and 40 more...
There are more than 150,100 topics available on forum

8 new topics on forum:

and 5 more...

New publications in CodeBase

  • Volume MA with candle color tracking A moving average of pure tick volume with histogram bars tracking bullish/bearish candle color
  • RRS Impulse This EA scalps using the Relative Strength Index (RSI) Indicator, Stochastic Oscillator Indicator, and Bollinger Bands Indicator to identify trend or counter-trend opportunities. As a multi-pair EA, it scans multiple currency pairs for signals. This EA comes with a variety of features, including Trailing, Risk Management, Money Management, Restriction Mode, and more. With the right settings, it has the potential to generate significant profits.

The most downloaded free products:

Bestsellers in the Market:

There are more than 37,510 products available in Market

16 new signals now available for subscription:

Reo
254% 215 trades
Growth:253.55%
Equity:5,296.53EUR
Balance:5,547.16EUR
LONGWINMAGIC
89% 1018 trades
Growth:89.12%
Equity:19,309.06USD
Balance:19,309.06USD
Scalping forex
75% 315 trades
Growth:75.47%
Equity:116.80EUR
Balance:117.15EUR
and 13 more...

14 new topics on forum:

and 11 more...

Published article "MQL5 Wizard Techniques you should know (Part 60): Inference Learning (Wasserstein-VAE) with Moving Average and Stochastic Oscillator Patterns".

MQL5 Wizard Techniques you should know (Part 60): Inference Learning (Wasserstein-VAE) with Moving Average and Stochastic Oscillator Patterns

We wrap our look into the complementary pairing of the MA & Stochastic oscillator by examining what role inference-learning can play in a post supervised-learning & reinforcement-learning situation. There are clearly a multitude of ways one can choose to go about inference learning in this case, our approach, however, is to use variational auto encoders. We explore this in python before exporting our trained model by ONNX for use in a wizard assembled Expert Advisor in MetaTrader.

Published article "Building a Custom Market Regime Detection System in MQL5 (Part 1): Indicator".

Building a Custom Market Regime Detection System in MQL5 (Part 1): Indicator

This article details creating an MQL5 Market Regime Detection System using statistical methods like autocorrelation and volatility. It provides code for classes to classify trending, ranging, and volatile conditions and a custom indicator.

Published article "Creating a Trading Administrator Panel in MQL5 (Part X): External resource-based interface".

Creating a Trading Administrator Panel in MQL5 (Part X): External resource-based interface

Today, we are harnessing the capabilities of MQL5 to utilize external resources—such as images in the BMP format—to create a uniquely styled home interface for the Trading Administrator Panel. The strategy demonstrated here is particularly useful when packaging multiple resources, including images, sounds, and more, for streamlined distribution. Join us in this discussion as we explore how these features are implemented to deliver a modern and visually appealing interface for our New_Admin_Panel EA.

15 new signals now available for subscription:

Eagle
82% 1403 trades
Growth:81.60%
Equity:17,613.38USD
Balance:19,482.22USD
Nord Way
48% 1034 trades
Growth:48.48%
Equity:119.95EUR
Balance:119.95EUR
Sweet Candles
34% 122 trades
Growth:34.47%
Equity:1,000.00USD
Balance:1,000.00USD
and 12 more...

The most downloaded free products:

11 new topics on forum:

and 8 more...

More than 300 new charts published:

Grafico XAUUSDb, M5, 2025.04.20 22:40 UTC, AMarkets LLC, MetaTrader 5, Real
XAUUSDb, M5
Chart USDCAD+, H1, 2025.04.19 09:14 UTC, Tradehall Limited, MetaTrader 5, Real
USDCAD+, H1
Grafico BTCUSD, M5, 2025.04.19 01:32 UTC, Raw Trading Ltd, MetaTrader 5, Demo
BTCUSD, M5

Most downloaded source codes this week

  • Indiana Jones Mean Reversion EA This is a simple mean reversion EA
  • ICT_conceptsEA by Emil Takes trades based on ICT silverbullet and 2022 model with trailing stops and partials, also keeps entry according to OTE, and risk minimal. It works in a small time window of silver bullet especially NY session, and if no trade found, 2022 model and fibonacci OTE jumps in to get a trade. But entry is so only after confirmation with these models being there, hence trades will be less for minimal drawdown and high winrate. To know more about these strategies, you may visit Inner Circle Trader YouTube channel.
  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.

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.

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.

A New Approach to Interpreting Classic and Hidden Divergence

A New Approach to Interpreting Classic and Hidden Divergence

The article considers the classic method for divergence construction and provides an additional divergence interpretation method. A trading strategy was developed based on this new interpretation method. This strategy is also described in the article.

Bestsellers in the Market:

The most popular forum topics:

The most downloaded free products:

There are more than 37,440 products available in Market

6 new topics on forum:

and 3 more...

Bestsellers in the Market:

15 new signals now available for subscription:

Signalium
1,018% 89 trades
Growth:1,017.94%
Equity:552.76USD
Balance:552.76USD
Laoxie02
63% 407 trades
Growth:62.69%
Equity:211.13USD
Balance:210.09USD
TouchStone
37% 295 trades
Growth:37.44%
Equity:13,743.82USD
Balance:13,743.82USD
and 12 more...

The most downloaded free products:

More than 600 new charts published:

Chart EURUSD, H1, 2025.04.17 07:35 UTC, Gain Capital Group, LLC, MetaTrader 4, Real
EURUSD, H1
Grafico XAUUSD, H1, 2025.04.18 00:16 UTC, Exness Technologies Ltd, MetaTrader 5, Real
XAUUSD, H1
Grafico GBPUSD, H1, 2025.04.18 10:25 UTC, FundedNext Ltd, MetaTrader 5, Real
GBPUSD, H1

Bestsellers in the Market:

13 new topics on forum:

and 10 more...

18 new signals now available for subscription:

Compressor
469% 550 trades
Growth:469.13%
Equity:28,663.98USD
Balance:28,304.11USD
BuyGold
175% 190 trades
Growth:175.24%
Equity:9,918.33USD
Balance:12,013.13USD
Satoshi Protocol Risk Mode Very High
82% 101 trades
Growth:81.97%
Equity:365.22EUR
Balance:365.22EUR
and 15 more...

The most downloaded free products:

There are more than 37,370 products available in Market
There are more than 150,040 topics available on forum

6 new topics on forum:

and 3 more...

The most popular forum topics:

Bestsellers in the Market:

12345678910...601