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.

34 new signals now available for subscription:

Cryptonic
633% 10232 trades
Growth:633.06%
Equity:54 972.61USD
Balance:54 975.90USD
Sydney MT5
462% 259 trades
Growth:462.22%
Equity:84.68USD
Balance:84.68USD
NON STOP
380% 1292 trades
Growth:379.75%
Equity:1 371.30USD
Balance:2 398.74USD
and 31 more...

14 new topics on forum:

and 11 more...
There are more than 145 340 topics available on forum

Bestsellers in the Market:

There are more than 31 580 products available in Market

31 new signals now available for subscription:

TRADE HUB
540% 270 trades
Growth:540.12%
Equity:45 796.41USD
Balance:45 796.41USD
GBPUSDEAST
147% 454 trades
Growth:147.33%
Equity:3 044.70AUD
Balance:3 797.63AUD
Only USDCAD Medium Risk
119% 61 trades
Growth:118.96%
Equity:213.00USD
Balance:218.96USD
and 28 more...

The most downloaded free products:

15 new topics on forum:

and 12 more...

Bestsellers in the Market:

Published article "Neural networks made easy (Part 68): Offline Preference-guided Policy Optimization".

Neural networks made easy (Part 68): Offline Preference-guided Policy Optimization

Since the first articles devoted to reinforcement learning, we have in one way or another touched upon 2 problems: exploring the environment and determining the reward function. Recent articles have been devoted to the problem of exploration in offline learning. In this article, I would like to introduce you to an algorithm whose authors completely eliminated the reward function.

The most downloaded free products:

18 new topics on forum:

and 15 more...

More than 400 new charts published:

图表 XAUUSD, M5, 2024.04.25 12:17 UTC, FTMO S.R.O., MetaTrader 5, Demo
XAUUSD, M5
Chart XAUUSD, M15, 2024.04.25 12:14 UTC, MOT Forex LLC, MetaTrader 5, Demo
XAUUSD, M15
Chart DE40, M1, 2024.04.23 06:57 UTC, Raw Trading Ltd, MetaTrader 4, Real
DE40, M1

Bestsellers in the Market:

45 new signals now available for subscription:

EURUSDGPB
1 760% 1146 trades
Growth:1 759.63%
Equity:1 207.29USD
Balance:2 032.35USD
NAHERZOLOTO
184% 54 trades
Growth:184.49%
Equity:1 791.87USD
Balance:2 302.36USD
RCF EST usd
158% 699 trades
Growth:157.75%
Equity:805.89USD
Balance:1 106.49USD
and 42 more...

Published article "Developing a Replay System (Part 36): Making Adjustments (II)".

Developing a Replay System (Part 36): Making Adjustments (II)

One of the things that can make our lives as programmers difficult is assumptions. In this article, I will show you how dangerous it is to make assumptions: both in MQL5 programming, where you assume that the type will have a certain value, and in MetaTrader 5, where you assume that different servers work the same.

Published article "How to build and optimize a volatility-based trading system (Chaikin Volatility - CHV)".

How to build and optimize a volatility-based trading system (Chaikin Volatility - CHV)

In this article, we will provide another volatility-based indicator named Chaikin Volatility. We will understand how to build a custom indicator after identifying how it can be used and constructed. We will share some simple strategies that can be used and then test them to understand which one can be better.

Published article "Population optimization algorithms: Micro Artificial immune system (Micro-AIS)".

Population optimization algorithms: Micro Artificial immune system (Micro-AIS)

The article considers an optimization method based on the principles of the body's immune system - Micro Artificial Immune System (Micro-AIS) - a modification of AIS. Micro-AIS uses a simpler model of the immune system and simple immune information processing operations. The article also discusses the advantages and disadvantages of Micro-AIS compared to conventional AIS.

Published article "Developing a Replay System (Part 35): Making Adjustments (I)".

Developing a Replay System (Part 35): Making Adjustments (I)

Before we can move forward, we need to fix a few things. These are not actually the necessary fixes but rather improvements to the way the class is managed and used. The reason is that failures occurred due to some interaction within the system. Despite attempts to find out the cause of such failures in order to eliminate them, all these attempts were unsuccessful. Some of these cases make no sense, for example, when we use pointers or recursion in C/C++, the program crashes.

The most downloaded free products:

42 new signals now available for subscription:

K4 Rizz
420% 108 trades
Growth:420.21%
Equity:320.15USD
Balance:319.72USD
Apollo Bollinger Bands
419% 2949 trades
Growth:418.99%
Equity:4 561.36USD
Balance:4 878.46USD
FX DARK MAGIC B3
335% 1127 trades
Growth:335.20%
Equity:289.88USD
Balance:534.51USD
and 39 more...

Bestsellers in the Market:

The most popular forum topics:

There are more than 31 530 products available in Market

15 new topics on forum:

and 12 more...
There are more than 145 290 topics available on forum

Published article "Building A Candlestick Trend Constraint Model (Part 1): For EAs And Technical Indicators".

Building A Candlestick Trend Constraint Model (Part 1): For EAs And Technical Indicators

