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 — Market simulation (Part 17): Ticks and more ticks (I)".

Developing a Replay System — Market simulation (Part 17): Ticks and more ticks (I)

Here we will see how to implement something really interesting, but at the same time very difficult due to certain points that can be very confusing. The worst thing that can happen is that some traders who consider themselves professionals do not know anything about the importance of these concepts in the capital market. Well, although we focus here on programming, understanding some of the issues involved in market trading is paramount to what we are going to implement.

2 new signals now available for subscription:

Expert EURUSD Sys01
318% 1052 trades
Growth:318.23%
Equity:591.43EUR
Balance:611.65EUR
Grid System
22% 1700 trades
Growth:22.24%
Equity:366.77USD
Balance:385.03USD

Published article "Developing a Replay System — Market simulation (Part 16): New class system".

Developing a Replay System — Market simulation (Part 16): New class system

We need to organize our work better. The code is growing, and if this is not done now, then it will become impossible. Let's divide and conquer. MQL5 allows the use of classes which will assist in implementing this task, but for this we need to have some knowledge about classes. Probably the thing that confuses beginners the most is inheritance. In this article, we will look at how to use these mechanisms in a practical and simple way.

The most downloaded free products:

Bestsellers in the Market:

There are more than 142,350 topics available on forum

13 new topics on forum:

and 10 more...

Published article "Neural networks made easy (Part 52): Research with optimism and distribution correction".

Neural networks made easy (Part 52): Research with optimism and distribution correction

As the model is trained based on the experience reproduction buffer, the current Actor policy moves further and further away from the stored examples, which reduces the efficiency of training the model as a whole. In this article, we will look at the algorithm of improving the efficiency of using samples in reinforcement learning algorithms.

The most downloaded free products:

The most popular forum topics:

Bestsellers in the Market:

Most downloaded source codes this month

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.

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.

19 new topics on forum:

and 16 more...

More than 100 new charts published:

Chart Fra40, D1, 11/27/2023 1:05 AM UTC, ActivTrades Plc, MetaTrader 4, Real
Fra40, D1
Chart Fra40, D1, 11/24/2023 1:17 AM UTC, ActivTrades Plc, MetaTrader 4, Real
Fra40, D1
Chart Fra40, D1, 11/28/2023 1:38 AM UTC, ActivTrades Plc, MetaTrader 4, Real
Fra40, D1

New publications in CodeBase

Published article "The case for using a Composite Data Set this Q4 in weighing SPDR XLY's next performance".

The case for using a Composite Data Set this Q4 in weighing SPDR XLY's next performance

We consider XLY, SPDR’s consumer discretionary spending ETF and see if with tools in MetaTrader’s IDE we can sift through an array of data sets in selecting what could work with a forecasting model with a forward outlook of not more than a year.

Bestsellers in the Market:

The most downloaded free products:

16 new topics on forum:

and 13 more...
There are more than 26,630 products available in Market

2 new signals now available for subscription:

JagzFX Stock Trend EA
25% 862 trades
Growth:25.02%
Equity:103,250.58USD
Balance:140,244.92USD
Osiris XM
-24% 875 trades
Growth:-23.53%
Equity:88.85USD
Balance:88.85USD

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • PA RSI The Oscillator Indicator for MetaTrader 4 is a powerful tool that accurately identifies the perfect signal on the completion of trends.
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
  • Breakout Martin Gale Expert Advisor for MT5 This is an mql5 Expert Advisor trading the breakouts and using Martin Gale risk management.

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.

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.

There are more than 142,300 topics available on forum

12 new topics on forum:

and 9 more...

The most popular forum topics:

2 new signals now available for subscription:

Chrematist
400% 1256 trades
Growth:399.56%
Equity:2,085.29USD
Balance:2,075.75USD
TradeHarmonics
-10% 602 trades
Growth:-9.96%
Equity:2,353.63EUR
Balance:2,353.11EUR

Bestsellers in the Market:

6 new topics on forum:

and 3 more...

The most popular forum topics:

Bestsellers in the Market:

The most downloaded free products:

There are more than 26,570 products available in Market

14 new topics on forum:

and 11 more...
There are more than 1,440 articles published on site

Published article "Developing a Replay System — Market simulation (Part 15): Birth of the SIMULATOR (V) - RANDOM WALK".

Developing a Replay System — Market simulation (Part 15): Birth of the SIMULATOR (V) - RANDOM WALK

In this article we will complete the development of a simulator for our system. The main goal here will be to configure the algorithm discussed in the previous article. This algorithm aims to create a RANDOM WALK movement. Therefore, to understand today's material, it is necessary to understand the content of previous articles. If you have not followed the development of the simulator, I advise you to read this sequence from the very beginning. Otherwise, you may get confused about what will be explained here.

2 new signals now available for subscription:

SmartSignals Pro
141% 1059 trades
Growth:141.35%
Equity:1,648.56USD
Balance:1,648.56USD
GBP Daily Trade V1
-2% 937 trades
Growth:-2.48%
Equity:3,603.94EUR
Balance:3,716.55EUR

Published article "Trade transactions. Request and response structures, description and logging".

Trade transactions. Request and response structures, description and logging

The article considers handling trade request structures, namely creating a request, its preliminary verification before sending it to the server, the server's response to a trade request and the structure of trade transactions. We will create simple and convenient functions for sending trading orders to the server and, based on everything discussed, create an EA informing of trade transactions.

The most downloaded free products:

Bestsellers in the Market:

24 new topics on forum:

and 21 more...

4 new signals now available for subscription:

Leopard Calm
231% 1729 trades
Growth:231.12%
Equity:9,128.04EUR
Balance:9,225.26EUR
Stable10k
146% 2215 trades
Growth:145.69%
Equity:34,693.29USD
Balance:34,718.19USD
SmartSTO
143% 281 trades
Growth:142.54%
Equity:3,750.79USD
Balance:3,750.79USD
and 1 more...

New publications in CodeBase

Published article "Developing a Replay System — Market simulation (Part 14): Birth of the SIMULATOR (IV)".

Developing a Replay System — Market simulation (Part 14): Birth of the SIMULATOR (IV)

In this article we will continue the simulator development stage. this time we will see how to effectively create a RANDOM WALK type movement. This type of movement is very intriguing because it forms the basis of everything that happens in the capital market. In addition, we will begin to understand some concepts that are fundamental to those conducting market analysis.

The most downloaded free products:

There are more than 142,230 topics available on forum

23 new topics on forum:

and 20 more...
1...798081828384858687888990919293...609