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.

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.

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.

22 new topics on forum:

and 19 more...

Published article "Population optimization algorithms: Simulated Annealing (SA) algorithm. Part I".

Population optimization algorithms: Simulated Annealing (SA) algorithm. Part I

The Simulated Annealing algorithm is a metaheuristic inspired by the metal annealing process. In the article, we will conduct a thorough analysis of the algorithm and debunk a number of common beliefs and myths surrounding this widely known optimization method. The second part of the article will consider the custom Simulated Isotropic Annealing (SIA) algorithm.

The most downloaded free products:

The most popular forum topics:

There are more than 29,130 products available in Market

2 new signals now available for subscription:

Jitty Portfolio
125% 485 trades
Growth:125.39%
Equity:89,925.69HKD
Balance:89,925.69HKD
and 1 more...

Bestsellers in the Market:

There are more than 144,980 topics available on forum

21 new topics on forum:

and 18 more...

More than 100 new charts published:

图表 EURUSD, H1, 2024.04.10 06:33 UTC, BenchMark Finance AD, MetaTrader 4, Real
EURUSD, H1
График EURUSD, H1, 2024.04.11 06:43 UTC, BenchMark Finance AD, MetaTrader 4, Real
EURUSD, H1
차트 Boom 300 Index, M1, 2024.04.10 07:27 UTC, Deriv.com Limited, MetaTrader 5, Demo
Boom 300 Index, M1

Published article "Quantitative analysis in MQL5: Implementing a promising algorithm".

Quantitative analysis in MQL5: Implementing a promising algorithm

We will analyze the question of what quantitative analysis is and how it is used by major players. We will create one of the quantitative analysis algorithms in the MQL5 language.

The most downloaded free products:

14 new topics on forum:

and 11 more...

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.
  • KA-Gold Bot MT5 KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods. - Time frame: M15
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.

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

1 new signal now available for subscription:

XP
-6% 1114 trades
Growth:-5.50%
Equity:12,335.41BRL
Balance:12,335.41BRL

10 new topics on forum:

and 7 more...

The most popular forum topics:

Bestsellers in the Market:

The most downloaded free products:

Bestsellers in the Market:

15 new topics on forum:

and 12 more...

New publications in CodeBase

The most downloaded free products:

Bestsellers in the Market:

There are more than 144,910 topics available on forum

29 new topics on forum:

and 26 more...

The most popular forum topics:

3 new signals now available for subscription:

LiyanxiongGrid
202% 5659 trades
Growth:202.32%
Equity:40,408.14USD
Balance:40,889.40USD
Hoya VIP
172% 485 trades
Growth:171.71%
Equity:255.21USD
Balance:255.21USD
Tokyo23Q
123% 175 trades
Growth:122.79%
Equity:44,505.00JPY
Balance:44,558.00JPY

The most downloaded free products:

20 new topics on forum:

and 17 more...

Bestsellers in the Market:

7 new signals now available for subscription:

Pro Actions
147% 648 trades
Growth:146.69%
Equity:39,826.69EUR
Balance:82,822.54EUR
ADC
38% 211 trades
Growth:37.83%
Equity:467.03USD
Balance:467.03USD
EX0930
34% 655 trades
Growth:34.25%
Equity:2,033.20USD
Balance:2,033.20USD
and 4 more...
There are more than 29,070 products available in Market

Published article "Developing an MQTT client for MetaTrader 5: a TDD approach — Final".

Developing an MQTT client for MetaTrader 5: a TDD approach — Final

This article is the last part of a series describing our development steps of a native MQL5 client for the MQTT 5.0 protocol. Although the library is not production-ready yet, in this part, we will use our client to update a custom symbol with ticks (or rates) sourced from another broker. Please, see the bottom of this article for more information about the library's current status, what is missing for it to be fully compliant with the MQTT 5.0 protocol, a possible roadmap, and how to follow and contribute to its development.

Published article "MQL5 Wizard Techniques You Should Know (Part 15): Support Vector Machines with Newton's Polynomial".

MQL5 Wizard Techniques You Should Know (Part 15): Support Vector Machines with Newton's Polynomial

Support Vector Machines classify data based on predefined classes by exploring the effects of increasing its dimensionality. It is a supervised learning method that is fairly complex given its potential to deal with multi-dimensioned data. For this article we consider how it’s very basic implementation of 2-dimensioned data can be done more efficiently with Newton’s Polynomial when classifying price-action.

New publications in CodeBase

  • Candle Analysis Report This script helps traders understand the distribution and range of candles in a specific period, which can be useful for making trading decisions such as determining which historical values to use for Take Profit or Stop Loss.
  • Virtual SL TP Pending with SL Trailing for Symbol Chart Virtual SL TP Pending with SL Trailing for Symbol Chart
  • Close Basket Pairs v1 This MQL4 EA is designed to close positions for a basket of currency pairs based on certain profit and loss thresholds.

The most downloaded free products:

17 new topics on forum:

and 14 more...

The most popular forum topics:

Most downloaded source codes this month

  • Buy Sell Close Manual trading EA for trading newbies [@Buy_Sell_Close] Manual trading EA for trading newbies, EA can be used in backtesting visual mode, EA can also be used in live trading. You can practice your own trading system in backtesting.
  • Examples from the book "Neural networks for algorithmic trading with MQL5" The book "Neural networks in algorithmic trading with MQL5" is a comprehensive guide, covering both the theoretical foundations of artificial intelligence and neural networks and practical aspects of their application in financial trading using the MQL5 programming language.
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.

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.

Bestsellers in the Market:

New publications in CodeBase

There are more than 11,300 codes published in Codebase

8 new signals now available for subscription:

BLUE BULL BEAR
221% 451 trades
Growth:221.43%
Equity:715.91USD
Balance:715.91USD
HFT1 by Alpha 2024
103% 1480 trades
Growth:102.97%
Equity:10,266.34USD
Balance:10,266.34USD
KongKim
101% 9777 trades
Growth:101.49%
Equity:10,040.70USD
Balance:10,070.18USD
and 5 more...
1...616263646566676869707172737475...610