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 downloaded source codes this week

  • Angle and Speed The indicator shows the angle or average speed of price change.
  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
  • Uniformity Factor Indicator This is a simple analytical (non-signal, one-time calculated) indicator that allows you to test the hypothesis that price timeseries represent a "random walk", specifically Gaussian "random walk". This can help to construct a parametric transformation of price increments into evenly distributed, more stable and predictable time series, at least in terms of volatility.

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.

Bestsellers in the Market:

8 new signals now available for subscription:

Trend Harmony
74% 537 trades
Growth:74.31%
Equity:837.14USD
Balance:876.21USD
Aurum Scalper Alpha
72% 78 trades
Growth:71.86%
Equity:23.31USD
Balance:23.31USD
MrSsSignal
69% 350 trades
Growth:69.18%
Equity:832.83USD
Balance:847.61USD
and 5 more...

4 new topics on forum:

and 1 more...

The most downloaded free products:

4 new signals now available for subscription:

T43449
270% 898 trades
Growth:270.38%
Equity:34,020.14USD
Balance:34,020.14USD
Forex WinnerPRO
26% 885 trades
Growth:25.75%
Equity:2,993.57EUR
Balance:2,993.57EUR
Siantarman77
9% 539 trades
Growth:8.52%
Equity:3,309.33USD
Balance:3,343.48USD
and 1 more...

Bestsellers in the Market:

3 new topics on forum:

The most downloaded free products:

Bestsellers in the Market:

24 new signals now available for subscription:

Ari Tickmill
370% 1330 trades
Growth:369.91%
Equity:3,389.41USD
Balance:21,124.36USD
Jake Vantage HKer2
331% 324 trades
Growth:331.11%
Equity:1,378.64USD
Balance:1,545.22USD
Global Fund
262% 919 trades
Growth:261.58%
Equity:1,047.06USD
Balance:1,047.06USD
and 21 more...

6 new topics on forum:

and 3 more...

The most popular forum topics:

There are more than 2,080 articles published on site

Published article "Neural Networks in Trading: Hierarchical Feature Learning for Point Clouds".

Neural Networks in Trading: Hierarchical Feature Learning for Point Clouds

We continue to study algorithms for extracting features from a point cloud. In this article, we will get acquainted with the mechanisms for increasing the efficiency of the PointNet method.

New publications in CodeBase

Published article "Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (V): AnalyticsPanel Class".

Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (V): AnalyticsPanel Class

In this discussion, we explore how to retrieve real-time market data and trading account information, perform various calculations, and display the results on a custom panel. To achieve this, we will dive deeper into developing an AnalyticsPanel class that encapsulates all these features, including panel creation. This effort is part of our ongoing expansion of the New Admin Panel EA, introducing advanced functionalities using modular design principles and best practices for code organization.

Published article "Introduction to MQL5 (Part 15): A Beginner's Guide to Building Custom Indicators (IV)".

Introduction to MQL5 (Part 15): A Beginner's Guide to Building Custom Indicators (IV)

In this article, you'll learn how to build a price action indicator in MQL5, focusing on key points like low (L), high (H), higher low (HL), higher high (HH), lower low (LL), and lower high (LH) for analyzing trends. You'll also explore how to identify the premium and discount zones, mark the 50% retracement level, and use the risk-reward ratio to calculate profit targets. The article also covers determining entry points, stop loss (SL), and take profit (TP) levels based on the trend structure.

Published article "Developing a Trading System Based on the Order Book (Part I): Indicator".

Developing a Trading System Based on the Order Book (Part I): Indicator

Depth of Market is undoubtedly a very important element for executing fast trades, especially in High Frequency Trading (HFT) algorithms. In this series of articles, we will look at this type of trading events that can be obtained through a broker on many tradable symbols. We will start with an indicator, where you can customize the color palette, position and size of the histogram displayed directly on the chart. We will also look at how to generate BookEvent events to test the indicator under certain conditions. Other possible topics for future articles include how to store price distribution data and how to use it in a strategy tester.

Published article "Statistical Arbitrage Through Mean Reversion in Pairs Trading: Beating the Market by Math".

Statistical Arbitrage Through Mean Reversion in Pairs Trading: Beating the Market by Math

This article describes the fundamentals of portfolio-level statistical arbitrage. Its goal is to facilitate the understanding of the principles of statistical arbitrage to readers without deep math knowledge and propose a starting point conceptual framework. The article includes a working Expert Advisor, some notes about its one-year backtest, and the respective backtest configuration settings (.ini file) for the reproduction of the experiment.

9 new topics on forum:

and 6 more...

The most downloaded free products:

More than 100 new charts published:

Chart EURUSD, H1, 2025.04.05 05:36 UTC, InstaForex, MetaTrader 4, Real
EURUSD, H1
Graphique XAUUSD, W1, 2025.04.06 10:04 UTC, RoboForex Ltd, MetaTrader 5, Demo
XAUUSD, W1
Chart US Tech 100, W1, 2025.04.05 10:54 UTC, Deriv (SVG) LLC, MetaTrader 5, Real
US Tech 100, W1
There are more than 35,660 products available in Market

Bestsellers in the Market:

31 new signals now available for subscription:

Happy Signal
26,465% 615 trades
Growth:26,465.37%
Equity:265,653.69USD
Balance:265,653.69USD
SniperX jimmy
449% 2273 trades
Growth:449.31%
Equity:79.30USD
Balance:79.30USD
THPX3
359% 1868 trades
Growth:359.04%
Equity:10,318.99USD
Balance:10,226.29USD
and 28 more...

Published article "From Basic to Intermediate: The Include Directive".

From Basic to Intermediate: The Include Directive

