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

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.

More than 300 new charts published:

Chart XAUUSD, H4, 2025.09.22 12:08 UTC, Teletrade D.J. LLC, MetaTrader 5, Real
XAUUSD, H4
차트 XAUUSD.th, M1, 2025.09.23 01:45 UTC, Hantec Markets (V) Company Limited, MetaTrader 5, Real
XAUUSD.th, M1
Chart XAUUSD, M15, 2025.09.22 09:38 UTC, FTMO Global Markets Ltd, MetaTrader 4, Real
XAUUSD, M15
There are more than 37,140 products available in Market

Published article "Moving to MQL5 Algo Forge (Part 3): Using External Repositories in Your Own Projects".

Moving to MQL5 Algo Forge (Part 3): Using External Repositories in Your Own Projects

Let's explore how you can start integrating external code from any repository in the MQL5 Algo Forge storage into your own project. In this article, we finally turn to this promising, yet more complex, task: how to practically connect and use libraries from third-party repositories within MQL5 Algo Forge.

7 new topics on forum:

and 4 more...

New publications in CodeBase

  • Pinbar Detector This MQL5 indicator identifies Upward (Bullish) and Downward (Bearish) Pinbars, displayed with customizable arrows (lime for upward, red for downward). It allows fine-tuning of detection parameters like tail body ratio and protrusion. Pop-up and push notification alerts signal new pinbars. Ideal for traders seeking precise reversal pattern detection.
  • MA Cross Alert MT4 Indicator MA Cross Alert is a custom MT4 indicator that solves one key problem: MetaTrader’s built-in Moving Average shows the line but has no way to alert you when price crosses it.

3 new signals now available for subscription:

Ezden Rally
11% 133 trades
Growth:11.37%
Equity:443.25USD
Balance:443.25USD
G7Sniper
-13% 398 trades
Growth:-13.08%
Equity:570.73USD
Balance:564.30USD
Hendytrades4
-29% 459 trades
Growth:-29.32%
Equity:2,048.49USD
Balance:2,020.79USD

Published article "Overcoming The Limitation of Machine Learning (Part 4): Overcoming Irreducible Error Using Multiple Forecast Horizons".

Overcoming The Limitation of Machine Learning (Part 4): Overcoming Irreducible Error Using Multiple Forecast Horizons

Machine learning is often viewed through statistical or linear algebraic lenses, but this article emphasizes a geometric perspective of model predictions. It demonstrates that models do not truly approximate the target but rather map it onto a new coordinate system, creating an inherent misalignment that results in irreducible error. The article proposes that multi-step predictions, comparing the model’s forecasts across different horizons, offer a more effective approach than direct comparisons with the target. By applying this method to a trading model, the article demonstrates significant improvements in profitability and accuracy without changing the underlying model.

Published article "Automating The Market Sentiment Indicator".

Automating The Market Sentiment Indicator

In this article, we automate a custom market sentiment indicator that classifies market conditions into bullish, bearish, risk-on, risk-off, and neutral. The Expert Advisor delivers real-time insights into prevailing sentiment while streamlining the analysis process for current market trends or direction.

Published article "Building AI-Powered Trading Systems in MQL5 (Part 2): Developing a ChatGPT-Integrated Program with User Interface".

Building AI-Powered Trading Systems in MQL5 (Part 2): Developing a ChatGPT-Integrated Program with User Interface

In this article, we develop a ChatGPT-integrated program in MQL5 with a user interface, leveraging the JSON parsing framework from Part 1 to send prompts to OpenAI’s API and display responses on a MetaTrader 5 chart. We implement a dashboard with an input field, submit button, and response display, handling API communication and text wrapping for user interaction.

The most downloaded free products:

10 new topics on forum:

and 7 more...

Bestsellers in the Market:

6 new signals now available for subscription:

SolarFlare
338% 768 trades
Growth:337.57%
Equity:3,157.48USD
Balance:3,157.48USD
AGS Default Set High Risk H1
187% 273 trades
Growth:187.39%
Equity:41,958.69USD
Balance:41,958.69USD
Origin400
158% 2241 trades
Growth:157.77%
Equity:3,277.90USD
Balance:3,279.45USD
and 3 more...
There are more than 2,380 articles published on site

Published article "Developing Trading Strategies with the Parafrac and Parafrac V2 Oscillators: Single Entry Performance Insights".

Developing Trading Strategies with the Parafrac and Parafrac V2 Oscillators: Single Entry Performance Insights

