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.

25 new topics on forum:

and 22 more...

Bestsellers in the Market:

There are more than 13 480 products available in Market

14 new products are now available on the Market:

and 9 more...

New publications in CodeBase

  • Classic Moving Averages with colors The indicator displays a colored moving average.
  • Clarity Index Clarity index is a purely volume based indicator which is constructed on basis of volume, range and positive/negative candle count. It reflects the strength of trend with respect to volume.

The most downloaded free products:

Bestsellers in the Market:

31 new topics on forum:

and 28 more...

The most popular forum topics:

21 new products are now available on the Market:

and 16 more...

1 new signal now available for subscription:

Veritas return
817% 2423 trades
Growth:817.28%
Equity:9 212.38USD
Balance:9 254.45USD

New publications in CodeBase

The most downloaded free products:

20 new products are now available on the Market:

and 15 more...

Bestsellers in the Market:

33 new topics on forum:

and 30 more...

1 new signal now available for subscription:

Ranger and The Comeback Kid EA
157% 6955 trades
Growth:156.55%
Equity:13 573.69USD
Balance:13 592.85USD

Published article "Grid and martingale: what are they and how to use them?".

Grid and martingale: what are they and how to use them?

In this article, I will try to explain in detail what grid and martingale are, as well as what they have in common. Besides, I will try to analyze how viable these strategies really are. The article features mathematical and practical sections.

The most downloaded free products:

Bestsellers in the Market:

There are more than 13 420 products available in Market

33 new products are now available on the Market:

and 28 more...

28 new topics on forum:

and 25 more...

The most popular forum topics:

New publications in CodeBase

Published article "Brute force approach to pattern search".

Brute force approach to pattern search

In this article, we will search for market patterns, create Expert Advisors based on the identified patterns, and check how long these patterns remain valid, if they ever retain their validity.

The most downloaded free products:

34 new topics on forum:

and 31 more...

Bestsellers in the Market:

Most downloaded source codes this month

  • Fibo Bars 3 Three-layer indicator Fibo Bars 2 by Ivan Kornilov
  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
  • PivotPoint This indicator draws pivot points, resistances and supports.

Most read articles this month

MQL as a Markup Tool for the Graphical Interface of MQL Programs (Part 3). Form Designer

MQL as a Markup Tool for the Graphical Interface of MQL Programs (Part 3). Form Designer

In this paper, we are completing the description of our concept of building the window interface of MQL programs, using the structures of MQL. Specialized graphical editor will allow to interactively set up the layout that consists of the basic classes of the GUI elements and then export it into the MQL description to use it in your MQL project. The paper presents the internal design of the editor and a user guide. Source codes are attached.

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 we developed the MetaTrader Signals service and Social Trading

How we developed the MetaTrader Signals service and Social Trading

We continue to enhance the Signals service, improve the mechanisms, add new functions and fix flaws. The MetaTrader Signals Service of 2012 and the current MetaTrader Signals Service are like two completely different services. Currently, we are implementing A Virtual Hosting Cloud service which consists of a network of servers to support specific versions of the MetaTrader client terminal. Traders will need to complete only 5 steps in order to rent the virtual copy of their terminal with minimal network latency to their broker's trade server directly from the MetaTrader client terminal.

More than 10 new charts published:

Chart EURUSD, M5, 2020.11.10 14:11 UTC, InstaForex Group, MetaTrader 4, Real
EURUSD, M5
Chart EURUSD, M5, 2020.11.11 16:10 UTC, InstaForex Group, MetaTrader 4, Real
EURUSD, M5
Chart GBPUSD, M5, 2020.11.19 13:04 UTC, Forex Club International Limited, MetaTrader 4, Demo
GBPUSD, M5

27 new products are now available on the Market:

and 22 more...

Published article "Timeseries in DoEasy library (part 53): Abstract base indicator class".

Timeseries in DoEasy library (part 53): Abstract base indicator class

The article considers creation of an abstract indicator which further will be used as the base class to create objects of library’s standard and custom indicators.

The most downloaded free products:

There are more than 13 360 products available in Market

15 new products are now available on the Market:

and 10 more...

29 new topics on forum:

and 26 more...

Bestsellers in the Market:

The most popular forum topics:

Published article "Timeseries in DoEasy library (part 52): Cross-platform nature of multi-period multi-symbol single-buffer standard indicators".

Timeseries in DoEasy library (part 52): Cross-platform nature of multi-period multi-symbol  single-buffer standard indicators

In the article, consider creation of multi-symbol multi-period standard indicator Accumulation/Distribution. Slightly improve library classes with respect to indicators so that, the programs developed for outdated platform MetaTrader 4 based on this library could work normally when switching over to MetaTrader 5.

Published article "Parallel Particle Swarm Optimization".

Parallel Particle Swarm Optimization

The article describes a method of fast optimization using the particle swarm algorithm. It also presents the method implementation in MQL, which is ready for use both in single-threaded mode inside an Expert Advisor and in a parallel multi-threaded mode as an add-on that runs on local tester agents.

2 new signals now available for subscription:

Papeda MT4 Expert Advisor
432% 1831 trades
Growth:432.49%
Equity:5 169.07USD
Balance:5 161.38USD
CORSA EURUSD
328% 594 trades
Growth:327.81%
Equity:9 144.39USD
Balance:11 435.30USD

The most downloaded free products:

24 new topics on forum:

and 21 more...

Bestsellers in the Market:

Most downloaded source codes this week

  • PivotPoint This indicator draws pivot points, resistances and supports.
  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
  • Simple timer next candle A non-invasive candle time that can be positioned next to price or near a corner.

Most read articles this week

Basic math behind Forex trading

Basic math behind Forex trading

The article aims to describe the main features of Forex trading as simply and quickly as possible, as well as share some basic ideas with beginners. It also attempts to answer the most tantalizing questions in the trading community along with showcasing the development of a simple indicator.

MQL as a Markup Tool for the Graphical Interface of MQL Programs (Part 3). Form Designer

MQL as a Markup Tool for the Graphical Interface of MQL Programs (Part 3). Form Designer

In this paper, we are completing the description of our concept of building the window interface of MQL programs, using the structures of MQL. Specialized graphical editor will allow to interactively set up the layout that consists of the basic classes of the GUI elements and then export it into the MQL description to use it in your MQL project. The paper presents the internal design of the editor and a user guide. Source codes are attached.

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.

20 new products are now available on the Market:

and 15 more...

The most downloaded free products: