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:

6 new topics on forum:

and 3 more...

Bestsellers in the Market:

The most downloaded free products:

9 new signals now available for subscription:

BAROKAH EA
286% 206 trades
Growth:285.99%
Equity:5,771.62USD
Balance:5,771.62USD
US30
241% 933 trades
Growth:241.02%
Equity:2,040.85USD
Balance:2,040.85USD
ZenMetal Strategy
154% 634 trades
Growth:153.78%
Equity:1,105.75USD
Balance:1,105.75USD
and 6 more...
There are more than 150,790 topics available on forum

11 new topics on forum:

and 8 more...

Published article "Non-linear regression models on the stock exchange".

Non-linear regression models on the stock exchange

Non-linear regression models on the stock exchange: Is it possible to predict financial markets? Let's consider creating a model for forecasting prices for EURUSD, and make two robots based on it - in Python and MQL5.

Published article "From Basic to Intermediate: Union (II)".

From Basic to Intermediate: Union (II)

Today we have a very funny and quite interesting article. We will look at Union and will try to solve the problem discussed earlier. We'll also explore some unusual situations that can arise when using union in applications. The materials presented here are intended for didactic purposes only. Under no circumstances should the application be viewed for any purpose other than to learn and master the concepts presented.

Published article "From Novice to Expert: Animated News Headline Using MQL5 (V)—Event Reminder System".

From Novice to Expert: Animated News Headline Using MQL5 (V)—Event Reminder System

In this discussion, we’ll explore additional advancements as we integrate refined event‑alerting logic for the economic calendar events displayed by the News Headline EA. This enhancement is critical—it ensures users receive timely notifications a short time before key upcoming events. Join this discussion to discover more.

Published article "Introduction to MQL5 (Part 18): Introduction to Wolfe Wave Pattern".

Introduction to MQL5 (Part 18): Introduction to Wolfe Wave Pattern

This article explains the Wolfe Wave pattern in detail, covering both the bearish and bullish variations. It also breaks down the step-by-step logic used to identify valid buy and sell setups based on this advanced chart pattern.

The most downloaded free products:

Bestsellers in the Market:

There are more than 36,460 products available in Market

9 new topics on forum:

and 6 more...

5 new signals now available for subscription:

Misubi Bot 5 EG_GOLD
125% 1356 trades
Growth:125.30%
Equity:592.81USD
Balance:746.04USD
Enchant Gold VIP
105% 484 trades
Growth:105.47%
Equity:17,170.83USD
Balance:17,148.81USD
GemNanpin Tsumitate JPY
71% 308 trades
Growth:71.46%
Equity:257,759.00JPY
Balance:257,183.00JPY
and 2 more...

New publications in CodeBase

  • Candle Replay Magnifier Candle Replay Magnifier visually replays historical candles over the current chart area for comparative analysis. This indicator overlays past price bars from a selected date onto the live chart, allowing traders to study candle patterns, volatility, and structure in real time. Includes dynamic range highlighting and detailed tooltips showing open, high, low, close, range, direction, time, and volume for each replay candle.
  • Check And Delete Chart Object Script Script
  • Pending tread EA (Best for Gold) The Pending_tread EA is a versatile and easy-to-use trading robot designed to automate the placement and management of multiple pending orders arranged in a grid pattern above and below the current market price. This EA is well-suited for scalping strategies and can operate on any timeframe or currency pair, making it highly flexible for various trading styles.
There are more than 2,240 articles published on site

Published article "Self Optimizing Expert Advisors in MQL5 (Part 8): Multiple Strategy Analysis (3) — Weighted Voting Policy".

Self Optimizing Expert Advisors in MQL5 (Part 8): Multiple Strategy Analysis (3) — Weighted Voting Policy

This article explores how determining the optimal number of strategies in an ensemble can be a complex task that is easier to solve through the use of the MetaTrader 5 genetic optimizer. The MQL5 Cloud is also employed as a key resource for accelerating backtesting and optimization. All in all, our discussion here sets the stage for developing statistical models to evaluate and improve trading strategies based on our initial ensemble results.

Published article "Singular Spectrum Analysis in MQL5".

Singular Spectrum Analysis in MQL5

This article is meant as a guide for those unfamiliar with the concept of Singular Spectrum Analysis and who wish to gain enough understanding to be able to apply the built-in tools available in MQL5.