This article introduces the ParaFrac Oscillator and its V2 model as trading tools. It outlines three trading strategies developed using these indicators. Each strategy was tested and optimized to identify their strengths and weaknesses. Comparative analysis highlighted the performance differences between the original and V2 models.

Published article "Developing a Volatility Based Breakout System".

Developing a Volatility Based Breakout System

Volatility based breakout system identifies market ranges, then trades when price breaks above or below those levels, filtered by volatility measures such as ATR. This approach helps capture strong directional moves.

Published article "Simplifying Databases in MQL5 (Part 2): Using metaprogramming to create entities".

Simplifying Databases in MQL5 (Part 2): Using metaprogramming to create entities

We explored the advanced use of #define for metaprogramming in MQL5, creating entities that represent tables and column metadata (type, primary key, auto-increment, nullability, etc.). We centralized these definitions in TickORM.mqh, automating the generation of metadata classes and paving the way for efficient data manipulation by the ORM, without having to write SQL manually.

Published article "Price Action Analysis Toolkit Development (Part 41): Building a Statistical Price-Level EA in MQL5".

Price Action Analysis Toolkit Development (Part 41): Building a Statistical Price-Level EA in MQL5

Statistics has always been at the heart of financial analysis. By definition, statistics is the discipline that collects, analyzes, interprets, and presents data in meaningful ways. Now imagine applying that same framework to candlesticks—compressing raw price action into measurable insights. How helpful would it be to know, for a specific period of time, the central tendency, spread, and distribution of market behavior? In this article, we introduce exactly that approach, showing how statistical methods can transform candlestick data into clear, actionable signals.

Published article "Neuro-symbolic systems in algorithmic trading: Combining symbolic rules and neural networks".

Neuro-symbolic systems in algorithmic trading: Combining symbolic rules and neural networks

The article describes the experience of developing a hybrid trading system that combines classical technical analysis with neural networks. The author provides a detailed analysis of the system architecture from basic pattern analysis and neural network structure to the mechanisms behind trading decisions, and shares real code and practical observations.

The most downloaded free products:

More than 200 new charts published:

Chart XAUUSD, H4, 2025.09.21 21:22 UTC, MetaQuotes Ltd., MetaTrader 5, Demo
XAUUSD, H4
Chart EURUSD, H1, 2025.09.19 04:39 UTC, BenchMark Finance AD, MetaTrader 4, Real
EURUSD, H1
Chart XAUUSD.th, H4, 2025.09.19 08:56 UTC, Hantec Markets (V) Company Limited, MetaTrader 5, Real
XAUUSD.th, H4

Bestsellers in the Market:

There are more than 37,080 products available in Market

Most downloaded source codes this week

  • The RSI Engine The RSI Engine EA is a highly versatile automated trading robot for MetaTrader 5, designed to execute trades based on signals from the popular Relative Strength Index (RSI) indicator. Version 2.1 features optimized signal processing and enhanced stability. The EA provides a flexible framework with multiple RSI-based strategies, confirmation filters, and comprehensive trade management settings, making it suitable for both novice and experienced traders.
  • ZIGZAG CALIBRATION TOOLS Allows you to easily visualize bullish and bearish periods confirmed by the zigzag indicator using vlines. You can control the display of the zigzag, choosing to start from the beginning of the chart or from a certain number of bars, as well as the display of labels showing the price of the peak or trough, the direction of the past period, and its amplitude in pips. Of course, it works on the main window as well as on sub-windows. WARNING!!! This is a valuable aid to understanding and calibrating indicators and developing strategies, but it is not intended for direct use. Translated with DeepL.com (free version)
  • Martingale Pulse EA Introducing MP by SPLpulse, a sophisticated and highly versatile Expert Advisor designed for the modern trader. Whether you are a scalper, a trend follower, or a reversal trader, MP by SPLpulse combines multiple trading strategies with an institutional-grade risk management suite to adapt to your unique trading style. Take control of your trading with unparalleled customization and powerful automation.

Most read articles this week

Elevate Your Trading With Smart Money Concepts (SMC): OB, BOS, and FVG

Elevate Your Trading With Smart Money Concepts (SMC): OB, BOS, and FVG

Elevate your trading with Smart Money Concepts (SMC) by combining Order Blocks (OB), Break of Structure (BOS), and Fair Value Gaps (FVG) into one powerful EA. Choose automatic strategy execution or focus on any individual SMC concept for flexible and precise trading.

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.

8 new topics on forum:

and 5 more...

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

There are more than 151,370 topics available on forum

3 new topics on forum:

2 new signals now available for subscription:

Willow Glen Capital Management LLC
36% 367 trades
Growth:35.51%
Equity:135,570.72USD
Balance:135,570.72USD
and 1 more...

