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.

The most downloaded free products:

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...
There are more than 28,560 products available in Market

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:

Bestsellers in the Market:

There are more than 144,950 topics available on forum

21 new topics on forum:

and 18 more...

More than 100 new charts published:

Chart Boom 300 Index, M1, 2024.04.10 07:27 UTC, Deriv.com Limited, MetaTrader 5, Demo
Boom 300 Index, M1
Gráfico EURCHF, H1, 2024.04.15 20:22 UTC, OANDA DIVISION1, MetaTrader 4, Demo
EURCHF, H1
Chart EURUSD, H1, 4/11/2024 6:43 AM UTC, BenchMark Finance AD, MetaTrader 4, Real
EURUSD, H1

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:

Jitty Portfolio
114% 581 trades
Growth:113.63%
Equity:85,187.69HKD
Balance:85,187.69HKD

1 new signal now available for subscription:

XP
-7% 1243 trades
Growth:-6.59%
Equity:12,193.41BRL
Balance:12,193.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...
There are more than 28,510 products available in Market

New publications in CodeBase

The most downloaded free products:

Bestsellers in the Market:

There are more than 144,890 topics available on forum

29 new topics on forum:

and 26 more...

The most popular forum topics:

3 new signals now available for subscription:

Hoya VIP
372% 569 trades
Growth:371.80%
Equity:171.92USD
Balance:171.92USD
LiyanxiongGrid
219% 5745 trades
Growth:218.66%
Equity:40,683.52USD
Balance:43,085.43USD
Tokyo23Q
140% 189 trades
Growth:139.62%
Equity:47,559.00JPY
Balance:47,923.00JPY

The most downloaded free products:

20 new topics on forum:

and 17 more...

Bestsellers in the Market:

5 new signals now available for subscription:

NKT
53% 653 trades
Growth:52.59%
Equity:2,358.92USD
Balance:2,364.25USD
EX0930
35% 728 trades
Growth:34.93%
Equity:1,928.72USD
Balance:1,928.72USD
ADC
12% 226 trades
Growth:12.48%
Equity:385.10USD
Balance:385.10USD
and 2 more...

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,290 codes published in Codebase
1...626364656667686970717273747576...609