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

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:

There are more than 26,800 products available in 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.
  • 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.

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

3 new signals now available for subscription:

Climbing to the Mount Everest
71% 1589 trades
Growth:71.14%
Equity:1,334.82USD
Balance:1,334.82USD
Fly me to the Moon
45% 2071 trades
Growth:44.57%
Equity:1,060.10USD
Balance:1,060.10USD
Fly me to the Mars
-35% 1385 trades
Growth:-35.14%
Equity:998.81USD
Balance:998.81USD

Bestsellers in the Market:

11 new topics on forum:

and 8 more...

The most popular forum topics:

More than 100 new charts published:

Grafik GBPJPY, M30, 2024.02.27 11:07 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
GBPJPY, M30
Gráfico XAUUSD, M15, 2024.02.26 17:04 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
XAUUSD, M15
チャート GOLDmicro, H1, 2024.03.01 18:09 UTC, XM Global Limited, MetaTrader 4, Real
GOLDmicro, H1

3 new signals now available for subscription:

Valu2
-9% 7705 trades
Growth:-9.40%
Equity:1,725.79USD
Balance:1,725.79USD
ICM2
-23% 3182 trades
Growth:-22.52%
Equity:445.39USD
Balance:445.39USD
Go Markets2
-28% 3272 trades
Growth:-27.63%
Equity:1,121.78USD
Balance:1,121.78USD

The most downloaded free products:

Bestsellers in the Market:

There are more than 144,030 topics available on forum

22 new topics on forum:

and 19 more...
1...119120121122123124125126127128129130131132133...658