Published article "Master MQL5 from Beginner to Pro (Part VI): Basics of Developing Expert Advisors".

Master MQL5 from Beginner to Pro (Part VI): Basics of Developing Expert Advisors

This article continues the series for beginners. Here we will discuss the basic principles of developing Expert Advisors (EAs). We will create two EAs: the first one will trade without indicators, using pending orders, and the second one will be based on the standard MA indicator, opening deals at the current price. Here I assume that you are no longer a complete beginner and have a relatively good command of the material from the previous articles.

Published article "MQL5 Wizard Techniques you should know (Part 74): Using Patterns of Ichimoku and the ADX-Wilder with Supervised Learning".

MQL5 Wizard Techniques you should know (Part 74):  Using Patterns of Ichimoku and the ADX-Wilder with Supervised Learning

We follow up on our last article, where we introduced the indicator pair of the Ichimoku and the ADX, by looking at how this duo could be improved with Supervised Learning. Ichimoku and ADX are a support/resistance plus trend complimentary pairing. Our supervised learning approach uses a neural network that engages the Deep Spectral Mixture Kernel to fine tune the forecasts of this indicator pairing. As per usual, this is done in a custom signal class file that works with the MQL5 wizard to assemble an Expert Advisor.

The most downloaded free products:

The most popular forum topics:

Bestsellers in the Market:

15 new topics on forum:

and 12 more...

7 new signals now available for subscription:

Mahanfxir2025
706% 917 trades
Growth:706.05%
Equity:403,023.20USD
Balance:403,023.20USD
Robo 6P 7098
299% 3694 trades
Growth:298.56%
Equity:2,443.88USD
Balance:2,437.58USD
Auto Assist BB by TF ID
146% 472 trades
Growth:146.34%
Equity:23,193.03USD
Balance:23,143.79USD
and 4 more...

Published article "Developing a Replay System (Part 74): New Chart Trade (I)".

Developing a Replay System (Part 74): New Chart Trade (I)

In this article, we will modify the last code shown in this series about Chart Trade. These changes are necessary to adapt the code to the current replay/simulation system model. 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 "Graph Theory: Dijkstra's Algorithm Applied in Trading".

Graph Theory: Dijkstra's Algorithm Applied in Trading

Dijkstra's algorithm, a classic shortest-path solution in graph theory, can optimize trading strategies by modeling market networks. Traders can use it to find the most efficient routes in the candlestick chart data.

Published article "Automating Trading Strategies in MQL5 (Part 23): Zone Recovery with Trailing and Basket Logic".

Automating Trading Strategies in MQL5 (Part 23): Zone Recovery with Trailing and Basket Logic

In this article, we enhance our Zone Recovery System by introducing trailing stops and multi-basket trading capabilities. We explore how the improved architecture uses dynamic trailing stops to lock in profits and a basket management system to handle multiple trade signals efficiently. Through implementation and backtesting, we demonstrate a more robust trading system tailored for adaptive market performance.

The most downloaded free products:

More than 200 new charts published:

图表 USDCHF, M30, 2025.07.07 13:23 UTC, RoboForex Ltd, MetaTrader 5, Demo
USDCHF, M30
图表 GBPUSD, H1, 2025.07.08 15:20 UTC, RoboForex Ltd, MetaTrader 5, Demo
GBPUSD, H1
图表 EURUSD, H1, 2025.07.06 09:54 UTC, Raw Trading Ltd, MetaTrader 5, Real
EURUSD, H1

Most downloaded source codes this month

  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
  • Triangular Arbitrage This Expert Advisor (EA) implements a triangular arbitrage strategy between three currency pairs: EURUSD, USDJPY and EURJPY
  • RRS Impulse This EA scalps using the Relative Strength Index (RSI) Indicator, Stochastic Oscillator Indicator, and Bollinger Bands Indicator to identify trend or counter-trend opportunities. As a multi-pair EA, it scans multiple currency pairs for signals. This EA comes with a variety of features, including Trailing, Risk Management, Money Management, Restriction Mode, and more. With the right settings, it has the potential to generate significant profits.

Most read articles this month

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.

There are more than 36,390 products available in Market

Bestsellers in the Market:

4 new signals now available for subscription:

