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.

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.

MetaTrader 4 on Linux

MetaTrader 4 on Linux

In this article, we demonstrate an easy way to install MetaTrader 4 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers.

Bestsellers in the Market:

There are more than 136,090 topics available on forum

27 new topics on forum:

and 24 more...

The most popular forum topics:

New publications in CodeBase

  • Advanced Line Chart Advanced Line Chart based on Japanese candlesticks.
  • Highest High fetch The code defines a function "RangeHighs" that calculates the highest price of a financial instrument within a specified time range (start and end time). The time range is defined by 4 input parameters (hour and minute of start and end time). The highest price is found using the "CopyHigh" function and stored in an array, from which the maximum value is returned.

The most downloaded free products:

Bestsellers in the Market:

26 new topics on forum:

and 23 more...

The most downloaded free products:

Bestsellers in the Market:

17 new topics on forum:

and 14 more...
There are more than 20,980 products available in Market

The most popular forum topics:

Published article "Population optimization algorithms: Fish School Search (FSS)".

Population optimization algorithms: Fish School Search (FSS)

Fish School Search (FSS) is a new optimization algorithm inspired by the behavior of fish in a school, most of which (up to 80%) swim in an organized community of relatives. It has been proven that fish aggregations play an important role in the efficiency of foraging and protection from predators.

The most downloaded free products:

Bestsellers in the Market:

There are more than 136,010 topics available on forum

21 new topics on forum:

and 18 more...

Bestsellers in the Market:

Most downloaded source codes this month

  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
  • RSI Bot MT5 RSI Bot, send alert buy when RSI<=20, send alert sell when RSI>=80
  • PivotPoint This indicator draws pivot points, resistances and supports.

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.

27 new topics on forum:

and 24 more...

2 new signals now available for subscription:

Web57
86% 5276 trades
Growth:86.17%
Equity:31,375.90USD
Balance:31,474.81USD
ANC HYBRID PRO
19% 2012 trades
Growth:18.76%
Equity:20,063.34USD
Balance:20,104.53USD

Published article "DoEasy. Controls (Part 29): ScrollBar auxiliary control".

DoEasy. Controls (Part 29): ScrollBar auxiliary control

In this article, I will start developing the ScrollBar auxiliary control element and its derivative objects — vertical and horizontal scrollbars. A scrollbar is used to scroll the content of the form if it goes beyond the container. Scrollbars are usually located at the bottom and to the right of the form. The horizontal one at the bottom scrolls content left and right, while the vertical one scrolls up and down.

Published article "Category Theory in MQL5 (Part 2)".

Category Theory in MQL5 (Part 2)

Category Theory is a diverse and expanding branch of Mathematics which as of yet is relatively uncovered in the MQL5 community. These series of articles look to introduce and examine some of its concepts with the overall goal of establishing an open library that attracts comments and discussion while hopefully furthering the use of this remarkable field in Traders' strategy development.

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

There are more than 135,960 topics available on forum

27 new topics on forum:

and 24 more...

2 new signals now available for subscription:

News Catcher Pro
243% 392 trades
Growth:243.33%
Equity:493.29USD
Balance:493.29USD
and 1 more...

Bestsellers in the Market:

There are more than 20,910 products available in Market

Most downloaded source codes this week

  • CCI + MACD Scalper Strategy that uses the CCI indicator 0-line cross to spot trades and the MACD indicator to confirm them.
  • XP Forex Trade Manager MT4 Forex Trade Manager MT4 simplifies managing open orders in MetaTrader 4.
  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.

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.

18 new topics on forum:

and 15 more...

The most downloaded free products:

16 new topics on forum:

and 13 more...

Bestsellers in the Market:

There are more than 135,900 topics available on forum

23 new topics on forum:

and 20 more...

Bestsellers in the Market:

The most popular forum topics:

Published article "Develop a Proof-of-Concept DLL with C++ multi-threading support for MetaTrader 5 on Linux".

Develop a Proof-of-Concept DLL with C++ multi-threading support for MetaTrader 5 on Linux

We will begin the journey to explore the steps and workflow on how to base development for MetaTrader 5 platform solely on Linux system in which the final product works seamlessly on both Windows and Linux system. We will get to know Wine, and Mingw; both are the essential tools to make cross-platform development works. Especially Mingw for its threading implementations (POSIX, and Win32) that we need to consider in choosing which one to go with. We then build a proof-of-concept DLL and consume it in MQL5 code, finally compare the performance of both threading implementations. All for your foundation to expand further on your own. You should be comfortable building MT related tools on Linux after reading this article.

Published article "MQL5 Cookbook — Services".

MQL5 Cookbook — Services

The article describes the versatile capabilities of services — MQL5 programs that do not require binding graphs. I will also highlight the differences of services from other MQL5 programs and emphasize the nuances of the developer's work with services. As examples, the reader is offered various tasks covering a wide range of functionality that can be implemented as a service.

The most downloaded free products:

25 new topics on forum:

and 22 more...

Bestsellers in the Market:

New publications in CodeBase

1...174175176177178179180181182183184185186187188...666