In today's article, we will discuss a compilation directive that is widely used in various codes that can be found in MQL5. Although this directive will be explained rather superficially here, it is important that you begin to understand how to use it, as it will soon become indispensable as you move to higher levels of programming. The content presented here is intended solely for educational purposes. Under no circumstances should the application be viewed for any purpose other than to learn and master the concepts presented.

Published article "Atmosphere Clouds Model Optimization (ACMO): Theory".

Atmosphere Clouds Model Optimization (ACMO): Theory

The article is devoted to the metaheuristic Atmosphere Clouds Model Optimization (ACMO) algorithm, which simulates the behavior of clouds to solve optimization problems. The algorithm uses the principles of cloud generation, movement and propagation, adapting to the "weather conditions" in the solution space. The article reveals how the algorithm's meteorological simulation finds optimal solutions in a complex possibility space and describes in detail the stages of ACMO operation, including "sky" preparation, cloud birth, cloud movement, and rain concentration.

New publications in CodeBase

  • Chande Kroll Stop Chande Kroll Stop indicator - stop levels for short and long positions.
  • PriceChanges changing character prices on an interval
  • Second Bars The indicator draws an arbitrary second timeframe on the chart.
  • Uniformity Factor Indicator This is a simple analytical (non-signal, one-time calculated) indicator that allows you to test the hypothesis that price timeseries represent a "random walk", specifically Gaussian "random walk". This can help to construct a parametric transformation of price increments into evenly distributed, more stable and predictable time series, at least in terms of volatility.
There are more than 11,590 codes published in Codebase

The most downloaded free products:

Bestsellers in the Market:

10 new signals now available for subscription:

Mu mix
97% 290 trades
Growth:97.08%
Equity:394.16USD
Balance:394.16USD
Under the dome
65% 162 trades
Growth:64.83%
Equity:10,329.28GBP
Balance:10,650.18GBP
Apro2
48% 109 trades
Growth:48.49%
Equity:10,548.67USD
Balance:11,367.47USD
and 7 more...
There are more than 149,890 topics available on forum

7 new topics on forum:

and 4 more...

Published article "Neural Networks in Trading: Point Cloud Analysis (PointNet)".

Neural Networks in Trading: Point Cloud Analysis (PointNet)

Direct point cloud analysis avoids unnecessary data growth and improves the performance of models in classification and segmentation tasks. Such approaches demonstrate high performance and robustness to perturbations in the original data.

Published article "Quantitative approach to risk management: Applying VaR model to optimize multi-currency portfolio using Python and MetaTrader 5".

Quantitative approach to risk management: Applying VaR model to optimize multi-currency portfolio using Python and MetaTrader 5

This article explores the potential of the Value at Risk (VaR) model for multi-currency portfolio optimization. Using the power of Python and the functionality of MetaTrader 5, we demonstrate how to implement VaR analysis for efficient capital allocation and position management. From theoretical foundations to practical implementation, the article covers all aspects of applying one of the most robust risk calculation systems – VaR – in algorithmic trading.

Published article "Price Action Analysis Toolkit Development (Part 19): ZigZag Analyzer".

Price Action Analysis Toolkit Development (Part 19): ZigZag Analyzer

Every price action trader manually uses trendlines to confirm trends and spot potential turning or continuation levels. In this series on developing a price action analysis toolkit, we introduce a tool focused on drawing slanted trendlines for easy market analysis. This tool simplifies the process for traders by clearly outlining key trends and levels essential for effective price action evaluation.

The most downloaded free products:

12 new topics on forum:

and 9 more...

Most downloaded source codes this month

  • MQL5 Programming for Traders – Source Codes from the Book. Part 1 The first chapter of the book introduces the MQL5 language and development environment. One of the new features introduced in the MQL5 language compared to MQL4 (MetaTrader 4 language) is support for object-oriented programming (OOP), which makes it similar to C++.
  • Fibonacci ZigZag Zig Zag indicator that relies only on a minimum % of retracement to each previous wave , and optionally , being bigger than a specific size measured in atr units.
  • MQL5 Programming for Traders – Source Codes from the Book. Part 7 The final seventh part of the book discusses the advanced capabilities of the MQL5 API, which will be useful when developing programs for MetaTrader 5. These include custom financial symbols, built-in economic calendar events, and general-purpose technologies such as networking, databases, and cryptography.

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.

11 new signals now available for subscription:

ATC DTS
82% 352 trades
Growth:82.22%
Equity:274.75USD
Balance:274.75USD
BOT LOW CAPITAL TAKE STOP
49% 303 trades
Growth:49.37%
Equity:506.93USD
Balance:506.93USD
FortuneStone
48% 2547 trades
Growth:48.48%
Equity:7,295.99AUD
Balance:6,872.99AUD
and 8 more...
There are more than 35,600 products available in Market

Bestsellers in the Market:

Published article "Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (IV): Trade Management Panel class".

Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (IV): Trade Management Panel class

This discussion covers the updated TradeManagementPanel in our New_Admin_Panel EA. The update enhances the panel by using built-in classes to offer a user-friendly trade management interface. It includes trading buttons for opening positions and controls for managing existing trades and pending orders. A key feature is the integrated risk management that allows setting stop loss and take profit values directly in the interface. This update improves code organization for large programs and simplifies access to order management tools, which are often complex in the terminal.

Published article "Neural Networks in Trading: Hierarchical Vector Transformer (Final Part)".

Neural Networks in Trading: Hierarchical Vector Transformer (Final Part)

We continue studying the Hierarchical Vector Transformer method. In this article, we will complete the construction of the model. We will also train and test it on real historical data.

The most popular forum topics:

The most downloaded free products:

1...242526272829303132333435363738...623