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.

20 new topics on forum:

and 17 more...

7 new signals now available for subscription:

SlingShort AI
803% 786 trades
Growth:802.76%
Equity:1,347.03USD
Balance:1,347.03USD
SIGNAL NUMBER 1
696% 148 trades
Growth:695.65%
Equity:285.21USD
Balance:340.65USD
Little PercepTroBot FPM
492% 680 trades
Growth:491.77%
Equity:1,103.35USD
Balance:1,434.81USD
and 4 more...

Published article "Neural Networks in Trading: Transformer for the Point Cloud (Pointformer)".

Neural Networks in Trading: Transformer for the Point Cloud (Pointformer)

In this article, we will talk about algorithms for using attention methods in solving problems of detecting objects in a point cloud. Object detection in point clouds is important for many real-world applications.

Published article "Formulating Dynamic Multi-Pair EA (Part 2): Portfolio Diversification and Optimization".

Formulating Dynamic Multi-Pair EA (Part 2): Portfolio Diversification and Optimization

Portfolio Diversification and Optimization strategically spreads investments across multiple assets to minimize risk while selecting the ideal asset mix to maximize returns based on risk-adjusted performance metrics.

Published article "Feature Engineering With Python And MQL5 (Part IV): Candlestick Pattern Recognition With UMAP Regression".

Feature Engineering With Python And MQL5 (Part IV): Candlestick Pattern Recognition With UMAP Regression

Dimension reduction techniques are widely used to improve the performance of machine learning models. Let us discuss a relatively new technique known as Uniform Manifold Approximation and Projection (UMAP). This new technique has been developed to explicitly overcome the limitations of legacy methods that create artifacts and distortions in the data. UMAP is a powerful dimension reduction technique, and it helps us group similar candle sticks in a novel and effective way that reduces our error rates on out of sample data and improves our trading performance.

Published article "Manual Backtesting Made Easy: Building a Custom Toolkit for Strategy Tester in MQL5".

Manual Backtesting Made Easy: Building a Custom Toolkit for Strategy Tester in MQL5

In this article, we design a custom MQL5 toolkit for easy manual backtesting in the Strategy Tester. We explain its design and implementation, focusing on interactive trade controls. We then show how to use it to test strategies effectively

Published article "Mastering Log Records (Part 6): Saving logs to database".

Mastering Log Records (Part 6): Saving logs to database

This article explores the use of databases to store logs in a structured and scalable way. It covers fundamental concepts, essential operations, configuration and implementation of a database handler in MQL5. Finally, it validates the results and highlights the benefits of this approach for optimization and efficient monitoring.

The most downloaded free products:

Bestsellers in the Market:

10 new topics on forum:

and 7 more...

The most popular forum topics:

6 new signals now available for subscription:

Marafon
287% 548 trades
Growth:286.96%
Equity:2,901.47USD
Balance:3,448.37USD
Gorosei
184% 362 trades
Growth:183.71%
Equity:283.71USD
Balance:283.71USD
FAT MT4
120% 365 trades
Growth:119.80%
Equity:19,867.47EUR
Balance:19,932.82EUR
and 3 more...

New publications in CodeBase

  • ColorXMA_Ishimoku_StDev - indicator for MetaTrader 5 The XMA_Ishimoku indicator with additional trend strength indication using colored dots based on the standard deviation algorithm. The original code in the attached link had plotting problems.
  • Volume Oscillator A volume oscillator is a useful technical analysis indicator that predicts the strength or weakness of price trends
  • EquiPeak Drawdown Tracker EquiPeak Drawdown Tracker is an indicator designed to monitor and record the maximum drawdown of your trading account in real time. It's not just a current drawdown indicator; it's especially useful for visually comparing your current drawdown with the maximum historical drawdown you expect or have previously recorded.
  • Kuskus Starlight Kuskus Starlight is an oscillator that utilizes a Fisher price transformation to identify trends and potential reversals. The original MT4 code by Scriptor is available at: https://www.mql5.com/en/code/8365.
  • Candle Signature Candle Signature with Example | For Research and Development
  • ZigZag Fibo Original ZigZag MT4 with added automatic fibonacci

