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.

1 new signal now available for subscription:

DARK KNIGHT
132% 5019 trades
Growth:131.62%
Equity:864.43USD
Balance:865.46USD

Bestsellers in the Market:

The most downloaded free products:

There are more than 136,430 topics available on forum

26 new topics on forum:

and 23 more...

The most popular forum topics:

New publications in CodeBase

  • Current Relative Drawdown The DD_Relative function calculates the drawdown (relative loss) of the current trading account in percentage. To do this, it uses the Current_LossOrProfit() function to get the current profit or loss for all open positions and divides it by the current account balance. The result is rounded to two decimal places and displayed in the chart comment. The Current_LossOrProfit() function loops through all open positions in the account and adds the commission, swap, and current profit or loss for each position. The result is rounded to two decimal places and returned as the current profit or loss of all open positions.
  • Hurst Exponent - optimized version Hurst Exponent - optimized version

Bestsellers in the Market:

There are more than 21,320 products available in Market

30 new topics on forum:

and 27 more...

Published article "Creating an EA that works automatically (Part 01): Concepts and structures".

Creating an EA that works automatically (Part 01): Concepts and structures

Today we'll see how to create an Expert Advisor that simply and safely works in automatic mode.

2 new signals now available for subscription:

EA Happy News Eightcap
7,496% 1607 trades
Growth:7,495.93%
Equity:75,959.33USD
Balance:75,959.33USD
Tree Of Life Low Risk
150% 1957 trades
Growth:149.86%
Equity:757.75USD
Balance:757.75USD

Published article "How to choose an Expert Advisor: Twenty strong criteria to reject a trading bot".

How to choose an Expert Advisor: Twenty strong criteria to reject a trading bot

This article tries to answer the question: how can we choose the right expert advisors? Which are the best for our portfolio, and how can we filter the large trading bots list available on the market? This article will present twenty clear and strong criteria to reject an expert advisor. Each criterion will be presented and well explained to help you make a more sustained decision and build a more profitable expert advisor collection for your profits.

Published article "DoEasy. Controls (Part 31): Scrolling the contents of the ScrollBar control".

DoEasy. Controls (Part 31): Scrolling the contents of the ScrollBar control

In this article, I will implement the functionality of scrolling the contents of the container using the buttons of the horizontal scrollbar.

New publications in CodeBase

  • Check the time periods used The function takes two arrays of integers as parameters: "allowedPeriods" and "periodsToCheck". "allowedPeriods" is an array containing all the time periods allowed by the system, while "periodsToCheck" is an array containing the time periods used by the user in the indicator. The function iterates through the elements of the "periodsToCheck" array and checks if each of them is present in the "allowedPeriods" array. If it finds any time period that is not allowed, the function returns "false". If all time periods are allowed, the function returns "true". In short, this function is used to make sure that the time periods used in an indicator are valid and allowed by the system.
  • CLS (ClearScreen) CLS (ClearScreen) delets all object drawn on the chart with key press "C"

The most downloaded free products:

Bestsellers in the Market:

There are more than 136,370 topics available on forum

29 new topics on forum:

and 26 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.

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.

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.

The most popular forum topics:

Bestsellers in the Market:

21 new topics on forum:

and 18 more...

3 new signals now available for subscription:

EA Happy Gold Eightcap
2,883% 640 trades
Growth:2,883.08%
Equity:29,830.81USD
Balance:29,830.81USD
RMPH31
156% 3750 trades
Growth:155.58%
Equity:66,245.23USD
Balance:66,860.62USD
Black Mountain HR by SecureFX Trader
110% 2111 trades
Growth:110.19%
Equity:10,163.09AUD
Balance:10,163.09AUD

Published article "Creating a ticker tape panel: Improved version".

Creating a ticker tape panel: Improved version

How do you like the idea of reviving the basic version of our ticker tape panel? The first thing we will do is change the panel to be able to add an image, such as an asset logo or some other image, so that the user could quickly and easily identify the displayed symbol.

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

Most downloaded source codes this week

Most read articles this week

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.

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.

9 new topics on forum:

and 6 more...

1 new signal now available for subscription:

Cradle HR by SecureFX Trader
144% 3475 trades
Growth:144.46%
Equity:22,604.19AUD
Balance:24,445.55AUD

Bestsellers in the Market:

16 new topics on forum:

and 13 more...
There are more than 136,290 topics available on forum

33 new topics on forum:

and 30 more...
There are more than 21,260 products available in Market

The most downloaded free products:

The most popular forum topics:

Bestsellers in the Market:

There are more than 1,260 articles published on site

Published article "Creating a ticker tape panel: Basic version".

Creating a ticker tape panel: Basic version

Here I will show how to create screens with price tickers which are usually used to display quotes on the exchange. I will do it by only using MQL5, without using complex external programming.

Published article "Population optimization algorithms: Firefly Algorithm (FA)".

Population optimization algorithms: Firefly Algorithm (FA)

In this article, I will consider the Firefly Algorithm (FA) optimization method. Thanks to the modification, the algorithm has turned from an outsider into a real rating table leader.

1 new signal now available for subscription:

Kosciuszko HR by SecureFX Trader
170% 5083 trades
Growth:170.40%
Equity:10,092.45AUD
Balance:10,092.45AUD

Bestsellers in the Market:

The most downloaded free products:

28 new topics on forum:

and 25 more...

The most downloaded free products:

There are more than 136,230 topics available on forum
1...168169170171172173174175176177178179180181182...661