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.

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?

3 new signals now available for subscription:

LJHWK
413% 2051 trades
Growth:412.83%
Equity:14,900.66USD
Balance:14,900.66USD
TMFWK
411% 2106 trades
Growth:410.68%
Equity:50,324.87USD
Balance:50,324.87USD
Hidra
-9% 16913 trades
Growth:-9.45%
Equity:100,944.01BRL
Balance:100,944.01BRL

The most downloaded free products:

14 new topics on forum:

and 11 more...

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.

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.

There are more than 27,540 products available in Market

Bestsellers in the Market:

The most popular forum topics:

New publications in CodeBase

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:

11 new topics on forum:

and 8 more...

Bestsellers in the Market:

2 new signals now available for subscription:

AURUM EA
126% 988 trades
Growth:126.06%
Equity:147.67USD
Balance:147.67USD
TheFlow EURUSD
33% 3551 trades
Growth:32.66%
Equity:703,135.98USD
Balance:703,135.98USD

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:

There are more than 144,970 topics available on forum

15 new topics on forum:

and 12 more...

The most popular forum topics:

Bestsellers in the Market:

Most downloaded source codes this week

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.

New publications in CodeBase

The most downloaded free products:

There are more than 27,490 products available in Market

Bestsellers in the Market:

10 new topics on forum:

and 7 more...

The most downloaded free products:

The most popular forum topics:

Bestsellers in the Market:

New publications in CodeBase

  • Confluence Detector It will detect whether there's confluence between the current chart timeframe and two other timeframes.
  • QuickTradeKeys123 QuickTradeKeys 123 is a user-friendly Expert Advisor (EA) for MetaTrader 5, enabling traders to execute buy and sell operations quickly by simply pressing the numbers '1' and '2' on their keyboard. Pressing '3' closes all open positions. This EA is ideal for swift trading and testing purposes where manual intervention is required without using the mouse.
  • Classic and Virtual Trailing Classic & Virtual Trailing for MT4

19 new topics on forum:

and 16 more...
There are more than 1,560 articles published on site

Published article "MQL5 Wizard Techniques you should know (Part 16): Principal Component Analysis with Eigen Vectors".

MQL5 Wizard Techniques you should know (Part 16): Principal Component Analysis with Eigen Vectors

Principal Component Analysis, a dimensionality reducing technique in data analysis, is looked at in this article, with how it could be implemented with Eigen values and vectors. As always, we aim to develop a prototype expert-signal-class usable in the MQL5 wizard.

Published article "News Trading Made Easy (Part 1): Creating a Database".

News Trading Made Easy (Part 1): Creating a Database

News trading can be complicated and overwhelming, in this article we will go through steps to obtain news data. Additionally we will learn about the MQL5 Economic Calendar and what it has to offer.

The most downloaded free products:

There are more than 144,920 topics available on forum

15 new topics on forum:

and 12 more...

Bestsellers in the Market:

More than 100 new charts published:

График NZDJPY, H1, 2024.04.17 15:50 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
NZDJPY, H1
图表 NZDCAD, H4, 2024.04.17 16:44 UTC, RoboForex Ltd, MetaTrader 5, Real
NZDCAD, H4
チャート EURJPY, H4, 2024.04.15 16:12 UTC, Five Percent Online Ltd, MetaTrader 5, Demo
EURJPY, H4

Published article "Population optimization algorithms: Changing shape, shifting probability distributions and testing on Smart Cephalopod (SC)".

Population optimization algorithms: Changing shape, shifting probability distributions and testing on Smart Cephalopod (SC)

The article examines the impact of changing the shape of probability distributions on the performance of optimization algorithms. We will conduct experiments using the Smart Cephalopod (SC) test algorithm to evaluate the efficiency of various probability distributions in the context of optimization problems.

The most downloaded free products:

Bestsellers in the Market:

21 new topics on forum:

and 18 more...

2 new signals now available for subscription:

NEOTRADE
252% 2372 trades
Growth:252.06%
Equity:66,620.50USD
Balance:67,361.44USD
Eternal Engine Low
193% 3591 trades
Growth:192.87%
Equity:506.84USD
Balance:506.98USD
1...112113114115116117118119120121122123124125126...657