Copy Signal TF
104% 855 trades
Growth:103.64%
Equity:17,456.67USD
Balance:17,061.42USD
Cobra CCY Part 1
82% 2105 trades
Growth:81.56%
Equity:9,436.84USD
Balance:12,409.45USD
NO 12 Vantage Index 2430
43% 827 trades
Growth:42.88%
Equity:8,201.21USD
Balance:8,292.31USD
and 1 more...

Published article "Neural Networks in Trading: Hyperbolic Latent Diffusion Model (Final Part)".

Neural Networks in Trading: Hyperbolic Latent Diffusion Model (Final Part)

The use of anisotropic diffusion processes for encoding the initial data in a hyperbolic latent space, as proposed in the HypDIff framework, assists in preserving the topological features of the current market situation and improves the quality of its analysis. In the previous article, we started implementing the proposed approaches using MQL5. Today we will continue the work we started and will bring it to its logical conclusion.

12 new topics on forum:

and 9 more...

Published article "Arithmetic Optimization Algorithm (AOA): From AOA to SOA (Simple Optimization Algorithm)".

Arithmetic Optimization Algorithm (AOA): From AOA to SOA (Simple Optimization Algorithm)

In this article, we present the Arithmetic Optimization Algorithm (AOA) based on simple arithmetic operations: addition, subtraction, multiplication and division. These basic mathematical operations serve as the foundation for finding optimal solutions to various problems.

Published article "Formulating Dynamic Multi-Pair EA (Part 3): Mean Reversion and Momentum Strategies".

Formulating Dynamic Multi-Pair EA (Part 3): Mean Reversion and Momentum Strategies

In this article, we will explore the third part of our journey in formulating a Dynamic Multi-Pair Expert Advisor (EA), focusing specifically on integrating Mean Reversion and Momentum trading strategies. We will break down how to detect and act on price deviations from the mean (Z-score), and how to measure momentum across multiple forex pairs to determine trade direction.

Published article "From Basic to Intermediate: Union (I)".

From Basic to Intermediate: Union (I)

In this article we will look at what a union is. Here, through experiments, we will analyze the first constructions in which union can be used. However, what will be shown here is only a core part of a set of concepts and information that will be covered in subsequent articles. 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 "Neural Networks in Trading: Hyperbolic Latent Diffusion Model (HypDiff)".

Neural Networks in Trading: Hyperbolic Latent Diffusion Model (HypDiff)

The article considers methods of encoding initial data in hyperbolic latent space through anisotropic diffusion processes. This helps to more accurately preserve the topological characteristics of the current market situation and improves the quality of its analysis.

The most downloaded free products:

Bestsellers in the Market:

There are more than 150,730 topics available on forum

9 new topics on forum:

and 6 more...

6 new signals now available for subscription:

Follower02
227% 7485 trades
Growth:226.65%
Equity:7,587.83USD
Balance:7,345.11USD
Algorithms
79% 245 trades
Growth:78.93%
Equity:1,699.95EUR
Balance:1,699.95EUR
Gold Digger EA
42% 302 trades
Growth:42.27%
Equity:2,359.09USD
Balance:2,359.09USD
and 3 more...

New publications in CodeBase

  • GARCH Indicator - Industrial Level Volatility Estimator Volatility indicator with a threshold line based on the Generalized AutoRegressive Conditional Heteroskedasticiticy (GARCH) statistical model used for time series analysis and forecasting.
  • AutoTrendLines Indicator for MQL5 Automatically draws support/resistance trendlines using 2 pivot detection algorithms. Features real-time breakout detection, auto-adjustment after breaks, historical line display, and comprehensive alerts. Note: This code is developed based on the original work by Rone (Copyright 2012), optimized in 2025.
  • Auto Tp Set Auto TP and SL: The “Set Auto TP and SL” (Take Profit and Stop Loss) feature is a crucial tool in any trading strategy, designed to automate risk and reward management. It allows traders to define fixed price levels where a trade should be automatically closed to either secure profits (TP) or limit losses (SL), removing the need for constant manual monitoring. When this feature is enabled, each position you open will automatically include a predefined Take Profit and Stop Loss level based on your custom parameters, such as a specific number of pips, percentage of balance, or technical levels. This not only saves time but also ensures that your trades are protected from sudden market movements and emotional decision-making.
There are more than 11,690 codes published in Codebase
1...373839404142434445464748495051...646