Published article "Developing a Replay System (Part 64): Playing the service (V)".

Developing a Replay System (Part 64): Playing the service (V)

In this article, we will look at how to fix two errors in the code. However, I will try to explain them in a way that will help you, beginner programmers, understand that things don't always go as you expect. Anyway, this is an opportunity to learn. The content presented here is intended solely for educational purposes. In no way should this application be considered as a final document with any purpose other than to explore the concepts presented.

Published article "Developing a multi-currency Expert Advisor (Part 18): Automating group selection considering forward period".

Developing a multi-currency Expert Advisor (Part 18): Automating group selection considering forward period

Let's continue to automate the steps we previously performed manually. This time we will return to the automation of the second stage, that is, the selection of the optimal group of single instances of trading strategies, supplementing it with the ability to take into account the results of instances in the forward period.

Published article "Developing a Replay System (Part 63): Playing the service (IV)".

Developing a Replay System (Part 63): Playing the service (IV)

In this article, we will finally solve the problems with the simulation of ticks on a one-minute bar so that they can coexist with real ticks. This will help us avoid problems in the future. The material presented here is for educational purposes only. Under no circumstances should the application be viewed for any purpose other than to learn and master the concepts presented.

Published article "Automating Trading Strategies in MQL5 (Part 14): Trade Layering Strategy with MACD-RSI Statistical Methods".

Automating Trading Strategies in MQL5 (Part 14): Trade Layering Strategy with MACD-RSI Statistical Methods

In this article, we introduce a trade layering strategy that combines MACD and RSI indicators with statistical methods to automate dynamic trading in MQL5. We explore the architecture of this cascading approach, detail its implementation through key code segments, and guide readers on backtesting to optimize performance. Finally, we conclude by highlighting the strategy’s potential and setting the stage for further enhancements in automated trading.

The most downloaded free products:

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:

4 new topics on forum:

and 1 more...

2 new signals now available for subscription:

Forex WinnerPRO
36% 1166 trades
Growth:35.60%
Equity:3,231.49EUR
Balance:3,231.49EUR
EA JPY Marti
31% 1128 trades
Growth:31.16%
Equity:591.22USD
Balance:564.55USD

The most downloaded free products:

Bestsellers in the Market:

There are more than 34,000 products available in Market

3 new topics on forum:

The most downloaded free products:

Bestsellers in the Market:

6 new topics on forum:

and 3 more...

More than 200 new charts published:

图表 XAUUSD, M30, 2025.04.10 03:16 UTC, MetaQuotes Ltd., MetaTrader 5, Demo
XAUUSD, M30
Grafik USDJPY, M15, 2025.04.10 15:37 UTC, Trading.Com Markets UK Limited, MetaTrader 5, Real
USDJPY, M15
Grafico XAUUSD, M5, 2025.04.08 02:24 UTC, MetaQuotes Ltd., MetaTrader 5, Demo
XAUUSD, M5

7 new signals now available for subscription:

XmMASTER
938% 858 trades
Growth:937.65%
Equity:10,209.27USD
Balance:10,210.74USD
MaiCapital_ANTS
666% 1156 trades
Growth:666.17%
Equity:34,418.81USD
Balance:32,721.73USD
BreakZone Robo
132% 272 trades
Growth:131.75%
Equity:97.13USD
Balance:97.13USD
and 4 more...
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

There are more than 11,580 codes published 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.

There are more than 149,800 topics available on forum

9 new topics on forum:

and 6 more...

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

9 new signals now available for subscription:

Happy Signal
36,588% 705 trades
Growth:36,588.08%
Equity:366,880.77USD
Balance:366,880.77USD
THPX3
3,298% 3069 trades
Growth:3,297.52%
Equity:9,527.71USD
Balance:9,527.71USD
THPX 5
734% 2256 trades
Growth:733.91%
Equity:5,762.24USD
Balance:5,762.24USD
and 6 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 33,950 products available in Market
1...585960616263646566676869707172...653