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 1 530 articles published on site

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

Developing a Replay System (Part 30): Expert Advisor project — C_Mouse class (IV)

Today we will learn a technique that can help us a lot in different stages of our professional life as a programmer. Often it is not the platform itself that is limited, but the knowledge of the person who talks about the limitations. This article will tell you that with common sense and creativity you can make the MetaTrader 5 platform much more interesting and versatile without resorting to creating crazy programs or anything like that, and create simple yet safe and reliable code. We will use our creativity to modify existing code without deleting or adding a single line to the source code.

The most downloaded free products:

There are more than 30 530 products available in Market

Bestsellers in the Market:

11 new topics on forum:

and 8 more...

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.

Most downloaded source codes this week

  • Buy Sell Close Manual trading EA for trading newbies [@Buy_Sell_Close] Manual trading EA for trading newbies, EA can be used in backtesting visual mode, EA can also be used in live trading. You can practice your own trading system in backtesting.
  • 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.
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.

21 new signals now available for subscription:

Mohit Patel
193% 68 trades
Growth:193.06%
Equity:2 480.15USD
Balance:2 683.33USD
Tester of interesting volume 005
127% 237 trades
Growth:127.23%
Equity:458.27USD
Balance:456.28USD
Alfa Gorynych
110% 196 trades
Growth:109.72%
Equity:25 198.69RUB
Balance:34 239.70RUB
and 18 more...

More than 100 new charts published:

Chart USDCHF, H4, 2024.03.10 00:29 UTC, RoboForex Ltd, MetaTrader 4, Demo
USDCHF, H4
Chart AUDUSD, H4, 2024.03.08 01:53 UTC, RoboForex Ltd, MetaTrader 4, Demo
AUDUSD, H4
Chart EURCAD, M30, 2024.03.06 14:58 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
EURCAD, M30
There are more than 11 270 codes published in Codebase

The most downloaded free products:

Bestsellers in the Market:

13 new topics on forum:

and 10 more...

The most popular forum topics:

14 new signals now available for subscription:

Predictor 139 303
179% 98 trades
Growth:178.83%
Equity:1 397.86USD
Balance:1 394.17USD
Epicentrum
177% 1451 trades
Growth:176.86%
Equity:2 896.69USD
Balance:3 615.90USD
Ultimo Moicano
88% 4346 trades
Growth:88.36%
Equity:15 015.19USD
Balance:30 007.83USD
and 11 more...

The most downloaded free products:

17 new topics on forum:

and 14 more...
There are more than 144 410 topics available on forum

Bestsellers in the Market:

19 new signals now available for subscription:

ACE 6623
740% 527 trades
Growth:739.90%
Equity:51 577.88HKD
Balance:53 869.81HKD
ACE 8031
537% 551 trades
Growth:536.79%
Equity:8 034.10USD
Balance:10 059.82USD
ACE 1822
202% 488 trades
Growth:202.18%
Equity:10 156.64USD
Balance:10 203.68USD
and 16 more...

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

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

Dive into the heart of Artificial Intelligence's enigma as we navigate the tumultuous waters of explainability. In a realm where models conceal their inner workings, our exploration unveils the "disagreement problem" that echoes through the corridors of machine learning.

The most downloaded free products:

12 new topics on forum:

and 9 more...
There are more than 30 450 products available in Market

Bestsellers in the Market:

15 new signals now available for subscription:

Per 100 icm
925% 701 trades
Growth:925.42%
Equity:2 796.08USD
Balance:2 796.08USD
IC MT5 Forever
283% 532 trades
Growth:282.99%
Equity:2 013.31USD
Balance:2 020.40USD
Wk 550 ic
223% 2194 trades
Growth:223.15%
Equity:2 202.01USD
Balance:2 230.37USD
and 12 more...

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.

Bestsellers in the Market:

33 new signals now available for subscription:

K00002
3 226% 2034 trades
Growth:3 226.27%
Equity:3 804.81USD
Balance:3 804.81USD
Euro Printer
899% 6053 trades
Growth:899.45%
Equity:2 636.11EUR
Balance:2 896.52EUR
TrapTrapTrapEUR
704% 1464 trades
Growth:703.63%
Equity:165 360.00JPY
Balance:376 594.00JPY
and 30 more...

The most downloaded free products:

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

New publications in CodeBase

The most downloaded free products:

26 new topics on forum:

and 23 more...
There are more than 144 350 topics available on forum

31 new signals now available for subscription:

WELTRADE KICK
699% 2336 trades
Growth:699.07%
Equity:27 437.33USD
Balance:44 451.93USD
Trade Safe Pro
447% 64 trades
Growth:446.68%
Equity:1 963.62USD
Balance:1 978.56USD
Plus 60 Percent
384% 1077 trades
Growth:384.29%
Equity:3 079.28USD
Balance:3 080.54USD
and 28 more...

Bestsellers in the Market:

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.

Most downloaded source codes this month

  • No Loss EA - No Indicator, No Price Action strategy for MetaTrader 4 This strategy eliminates the need to rely on indicators, candlestick patterns, chart patterns, or any price action. This EA employs a progressive system that I have been using for the past six months and have backtested for over three years.
  • 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.

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:

41 new signals now available for subscription:

ALRO21
684% 653 trades
Growth:683.87%
Equity:928.36USD
Balance:1 012.63USD
ConsistPenha
205% 1448 trades
Growth:205.14%
Equity:924.41USD
Balance:5 383.76USD
Longtime Mix Strategy
192% 6590 trades
Growth:192.20%
Equity:50 917.48USD
Balance:51 301.63USD
and 38 more...
1...171819202122232425262728293031...570