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 "Graphics in DoEasy library (Part 91): Standard graphical object events. Object name change history".

Graphics in DoEasy library (Part 91): Standard graphical object events. Object name change history

In this article, I will refine the basic functionality for providing control over graphical object events from a library-based program. I will start from implementing the functionality for storing the graphical object change history using the "Object name" property as an example.

1 new signal now available for subscription:

Trading Tact
88% 2093 trades
Growth:88.04%
Equity:6,408.61USD
Balance:6,408.61USD

The most downloaded free products:

19 new topics on forum:

and 16 more...

Bestsellers in the Market:

Published article "Improved candlestick pattern recognition illustrated by the example of Doji".

Improved candlestick pattern recognition illustrated by the example of Doji

How to find more candlestick patterns than usual? Behind the simplicity of candlestick patterns, there is also a serious drawback, which can be eliminated by using the significantly increased capabilities of modern trading automation tools.

1 new signal now available for subscription:

ClockwiseTrader
348% 465 trades
Growth:347.85%
Equity:1,883,851.00JPY
Balance:1,883,851.00JPY

The most downloaded free products:

12 new topics on forum:

and 9 more...

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.

Combinatorics and probability for trading (Part IV): Bernoulli Logic

Combinatorics and probability for trading (Part IV): Bernoulli Logic

In this article, I decided to highlight the well-known Bernoulli scheme and to show how it can be used to describe trading-related data arrays. All this will then be used to create a self-adapting trading system. We will also look for a more generic algorithm, a special case of which is the Bernoulli formula, and will find an application for it.

Advanced EA constructor for MetaTrader - botbrains.app

Advanced EA constructor for MetaTrader - botbrains.app

In this article, we demonstrate features of botbrains.app - a no-code platform for trading robots development. To create a trading robot you don't need to write any code - just drag and drop the necessary blocks onto the scheme, set their parameters, and establish connections between them.

The most popular forum topics:

Bestsellers in the Market:

The most downloaded free products:

Bestsellers in the Market:

12 new topics on forum:

and 9 more...

2 new signals now available for subscription:

Samurai Ninja TV
1,165% 1278 trades
Growth:1,165.29%
Equity:2,305,146.00JPY
Balance:2,305,146.00JPY
Smart Gold Gramasi 2939
164% 9997 trades
Growth:164.47%
Equity:3,045.73USD
Balance:3,154.60USD

The most downloaded free products:

The most popular forum topics:

There are more than 17,210 products available in Market
There are more than 129,060 topics available on forum

30 new topics on forum:

and 27 more...

Bestsellers in the Market:

There are more than 1,080 articles published on site

Published article "Matrices and vectors in MQL5".

Matrices and vectors in MQL5

By using special data types 'matrix' and 'vector', it is possible to create code which is very close to mathematical notation. With these methods, you can avoid the need to create nested loops or to mind correct indexing of arrays in calculations. Therefore, the use of matrix and vector methods increases the reliability and speed in developing complex programs.

The most downloaded free products:

Bestsellers in the Market:

15 new topics on forum:

and 12 more...

More than 50 new charts published:

차트 VTBR-3.22, M15, 2022.02.08 19:07 UTC, АО ''Открытие Брокер'', MetaTrader 5, Real
VTBR-3.22, M15
Grafik RTS-3.22, D1, 2022.02.08 07:25 UTC, АО ''Открытие Брокер'', MetaTrader 5, Real
RTS-3.22, D1
Graphique SBER, D1, 2022.02.08 03:29 UTC, АО ''Открытие Брокер'', MetaTrader 5, Real
SBER, D1

21 new topics on forum:

and 18 more...

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

The most downloaded free products:

Bestsellers in the Market:

There are more than 128,990 topics available on forum

24 new topics on forum:

and 21 more...

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.

Learn Why and How to Design Your Algorithmic Trading System

Learn Why and How to Design Your Algorithmic Trading System

This article shows the basics of MQL for beginners to design their Algorithmic trading system (Expert Advisor) through designing a simple algorithmic trading system after mentioning some basics of MQL5

1 new signal now available for subscription:

GiaphatLiteFinanceECN
613% 9302 trades
Growth:612.65%
Equity:636.59USD
Balance:636.59USD

Published article "Combinatorics and probability for trading (Part V): Curve analysis".

Combinatorics and probability for trading (Part V): Curve analysis

In this article, I decided to conduct a study related to the possibility of reducing multiple states to double-state systems. The main purpose of the article is to analyze and to come to useful conclusions that may help in the further development of scalable trading algorithms based on the probability theory. Of course, this topic involves mathematics. However, given the experience of previous articles, I see that generalized information is more useful than details.

The most popular forum topics:

The most downloaded free products:

Bestsellers in the Market:

26 new topics on forum:

and 23 more...

New publications in CodeBase

Published article "Graphics in DoEasy library (Part 90): Standard graphical object events. Basic functionality".

Graphics in DoEasy library (Part 90): Standard graphical object events. Basic functionality

In this article, I will implement the basic functionality for tracking standard graphical object events. I will start from a double click event on a graphical object.

Most downloaded source codes this week

  • 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.
  • PivotPoint This indicator draws pivot points, resistances and supports.

Most read articles this week

Advanced EA constructor for MetaTrader - botbrains.app

Advanced EA constructor for MetaTrader - botbrains.app

In this article, we demonstrate features of botbrains.app - a no-code platform for trading robots development. To create a trading robot you don't need to write any code - just drag and drop the necessary blocks onto the scheme, set their parameters, and establish connections between them.

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.

Learn Why and How to Design Your Algorithmic Trading System

Learn Why and How to Design Your Algorithmic Trading System

This article shows the basics of MQL for beginners to design their Algorithmic trading system (Expert Advisor) through designing a simple algorithmic trading system after mentioning some basics of MQL5

Bestsellers in the Market:

1...170171172173174175176177178179180181182183184...625