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.

The most popular forum topics:

22 new topics on forum:

and 19 more...
There are more than 1,530 articles published on site

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

Developing a Replay System (Part 31): Expert Advisor project — C_Mouse class (V)

We need a timer that can show how much time is left till the end of the replay/simulation run. This may seem at first glance to be a simple and quick solution. Many simply try to adapt and use the same system that the trading server uses. But there's one thing that many people don't consider when thinking about this solution: with replay, and even m ore with simulation, the clock works differently. All this complicates the creation of such a system.

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 26,900 products available in Market

Bestsellers in the Market:

11 new topics on forum:

and 8 more...

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.

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.

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.

4 new signals now available for subscription:

Among Us
336% 636 trades
Growth:336.18%
Equity:305.50USD
Balance:422.07USD
X617 Peace all year round
208% 1078 trades
Growth:207.52%
Equity:3,673.77EUR
Balance:3,673.77EUR
System 8
100% 1390 trades
Growth:100.02%
Equity:1,237.09USD
Balance:1,237.09USD
and 1 more...

The most downloaded free products:

Bestsellers in the Market:

13 new topics on forum:

and 10 more...

The most popular forum topics:

The most downloaded free products:

There are more than 144,150 topics available on forum

17 new topics on forum:

and 14 more...

Bestsellers in the Market:

More than 100 new charts published:

チャート GOLDmicro, H1, 2024.03.07 08:12 UTC, XM Global Limited, MetaTrader 4, Real
GOLDmicro, H1
Gráfico GBPJPY, M30, 2024.03.04 11:59 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
GBPJPY, M30
Gráfico GOLDmicro, H1, 2024.03.04 09:22 UTC, XM Global Limited, MetaTrader 4, Real
GOLDmicro, H1

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.

1 new signal now available for subscription:

QC_DarwinFQA
28% 2199 trades
Growth:27.50%
Equity:23,093.49USD
Balance:23,093.49USD

The most downloaded free products:

11 new topics on forum:

and 8 more...

Bestsellers in the Market:

There are more than 26,850 products available in Market

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:

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

New publications in CodeBase

The most downloaded free products:

There are more than 144,100 topics available on forum

26 new topics on forum:

and 23 more...

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.

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.

3 new signals now available for subscription:

LongTrading Strategy
298% 2945 trades
Growth:297.99%
Equity:8,313.48USD
Balance:8,313.48USD
Super Coool
199% 9194 trades
Growth:198.85%
Equity:104,955.91USD
Balance:105,014.29USD
CR 2130R
9% 2422 trades
Growth:9.11%
Equity:3,072.91USD
Balance:3,072.91USD

The most downloaded free products:

Bestsellers in the Market:

21 new topics on forum:

and 18 more...

2 new signals now available for subscription:

Longtime Strategy
314% 10644 trades
Growth:313.77%
Equity:42,589.97USD
Balance:42,825.45USD
CR 1403R
97% 2252 trades
Growth:97.33%
Equity:3,079.05USD
Balance:3,079.05USD
1...123124125126127128129130131132133134135136137...662