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:

Bestsellers in the Market:

There are more than 39,350 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

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.

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.

3 new signals now available for subscription:

AFSID Pro Global Investment 1
1,100% 41764 trades
Growth:1,099.92%
Equity:134,443.94USD
Balance:134,443.94USD
Origin400
70% 930 trades
Growth:69.83%
Equity:1,433.69USD
Balance:2,137.16USD
Algo bot
22% 240 trades
Growth:21.55%
Equity:2,200.32EUR
Balance:2,200.32EUR

8 new topics on forum:

and 5 more...

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

6 new signals now available for subscription:

XAUUSDFFF2
160% 273 trades
Growth:160.40%
Equity:12,659.63USD
Balance:12,659.63USD
XAUUSDFFF1
39% 366 trades
Growth:38.97%
Equity:865.99USD
Balance:865.99USD
Willow Glen Capital Management LLC
30% 228 trades
Growth:29.69%
Equity:129,687.55USD
Balance:129,687.55USD
and 3 more...
There are more than 151,410 topics available on forum

3 new topics on forum:

The most downloaded free products:

More than 400 new charts published:

チャート XAUUSD.th, M1, 2025.09.18 02:13 UTC, Hantec Markets (V) Company Limited, MetaTrader 5, Real
XAUUSD.th, M1
Chart GER40_SB, M1, 2025.09.18 08:03 UTC, Pepperstone Limited, MetaTrader 4, Real
GER40_SB, M1
图表 EURUSD, H1, 2025.09.19 04:39 UTC, BenchMark Finance AD, MetaTrader 4, Real
EURUSD, H1
There are more than 39,270 products available in Market

10 new signals now available for subscription:

TULIP
953% 753 trades
Growth:953.18%
Equity:1,558.33USD
Balance:1,781.57USD
MAXPRO GOLD High Risk
810% 970 trades
Growth:810.43%
Equity:703.61USD
Balance:703.61USD
Lunar Express Mission 11M
390% 899 trades
Growth:389.62%
Equity:3,741.76USD
Balance:3,931.05USD
and 7 more...

Bestsellers in the Market:

8 new topics on forum:

and 5 more...

New publications in CodeBase

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:

Bestsellers in the Market:

17 new signals now available for subscription:

Scalp XAUUSD
640% 2553 trades
Growth:640.44%
Equity:1,003.00USD
Balance:1,003.00USD
Jekirman
117% 309 trades
Growth:117.13%
Equity:15,657.59USD
Balance:15,657.59USD
Quantum Emperor
104% 372 trades
Growth:103.64%
Equity:1,170.01USD
Balance:1,170.01USD
and 14 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 Performace Matrix Indicator".

Developing A Custom Account Performace 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:

More than 400 new charts published:

图表 EURUSD, M5, 2025.09.17 05:00 UTC, BenchMark Finance AD, MetaTrader 4, Real
EURUSD, M5
チャート US100, M1, 2025.09.16 13:14 UTC, Hantec Markets Holdings Limited, MetaTrader 5, Real
US100, M1
График XAUUSD#, D1, 2025.09.17 18:08 UTC, Quo Markets LLC, MetaTrader 5, Real
XAUUSD#, D1
There are more than 39,210 products available in Market

Bestsellers in the Market:

11 new signals now available for subscription:

GOLDEN BUCKET
350% 504 trades
Growth:350.35%
Equity:255.10USD
Balance:255.10USD
Gold Insider
179% 204 trades
Growth:179.49%
Equity:3,366.75USD
Balance:3,366.75USD
BT BUULS XPRO PG 2
122% 761 trades
Growth:121.82%
Equity:5,184.63CAD
Balance:5,184.63CAD
and 8 more...

The most popular forum topics:

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:

Most downloaded source codes this month

  • Outbreak Trader 1.0 Breakout Trader 1.0 trades breakouts from the range.
  • 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.
  • MT4-BuildYourGridEA The expert is a system to help any trader to make a grid of orders.

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.

6 new topics on forum:

and 3 more...
1...293031323334353637383940414243...651