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.

20 new topics on forum:

and 17 more...

The most popular forum topics:

The most downloaded free products:

Bestsellers in the Market:

There are more than 20,080 products available in Market

22 new topics on forum:

and 19 more...

1 new signal now available for subscription:

ManhattanPRO
495% 6203 trades
Growth:494.65%
Equity:6,238.95USD
Balance:6,319.15USD

The most downloaded free products:

Bestsellers in the Market:

12 new topics on forum:

and 9 more...

More than 100 new charts published:

チャート #USDX, W1, 2022.10.11 19:56 UTC, InstaForex, MetaTrader 4, Real
#USDX, W1
图表 USDCAD, H1, 2022.10.11 20:05 UTC, InstaForex, MetaTrader 4, Real
USDCAD, H1
Chart EURUSD, M1, 10/7/2022 9:48 PM UTC, Admiral Markets Group AS, MetaTrader 5, Demo
EURUSD, M1

4 new signals now available for subscription:

Optimus Long Term
1,233% 1983 trades
Growth:1,233.49%
Equity:673.78USD
Balance:673.78USD
NS eP v5 46159657
624% 2174 trades
Growth:623.68%
Equity:3,750.55USD
Balance:3,775.56USD
Pamm Capital 2
200% 8795 trades
Growth:199.65%
Equity:10,890.84USD
Balance:11,408.14USD
and 1 more...

Published article "Learn how to design a trading system by Alligator".

Learn how to design a trading system by Alligator

In this article, we'll complete our series about how to design a trading system based on the most popular technical indicator. We'll learn how to create a trading system based on the Alligator indicator.

12 new topics on forum:

and 9 more...

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.

Published article "DoEasy. Controls (Part 13): Optimizing interaction of WinForms objects with the mouse, starting the development of the TabControl WinForms object".

DoEasy. Controls (Part 13): Optimizing interaction of WinForms objects with the mouse, starting the development of the TabControl WinForms object

In this article, I will fix and optimize handling the appearance of WinForms objects after moving the mouse cursor away from the object, as well as start the development of the TabControl WinForms object.

1 new signal now available for subscription:

Stable growth pro
145% 7031 trades
Growth:145.28%
Equity:12,033.81EUR
Balance:12,104.18EUR

Published article "Neural networks made easy (Part 22): Unsupervised learning of recurrent models".

Neural networks made easy (Part 22): Unsupervised learning of recurrent models

We continue to study unsupervised learning algorithms. This time I suggest that we discuss the features of autoencoders when applied to recurrent model training.

Bestsellers in the Market:

The most downloaded free products:

There are more than 133,720 topics available on forum

20 new topics on forum:

and 17 more...

The most popular forum topics:

Published article "CCI indicator. Three transformation steps".

CCI indicator. Three transformation steps

In this article, I will make additional changes to the CCI affecting the very logic of this indicator. Moreover, we will be able to see it in the main chart window.

The most downloaded free products:

Bestsellers in the Market:

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.
  • SuperTrend SuperTrend indicator.
  • Volume Profile + Range v6.0 - indicator for MetaTrader 5 (Fixed iBarShift Issue) Volume Profile + Range v6.0 (former TPO). Distribution of deals by price levels at a given time interval. Displayed as a histogram. The width of the histogram at the level means the number of transactions carried out on it. All Credits of this Amazing indicator to Olexiy Polyakov. I have just fixed the iBarShift and iTime issues, since this is such a great indicator for traders ! Now it is working fine with this files.

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.

Risk and capital management using Expert Advisors

Risk and capital management using Expert Advisors

This article is about what you can not see in a backtest report, what you should expect using automated trading software, how to manage your money if you are using expert advisors, and how to cover a significant loss to remain in the trading activity when you are using automated procedures.

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.

10 new topics on forum:

and 7 more...

18 new topics on forum:

and 15 more...

Bestsellers in the Market:

There are more than 20,030 products available in Market

The most downloaded free products:

Bestsellers in the Market:

18 new topics on forum:

and 15 more...

The most popular forum topics:

Published article "Neural networks made easy (Part 21): Variational autoencoders (VAE)".

Neural networks made easy (Part 21): Variational autoencoders (VAE)

In the last article, we got acquainted with the Autoencoder algorithm. Like any other algorithm, it has its advantages and disadvantages. In its original implementation, the autoenctoder is used to separate the objects from the training sample as much as possible. This time we will talk about how to deal with some of its disadvantages.

Published article "DoEasy. Controls (Part 12): Base list object, ListBox and ButtonListBox WinForms objects".

DoEasy. Controls (Part 12): Base list object, ListBox and ButtonListBox WinForms objects

In this article, I am going to create the base object of WinForms object lists, as well as the two new objects: ListBox and ButtonListBox.

1 new signal now available for subscription:

NS lazyPRO 46147709
292% 1562 trades
Growth:291.63%
Equity:9,497.58USD
Balance:9,468.54USD
There are more than 133,650 topics available on forum

19 new topics on forum:

and 16 more...

Bestsellers in the Market:

There are more than 1,190 articles published on site

Published article "Data Science and Machine Learning (Part 07): Polynomial Regression".

Data Science and Machine Learning (Part 07): Polynomial Regression

Unlike linear regression, polynomial regression is a flexible model aimed to perform better at tasks the linear regression model could not handle, Let's find out how to make polynomial models in MQL5 and make something positive out of it.

The most downloaded free products:

Bestsellers in the Market:

3 new signals now available for subscription:

Bfs trade j2t
443% 4746 trades
Growth:443.39%
Equity:101,324.14USD
Balance:101,262.35USD
InvestForce Passion
429% 1407 trades
Growth:428.77%
Equity:9,981.89USD
Balance:9,981.89USD
First First First
332% 36568 trades
Growth:331.69%
Equity:47,982.53USD
Balance:48,225.97USD

18 new topics on forum:

and 15 more...
1...144145146147148149150151152153154155156157158...625