This article is aimed at beginners and pro-MQL5 developers. It provides a piece of code to define and constrain signal-generating indicators to trends in higher timeframes. In this way, traders can enhance their strategies by incorporating a broader market perspective, leading to potentially more robust and reliable trading signals.

There are more than 1 580 articles published on site

Published article "Creating a market making algorithm in MQL5".

Creating a market making algorithm in MQL5

How do market makers work? Let's consider this issue and create a primitive market-making algorithm.

Published article "A Generic Optimization Formulation (GOF) to Implement Custom Max with Constraints".

A Generic Optimization Formulation (GOF) to Implement Custom Max with Constraints

In this article we will present a way to implement optimization problems with multiple objectives and constraints when selecting "Custom Max" in the Setting tab of the MetaTrader 5 terminal. As an example, the optimization problem could be: Maximize Profit Factor, Net Profit, and Recovery Factor, such that the Draw Down is less than 10%, the number of consecutive losses is less than 5, and the number of trades per week is more than 5.

Published article "Population optimization algorithms: Bacterial Foraging Optimization - Genetic Algorithm (BFO-GA)".

Population optimization algorithms: Bacterial Foraging Optimization - Genetic Algorithm (BFO-GA)

The article presents a new approach to solving optimization problems by combining ideas from bacterial foraging optimization (BFO) algorithms and techniques used in the genetic algorithm (GA) into a hybrid BFO-GA algorithm. It uses bacterial swarming to globally search for an optimal solution and genetic operators to refine local optima. Unlike the original BFO, bacteria can now mutate and inherit genes.

Published article "Developing a Replay System (Part 34): Order System (III)".

Developing a Replay System (Part 34): Order System (III)

In this article, we will complete the first phase of construction. Although this part is fairly quick to complete, I will cover details that were not discussed previously. I will explain some points that many do not understand. Do you know why you have to press the Shift or Ctrl key?

The most downloaded free products:

14 new topics on forum:

and 11 more...

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

  • Slope Entry Points Indicator based on basic slope moving average and cloud around. Indicator shows two types of signals: prepearing - dot and entry - arrow.
  • 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.

Bestsellers in the Market:

New publications in CodeBase

59 new signals now available for subscription:

GreenWave AM
603% 669 trades
Growth:602.85%
Equity:663.43USD
Balance:679.91USD
IwanSL
479% 611 trades
Growth:478.78%
Equity:9 925.36USD
Balance:9 962.96USD
AK2024
302% 2063 trades
Growth:301.67%
Equity:110 579.19USD
Balance:128 557.09USD
and 56 more...

Published article "Developing an MQL5 Reinforcement Learning agent with RestAPI integration (Part 1): How to use RestAPIs in MQL5".

Developing an MQL5 Reinforcement Learning agent with RestAPI integration (Part 1): How to use RestAPIs in MQL5

In this article we will talk about the importance of APIs (Application Programming Interface) for interaction between different applications and software systems. We will see the role of APIs in simplifying interactions between applications, allowing them to efficiently share data and functionality.

Published article "Population optimization algorithms: Evolution Strategies, (μ,λ)-ES and (μ+λ)-ES".

Population optimization algorithms: Evolution Strategies, (μ,λ)-ES and (μ+λ)-ES

The article considers a group of optimization algorithms known as Evolution Strategies (ES). They are among the very first population algorithms to use evolutionary principles for finding optimal solutions. We will implement changes to the conventional ES variants and revise the test function and test stand methodology for the algorithms.

Published article "Overcoming ONNX Integration Challenges".

Overcoming ONNX Integration Challenges

ONNX is a great tool for integrating complex AI code between different platforms, it is a great tool that comes with some challenges that one must address to get the most out of it, In this article we discuss the common issues you might face and how to mitigate them.

The most downloaded free products:

The most popular forum topics:

There are more than 31 480 products available in Market

11 new topics on forum:

and 8 more...

Bestsellers in the Market:

30 new signals now available for subscription:

GH 15M
396% 205 trades
Growth:396.31%
Equity:100.63CHC
Balance:100.63CHC
Mr Hoa 2
214% 1316 trades
Growth:214.35%
Equity:11 993.15USD
Balance:12 190.01USD
Scalp Bot EURUSD E
189% 415 trades
Growth:188.60%
Equity:104.07CHC
Balance:119.86CHC
and 27 more...

More than 100 new charts published:

Gráfico USDJPY, H1, 2024.04.20 07:01 UTC, Alpari, MetaTrader 5, Demo
USDJPY, H1
Grafik GBPUSD, M1, 2024.04.19 13:48 UTC, Alpari, MetaTrader 5, Demo
GBPUSD, M1
图表 EURUSD, M5, 2024.04.18 16:04 UTC, FTMO S.R.O., MetaTrader 5, Demo
EURUSD, M5

Published article "Developing a Replay System (Part 33): Order System (II)".

Developing a Replay System (Part 33): Order System (II)

Today we will continue to develop the order system. As you will see, we will be massively reusing what has already been shown in other articles. Nevertheless, you will receive a small reward in this article. First, we will develop a system that can be used with a real trading server, both from a demo account or from a real one. We will make extensive use of the MetaTrader 5 platform, which will provide us with all the necessary support from the beginning.

1...101112131415161718192021222324...570