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 downloaded free products:

18 new topics on forum:

and 15 more...

More than 400 new charts published:

Chart XAUUSD, M1, 2024.04.25 14:38 UTC, FTMO S.R.O., MetaTrader 5, Demo
XAUUSD, M1
Grafico XAUUSD, M5, 2024.04.25 14:27 UTC, FTMO S.R.O., MetaTrader 5, Demo
XAUUSD, M5
Gráfico EURUSD, M2, 2024.04.23 15:40 UTC, FTMO S.R.O., MetaTrader 5, Demo
EURUSD, M2

72 new signals now available for subscription:

EURUSDGPB
1 011% 710 trades
Growth:1 011.27%
Equity:1 118.77USD
Balance:1 214.48USD
GJM
614% 901 trades
Growth:613.98%
Equity:210 556.74USD
Balance:215 288.74USD
Infinity Gold V2
383% 245 trades
Growth:383.47%
Equity:716.95USD
Balance:716.95USD
and 69 more...

Bestsellers in the Market:

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:

72 new signals now available for subscription:

Artic
251% 76 trades
Growth:251.17%
Equity:1 624.74USD
Balance:1 624.74USD
Cindy Miracle
238% 792 trades
Growth:238.09%
Equity:497.70USD
Balance:496.26USD
Ken Miracle
237% 789 trades
Growth:237.24%
Equity:509.91USD
Balance:508.47USD
and 69 more...

Bestsellers in the Market:

The most popular forum topics:

There are more than 32 170 products available in Market

15 new topics on forum:

and 12 more...
There are more than 145 300 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

85 new signals now available for subscription:

GreenWave AM
503% 614 trades
Growth:503.06%
Equity:445.40USD
Balance:491.58USD
IwanSL
375% 534 trades
Growth:374.68%
Equity:14 193.98USD
Balance:14 240.38USD
TestFusionMT5
317% 6643 trades
Growth:317.44%
Equity:4 427.13USD
Balance:4 437.35USD
and 82 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 32 110 products available in Market

11 new topics on forum:

and 8 more...

Bestsellers in the Market:

64 new signals now available for subscription:

Mr Hoa 1
200% 940 trades
Growth:200.39%
Equity:5 712.81USD
Balance:5 764.48USD
Murasame
183% 109 trades
Growth:182.86%
Equity:282.92USD
Balance:282.92USD
Mr Hoa 2
182% 892 trades
Growth:181.67%
Equity:10 808.20USD
Balance:10 922.53USD
and 61 more...

More than 300 new charts published:

График EURAUD, H4, 2024.04.21 08:03 UTC, Alpari, MetaTrader 4, Real
EURAUD, H4
Chart EURUSD, D1, 2024.04.22 07:59 UTC, Is Yatirim Menkul Degerler A.S., MetaTrader 5, Real
EURUSD, D1
Graphique BTCUSD, H4, 2024.04.21 14:32 UTC, FTMO S.R.O., MetaTrader 4, Demo
BTCUSD, H4

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.

Published article "Indicator of historical positions on the chart as their profit/loss diagram".

Indicator of historical positions on the chart as their profit/loss diagram

In this article, I will consider the option of obtaining information about closed positions based on their trading history. Besides, I will create a simple indicator that displays the approximate profit/loss of positions on each bar as a diagram.

Published article "Color buffers in multi-symbol multi-period indicators".

Color buffers in multi-symbol multi-period indicators

In this article, we will review the structure of the indicator buffer in multi-symbol, multi-period indicators and organize the display of colored buffers of these indicators on the chart.

The most downloaded free products:

15 new topics on forum:

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

30 new signals now available for subscription:

Eightcap
138% 29 trades
Growth:138.48%
Equity:1 580.74USD
Balance:1 592.85USD
Secure Forex Robot UT10
137% 495 trades
Growth:136.64%
Equity:4 000.00USD
Balance:4 000.00USD
Secure Forex Robot UT11
91% 350 trades
Growth:90.89%
Equity:25 400.00USD
Balance:25 400.00USD
and 27 more...

Bestsellers in the Market:

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

New publications in CodeBase

1234567891011...557