The most downloaded free products:

There are more than 37,030 products available in Market

Bestsellers in the Market:

8 new topics on forum:

and 5 more...

New publications in CodeBase

2 new signals now available for subscription:

MAXPRO GOLD High Risk
2,223% 2371 trades
Growth:2,223.33%
Equity:1,532.70USD
Balance:1,532.70USD
Lunar Express Mission 11M
650% 3413 trades
Growth:649.64%
Equity:5,907.82USD
Balance:6,020.05USD

Published article "Functions for activating neurons during training: The key to fast convergence?".

Functions for activating neurons during training: The key to fast convergence?

This article presents a study of the interaction of different activation functions with optimization algorithms in the context of neural network training. Particular attention is paid to the comparison of the classical ADAM and its population version when working with a wide range of activation functions, including the oscillating ACON and Snake functions. Using a minimalistic MLP (1-1-1) architecture and a single training example, the influence of activation functions on the optimization is isolated from other factors. The article proposes an approach to manage network weights through the boundaries of activation functions and a weight reflection mechanism, which allows avoiding problems with saturation and stagnation in training.

Published article "From Novice to Expert: Animated News Headline Using MQL5 (XI)—Correlation in News Trading".

From Novice to Expert: Animated News Headline Using MQL5 (XI)—Correlation in News Trading

In this discussion, we will explore how the concept of Financial Correlation can be applied to improve decision-making efficiency when trading multiple symbols during major economic events announcement. The focus is on addressing the challenge of heightened risk exposure caused by increased volatility during news releases.

Published article "Building AI-Powered Trading Systems in MQL5 (Part 1): Implementing JSON Handling for AI APIs".

Building AI-Powered Trading Systems in MQL5 (Part 1): Implementing JSON Handling for AI APIs

In this article, we develop a JSON parsing framework in MQL5 to handle data exchange for AI API integration, focusing on a JSON class for processing JSON structures. We implement methods to serialize and deserialize JSON data, supporting various data types like strings, numbers, and objects, essential for communicating with AI services like ChatGPT, enabling future AI-driven trading systems by ensuring accurate data handling and manipulation.

Published article "Introduction to MQL5 (Part 21): Automating Harmonic Pattern Detection".

Introduction to MQL5 (Part 21): Automating Harmonic Pattern Detection

Learn how to detect and display the Gartley harmonic pattern in MetaTrader 5 using MQL5. This article explains each step of the process, from identifying swing points to applying Fibonacci ratios and plotting the full pattern on the chart for clear visual confirmation.

The most downloaded free products:

More than 300 new charts published:

Chart XAUUSD.th, M1, 2025.09.18 02:13 UTC, Hantec Markets (V) Company Limited, MetaTrader 5, Real
XAUUSD.th, M1
Chart EURUSD, M5, 2025.09.17 05:00 UTC, BenchMark Finance AD, MetaTrader 4, Real
EURUSD, M5
Chart GER40_SB, M1, 2025.09.18 08:03 UTC, Pepperstone Limited, MetaTrader 4, Real
GER40_SB, M1

Bestsellers in the Market:

9 new signals now available for subscription:

Real Passive
238% 229 trades
Growth:237.61%
Equity:5,195.76USD
Balance:9,526.32USD
Quantum Emperor
187% 1012 trades
Growth:186.72%
Equity:1,498.78USD
Balance:1,498.78USD
Bonus 2026
161% 115 trades
Growth:161.22%
Equity:1,108.43USD
Balance:1,401.23USD
and 6 more...

7 new topics on forum:

and 4 more...

Published article "Pipelines in MQL5".

Pipelines in MQL5

In this piece, we look at a key data preparation step for machine learning that is gaining rapid significance. Data Preprocessing Pipelines. These in essence are a streamlined sequence of data transformation steps that prepare raw data before it is fed to a model. As uninteresting as this may initially seem to the uninducted, this ‘data standardization’ not only saves on training time and execution costs, but it goes a long way in ensuring better generalization. In this article we are focusing on some SCIKIT-LEARN preprocessing functions, and while we are not exploiting the MQL5 Wizard, we will return to it in coming articles.

Published article "Developing A Custom Account Performance Matrix Indicator".

Developing A Custom Account Performance Matrix Indicator

This indicator acts as a discipline enforcer by tracking account equity, profit/loss, and drawdown in real-time while displaying a performance dashboard. It can help traders stay consistent, avoid overtrading, and comply with prop-firm challenge rules.

1...636465666768697071727374757677...682