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.

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.

Published article "The Parafrac V2 Oscillator: Integrating Parabolic SAR with Average True Range".

The Parafrac V2 Oscillator: Integrating Parabolic SAR with Average True Range

The Parafrac V2 Oscillator is an advanced technical analysis tool that integrates the Parabolic SAR with the Average True Range (ATR) to overcome limitations of its predecessor, which relied on fractals and was prone to signal spikes overshadowing previous and current signals. By leveraging ATR’s volatility measure, the version 2 offers a smoother, more reliable method for detecting trends, reversals, and divergences, helping traders reduce chart congestion and analysis paralysis.

The most downloaded free products:

There are more than 36,970 products available in Market

Bestsellers in the Market:

The most popular forum topics:

4 new signals now available for subscription:

Avalut Gold X1
133% 311 trades
Growth:132.81%
Equity:2,328.09EUR
Balance:2,328.09EUR
Lazy Goose
121% 290 trades
Growth:120.53%
Equity:1,459.79USD
Balance:1,604.52USD
Spotter myFXprovider
25% 2196 trades
Growth:25.17%
Equity:5,850.30EUR
Balance:6,254.47EUR
and 1 more...

3 new topics on forum:

Published article "From Novice to Expert: Implementation of Fibonacci Strategies in Post-NFP Market Trading".

From Novice to Expert: Implementation of Fibonacci Strategies in Post-NFP Market Trading

In financial markets, the laws of retracement remain among the most undeniable forces. It is a rule of thumb that price will always retrace—whether in large moves or even within the smallest tick patterns, which often appear as a zigzag. However, the retracement pattern itself is never fixed; it remains uncertain and subject to anticipation. This uncertainty explains why traders rely on multiple Fibonacci levels, each carrying a certain probability of influence. In this discussion, we introduce a refined strategy that applies Fibonacci techniques to address the challenges of trading shortly after major economic event announcements. By combining retracement principles with event-driven market behavior, we aim to uncover more reliable entry and exit opportunities. Join to explore the full discussion and see how Fibonacci can be adapted to post-event trading.

Published article "Price Action Analysis Toolkit Development (Part 40): Market DNA Passport".

Price Action Analysis Toolkit Development (Part 40): Market DNA Passport

This article explores the unique identity of each currency pair through the lens of its historical price action. Inspired by the concept of genetic DNA, which encodes the distinct blueprint of every living being, we apply a similar framework to the markets, treating price action as the “DNA” of each pair. By breaking down structural behaviors such as volatility, swings, retracements, spikes, and session characteristics, the tool reveals the underlying profile that distinguishes one pair from another. This approach provides more profound insight into market behavior and equips traders with a structured way to align strategies with the natural tendencies of each instrument.

Published article "Quantum computing and trading: A fresh approach to price forecasts".

Quantum computing and trading: A fresh approach to price forecasts

The article describes an innovative approach to forecasting price movements in financial markets using quantum computing. The main focus is on the application of the Quantum Phase Estimation (QPE) algorithm to find prototypes of price patterns allowing traders to significantly speed up the market data analysis.

The most downloaded free products:

Bestsellers in the Market:

More than 400 new charts published:

Grafico US100, M1, 2025.09.16 13:14 UTC, Hantec Markets Holdings Limited, MetaTrader 5, Real
US100, M1
Gráfico BTCUSD, M15, 2025.09.15 10:30 UTC, Capital Point Trading Ltd, MetaTrader 5, Demo
BTCUSD, M15
Gráfico AEDCNY_OTC, M1, 2025.09.16 15:37 UTC, Po Trade Ltd., MetaTrader 5, Demo
AEDCNY_OTC, M1

Most downloaded source codes this month

  • Outbreak Trader 1.0 Breakout Trader 1.0 trades breakouts from the range.
  • Seven strategies in One expert Name of expert is 'MultiStrategyEA'
  • SuperTrend_Enhanced The SuperTrend Indicator is a dynamic trend-following tool based on ATR. It plots a colored line above or below price to indicate bullish or bearish conditions. When the price crosses the line, a signal arrow appears. Fully customizable with ATR period, multiplier, arrows, labels, and colors. Suitable for all instruments and timeframes. Ideal for scalping, swing, and intraday trading. Combine it with other indicators for stronger setups.

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.

6 new topics on forum:

and 3 more...
1...636465666768697071727374757677...682