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.

5 new signals now available for subscription:

Longtime Strategy
285% 7719 trades
Growth:285.22%
Equity:49,838.88USD
Balance:50,125.05USD
FUNDO INVESTIDOR DARWINEX
205% 17304 trades
Growth:205.02%
Equity:287,158.03USD
Balance:304,985.46USD
CR 1403R
193% 1853 trades
Growth:193.25%
Equity:3,519.58USD
Balance:3,519.58USD
and 2 more...

Published article "Creating multi-symbol, multi-period indicators".

Creating multi-symbol, multi-period indicators

In this article, we will look at the principles of creating multi-symbol, multi-period indicators. We will also see how to access the data of such indicators from Expert Advisors and other indicators. We will consider the main features of using multi-indicators in Expert Advisors and indicators and will see how to plot them through custom indicator buffers.

Bestsellers in the Market:

The most downloaded free products:

Most downloaded source codes this week

  • KA-Gold Bot MT5 KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods. - Time frame: M15
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
  • Examples from the book "Neural networks for algorithmic trading with MQL5" The book "Neural networks in algorithmic trading with MQL5" is a comprehensive guide, covering both the theoretical foundations of artificial intelligence and neural networks and practical aspects of their application in financial trading using the MQL5 programming language.

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.

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.

8 new topics on forum:

and 5 more...

5 new signals now available for subscription:

Smart Ripple 3653
250% 8077 trades
Growth:250.13%
Equity:24,795.25USD
Balance:27,454.23USD
Slow but safe
92% 10452 trades
Growth:91.55%
Equity:738.91USD
Balance:738.91USD
Fly me to the Moon
41% 1800 trades
Growth:40.81%
Equity:3,000.00USD
Balance:3,000.00USD
and 2 more...

Bestsellers in the Market:

11 new topics on forum:

and 8 more...

The most popular forum topics:

13 new signals now available for subscription:

FF38 KF SMA Live
649% 673 trades
Growth:649.09%
Equity:39,049.58USD
Balance:39,040.22USD
Doo Prime1
191% 1401 trades
Growth:190.57%
Equity:5,060.52USD
Balance:5,068.47USD
Valu2
98% 3612 trades
Growth:98.44%
Equity:3,842.62USD
Balance:3,842.62USD
and 10 more...

The most downloaded free products:

Bestsellers in the Market:

There are more than 144,120 topics available on forum

22 new topics on forum:

and 19 more...
There are more than 27,680 products available in Market

5 new signals now available for subscription:

FXCE 508
2,185% 465 trades
Growth:2,185.00%
Equity:1,737.34USD
Balance:1,730.23USD
Gold daytrade
225% 3061 trades
Growth:224.53%
Equity:1,982.98USD
Balance:1,982.98USD
TDS Algorithm SLOW 0421
182% 1919 trades
Growth:181.79%
Equity:1,900.67USD
Balance:1,900.67USD
and 2 more...

Published article "Quantization in machine learning (Part 1): Theory, sample code, analysis of implementation in CatBoost".

Quantization in machine learning (Part 1): Theory, sample code, analysis of implementation in CatBoost

The article considers the theoretical application of quantization in the construction of tree models and showcases the implemented quantization methods in CatBoost. No complex mathematical equations are used.

The most downloaded free products:

Bestsellers in the Market:

24 new topics on forum:

and 21 more...

3 new signals now available for subscription:

EA Gold Nitro JU ICM 8716 MT5
28% 506 trades
Growth:27.76%
Equity:249.85USD
Balance:249.85USD
Trade Gurus
7% 260 trades
Growth:7.31%
Equity:602.07USD
Balance:778.15USD
Lavoazzie Robotrader Reversao
-8% 533 trades
Growth:-7.84%
Equity:2,304.00BRL
Balance:2,304.00BRL

New publications in CodeBase

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

16 new topics on forum:

and 13 more...

2 new signals now available for subscription:

Xuan Ji
54% 439 trades
Growth:54.27%
Equity:1,527.06USD
Balance:1,542.80USD
and 1 more...
There are more than 1,520 articles published on site

Published article "Working with ONNX models in float16 and float8 formats".

Working with ONNX models in float16 and float8 formats

Data formats used to represent machine learning models play a crucial role in their effectiveness. In recent years, several new types of data have emerged, specifically designed for working with deep learning models. In this article, we will focus on two new data formats that have become widely adopted in modern models.

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this month

  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
  • MQL5 Programming for Traders – Source Codes from the Book. Part 7 The final seventh part of the book discusses the advanced capabilities of the MQL5 API, which will be useful when developing programs for MetaTrader 5. These include custom financial symbols, built-in economic calendar events, and general-purpose technologies such as networking, databases, and cryptography.
  • 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.

8 new signals now available for subscription:

Aldebaran
174% 45527 trades
Growth:174.01%
Equity:137,002.98BRL
Balance:137,002.98BRL
JASON KSKD_8YR TMGM375
91% 4350 trades
Growth:90.88%
Equity:19,974.69USD
Balance:20,125.26USD
STEVE RLKS_8YR_M1_M2 TMGM249
87% 4443 trades
Growth:86.68%
Equity:20,020.78USD
Balance:20,200.05USD
and 5 more...
There are more than 144,050 topics available on forum

24 new topics on forum:

and 21 more...

Published article "Experiments with neural networks (Part 7): Passing indicators".

Experiments with neural networks (Part 7): Passing indicators

Examples of passing indicators to a perceptron. The article describes general concepts and showcases the simplest ready-made Expert Advisor followed by the results of its optimization and forward test.

Bestsellers in the Market:

The most downloaded free products:

25 new topics on forum:

and 22 more...

More than 100 new charts published:

Graphique XAUUSD, M15, 2024.02.26 17:04 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
XAUUSD, M15
Gráfico GOLDmicro, H1, 2024.02.21 11:57 UTC, XM Global Limited, MetaTrader 4, Real
GOLDmicro, H1
Chart EURNZD, M15, 2024.02.26 16:53 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
EURNZD, M15

7 new signals now available for subscription:

Gold Reaper Goldtrade Pro Daytrade Pro
489% 3964 trades
Growth:489.30%
Equity:5,656.22USD
Balance:5,683.67USD
Ranger Protector
36% 550 trades
Growth:36.29%
Equity:6,303.00EUR
Balance:6,303.00EUR
Wolf scalper Wforex
24% 986 trades
Growth:24.31%
Equity:1,320.61EUR
Balance:1,320.61EUR
and 4 more...
There are more than 27,630 products available in Market

Published article "Neural networks made easy (Part 60): Online Decision Transformer (ODT)".

Neural networks made easy (Part 60): Online Decision Transformer (ODT)

The last two articles were devoted to the Decision Transformer method, which models action sequences in the context of an autoregressive model of desired rewards. In this article, we will look at another optimization algorithm for this method.

Published article "Developing a Replay System (Part 28): Expert Advisor project — C_Mouse class (II)".

Developing a Replay System (Part 28): Expert Advisor project — C_Mouse class (II)

When people started creating the first systems capable of computing, everything required the participation of engineers, who had to know the project very well. We are talking about the dawn of computer technology, a time when there were not even terminals for programming. As it developed and more people got interested in being able to create something, new ideas and ways of programming emerged which replaced the previous-style changing of connector positions. This is when the first terminals appeared.

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • KA-Gold Bot MT5 KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods. - Time frame: M15
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
  • Indices Testing The EA only trades buy positions and does not use SL and TP.
1...848586878889909192939495969798...625