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.

Bestsellers in the Market:

There are more than 27,540 products available in Market

13 new topics on forum:

and 10 more...

The most popular forum topics:

2 new signals now available for subscription:

Smart Investor
20% 412 trades
Growth:20.08%
Equity:1,868.29EUR
Balance:1,876.03EUR
QC_DarwinFQA
9% 1409 trades
Growth:9.37%
Equity:19,786.31USD
Balance:19,786.31USD

The most downloaded free products:

There are more than 144,220 topics available on forum

17 new topics on forum:

and 14 more...

Bestsellers in the Market:

More than 100 new charts published:

Chart GBPJPY, M30, 3/4/2024 11:59 AM UTC, LiteFinance Global LLC, MetaTrader 4, Demo
GBPJPY, M30
Chart GOLDmicro, H1, 3/7/2024 8:12 AM UTC, XM Global Limited, MetaTrader 4, Real
GOLDmicro, H1
Chart EURCAD, M30, 3/6/2024 3:58 PM UTC, LiteFinance Global LLC, MetaTrader 4, Demo
EURCAD, M30

Published article "The Disagreement Problem: Diving Deeper into The Complexity Explainability in AI".

The Disagreement Problem: Diving Deeper into The Complexity Explainability in AI

In this article, we explore the challenge of understanding how AI works. AI models often make decisions in ways that are hard to explain, leading to what's known as the "disagreement problem". This issue is key to making AI more transparent and trustworthy.

The most downloaded free products:

12 new topics on forum:

and 9 more...

Bestsellers in the Market:

2 new signals now available for subscription:

Foever
334% 852 trades
Growth:333.54%
Equity:2,006.07USD
Balance:2,006.07USD
IC MT5 LH3
205% 1078 trades
Growth:204.90%
Equity:2,696.99USD
Balance:2,696.99USD

Published article "Modified Grid-Hedge EA in MQL5 (Part III): Optimizing Simple Hedge Strategy (I)".

Modified Grid-Hedge EA in MQL5 (Part III): Optimizing Simple Hedge Strategy (I)

In this third part, we revisit the Simple Hedge and Simple Grid Expert Advisors (EAs) developed earlier. Our focus shifts to refining the Simple Hedge EA through mathematical analysis and a brute force approach, aiming for optimal strategy usage. This article delves deep into the mathematical optimization of the strategy, setting the stage for future exploration of coding-based optimization in later installments.

Published article "Understanding Programming Paradigms (Part 2): An Object-Oriented Approach to Developing a Price Action Expert Advisor".

Understanding Programming Paradigms (Part 2): An Object-Oriented Approach to Developing a Price Action Expert Advisor

Learn about the object-oriented programming paradigm and its application in MQL5 code. This second article goes deeper into the specifics of object-oriented programming, offering hands-on experience through a practical example. You'll learn how to convert our earlier developed procedural price action expert advisor using the EMA indicator and candlestick price data to object-oriented code.

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

Developing a Replay System (Part 29): Expert Advisor project — C_Mouse class (III)

After improving the C_Mouse class, we can focus on creating a class designed to create a completely new framework fr our analysis. We will not use inheritance or polymorphism to create this new class. Instead, we will change, or better said, add new objects to the price line. That's what we will do in this article. In the next one, we will look at how to change the analysis. All this will be done without changing the code of the C_Mouse class. Well, actually, it would be easier to achieve this using inheritance or polymorphism. However, there are other methods to achieve the same result.

Published article "Population optimization algorithms: Charged System Search (CSS) algorithm".

Population optimization algorithms: Charged System Search (CSS) algorithm

In this article, we will consider another optimization algorithm inspired by inanimate nature - Charged System Search (CSS) algorithm. The purpose of this article is to present a new optimization algorithm based on the principles of physics and mechanics.

The most downloaded free products:

Bestsellers in the Market:

17 new topics on forum:

and 14 more...

Published article "Deep Learning GRU model with Python to ONNX with EA, and GRU vs LSTM models".

Deep Learning GRU model with Python to ONNX  with EA, and GRU vs LSTM models

We will guide you through the entire process of DL with python to make a GRU ONNX model, culminating in the creation of an Expert Advisor (EA) designed for trading, and subsequently comparing GRU model with LSTM model.

New publications in CodeBase

The most downloaded free products:

There are more than 144,170 topics available on forum

26 new topics on forum:

and 23 more...

8 new signals now available for subscription:

FOREX VN 03 XM
994% 1646 trades
Growth:993.76%
Equity:639.79USD
Balance:902.93USD
Bachamontes
243% 4597 trades
Growth:242.89%
Equity:4,511.31EUR
Balance:4,524.26EUR
LongTrading Strategy
237% 2543 trades
Growth:237.13%
Equity:6,529.89USD
Balance:6,544.68USD
and 5 more...
There are more than 27,480 products available in Market

Bestsellers in the Market:

Most downloaded source codes this month

  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
  • SuperTrend SuperTrend indicator.

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.

The most popular forum topics:

Published article "Integrating ML models with the Strategy Tester (Conclusion): Implementing a regression model for price prediction".

Integrating ML models with the Strategy Tester (Conclusion): Implementing a regression model for price prediction

This article describes the implementation of a regression model based on a decision tree. The model should predict prices of financial assets. We have already prepared the data, trained and evaluated the model, as well as adjusted and optimized it. However, it is important to note that this model is intended for study purposes only and should not be used in real trading.

Published article "Neural networks made easy (Part 61): Optimism issue in offline reinforcement learning".

Neural networks made easy (Part 61): Optimism issue in offline reinforcement learning

During the offline learning, we optimize the Agent's policy based on the training sample data. The resulting strategy gives the Agent confidence in its actions. However, such optimism is not always justified and can cause increased risks during the model operation. Today we will look at one of the methods to reduce these risks.

The most downloaded free products:

Bestsellers in the Market:

21 new topics on forum:

and 18 more...

5 new signals now available for subscription:

Longtime Strategy
304% 8030 trades
Growth:303.52%
Equity:50,006.67USD
Balance:50,472.73USD
FUNDO INVESTIDOR DARWINEX
212% 19331 trades
Growth:212.31%
Equity:291,453.17USD
Balance:312,282.76USD
CR 1403R
205% 1887 trades
Growth:205.10%
Equity:3,559.20USD
Balance:3,662.56USD
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
264% 8488 trades
Growth:263.70%
Equity:25,756.08USD
Balance:28,518.71USD
Slow but safe
111% 11141 trades
Growth:111.14%
Equity:751.28USD
Balance:751.28USD
Fly me to the Moon
39% 1828 trades
Growth:39.29%
Equity:1,989.96USD
Balance:1,989.96USD
and 2 more...

Bestsellers in the Market:

11 new topics on forum:

and 8 more...

The most popular forum topics:

9 new signals now available for subscription:

Go Markets2
47% 2915 trades
Growth:46.66%
Equity:2,155.76USD
Balance:2,273.39USD
ICM2
45% 2557 trades
Growth:45.28%
Equity:3,630.64USD
Balance:3,647.67USD
Pepperstone3
17% 2032 trades
Growth:17.19%
Equity:4,980.14USD
Balance:5,031.14USD
and 6 more...
1...798081828384858687888990919293...620