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 "MQL5 Trading Tools (Part 16): Improved Super-Sampling Anti-Aliasing (SSAA) and High-Resolution Rendering".

MQL5 Trading Tools (Part 16): Improved Super-Sampling Anti-Aliasing (SSAA) and High-Resolution Rendering

We add supersampling‑driven anti‑aliasing and high‑resolution rendering to the MQL5 canvas dashboard, then downsample to the target size. The article implements rounded rectangle fills and borders, rounded triangle arrows, and a custom scrollbar with theming for the stats and text panels. These tools help you build smoother, more legible UI components in MetaTrader 5.

Published article "Integrating MQL5 with Data Processing Packages (Part 7): Building Multi-Agent Environments for Cross-Symbol Collaboration".

Integrating MQL5 with Data Processing Packages (Part 7): Building Multi-Agent Environments for Cross-Symbol Collaboration

The article presents a complete Python–MQL5 integration for multi‑agent trading: MT5 data ingestion, indicator computation, per‑agent decisions, and a weighted consensus that outputs a single action. Signals are stored to JSON, served by Flask, and consumed by an MQL5 Expert Advisor for execution with position sizing and ATR‑derived SL/TP. Flask routes provide safe lifecycle control and status monitoring.

Published article "From Basic to Intermediate: Indicator (IV)".

From Basic to Intermediate: Indicator (IV)

In this article, we will explore how to easily create and implement an operational approach for coloring candles. This concept is highly valued by traders. When implementing such things, care must be taken to ensure that the bars or candles retain their original appearance and do not hinder reading candle by candle.

Published article "Introduction to MQL5 (Part 39): Beginner Guide to File Handling in MQL5 (I)".

Introduction to MQL5 (Part 39): Beginner Guide to File Handling in MQL5 (I)

This article introduces file handling in MQL5 using a practical, project-based workflow. You will use FileSelectDialog to choose or create a CSV file, open it with FileOpen, and write structured account headers such as account name, balance, login, date range, and last update. The result is a clear foundation for a reusable trading journal and safe file operations in MetaTrader 5.

Published article "The MQL5 Standard Library Explorer (Part 8) : The Hybrid Trades Journal Logging with CFile".

The MQL5 Standard Library Explorer (Part 8) : The Hybrid Trades Journal Logging with CFile

In this article, we explore the File Operations classes of the MQL5 Standard Library to build a robust reporting module that automatically generates Excel-ready CSV files. Along the way, we clearly distinguish between manually executed trades and algorithmically executed orders, laying the groundwork for reliable, auditable trade reporting.

Published article "From Basic to Intermediate: Indicator (III)".

From Basic to Intermediate: Indicator (III)

In this article, we will explore how to declare various graphical representation indicators, such as DRAW_COLOR_LINE and DRAW_FILLING. Additionally, of course, we will learn how to plot graphs using multiple indicators in a simple, practical, and fast way. This can truly change your perspective on MetaTrader 5 and the market as a whole.

Published article "Algorithmic Trading Strategies: AI and Its Road to Golden Pinnacles".

Algorithmic Trading Strategies: AI and Its Road to Golden Pinnacles

This article demonstrates an approach to creating trading strategies for gold using machine learning. Considering the proposed approach to the analysis and forecasting of time series from different angles, it is possible to determine its advantages and disadvantages in comparison with other ways of creating trading systems which are based solely on the analysis and forecasting of financial time series.

The most downloaded free products:

Bestsellers in the Market:

There are more than 46,270 products available in Market

Most downloaded source codes this month

  • Volume Profile This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution.
  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
  • BBMA Oma Ally OmniView It's like a bird's-eye view for BBMA Oma Ally fans. ust drag it onto the chart and you'll get all the BBMA signals running on the chart.

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.

Automating Trading Strategies in MQL5 (Part 47): Nick Rypock Trailing Reverse (NRTR) with Hedging Features

Automating Trading Strategies in MQL5 (Part 47): Nick Rypock Trailing Reverse (NRTR) with Hedging Features

In this article, we develop a Nick Rypock Trailing Reverse (NRTR) trading system in MQL5 that uses channel indicators for reversal signals, enabling trend-following entries with hedging support for buys and sells. We incorporate risk management features like auto lot sizing based on equity or balance, fixed or dynamic stop-loss and take-profit levels using ATR multipliers, and position limits.

24 new signals now available for subscription:

Supreme ANTS
6,802% 4782 trades
Growth:6,802.35%
Equity:179,217.46USD
Balance:162,901.33USD
Mathbot longterm medium 006
418% 119 trades
Growth:417.90%
Equity:5,401.66EUR
Balance:2,700.88EUR
Quantix G33
267% 36 trades
Growth:267.28%
Equity:18,364.00USD
Balance:18,364.00USD
and 21 more...

More than 300 new charts published:

Chart USDJPY, H4, 2026.02.10 01:20 UTC, Capital Point Trading Ltd, MetaTrader 5, Demo
USDJPY, H4
Grafico XAUUSD, H4, 2026.02.08 19:59 UTC, FTMO Global Markets Ltd, MetaTrader 5, Real
XAUUSD, H4
Gráfico XAU_USD, H1, 2026.02.09 04:49 UTC, BenchMark Finance AD, MetaTrader 4, Real
XAU_USD, H1

10 new topics on forum:

and 7 more...
There are more than 2,660 articles published on site

Published article "Angular Analysis of Price Movements: A Hybrid Model for Predicting Financial Markets".

Angular Analysis of Price Movements: A Hybrid Model for Predicting Financial Markets

What is angular analysis of financial markets? How to use price action angles and machine learning to make accurate forecasts with 67% accuracy? How to combine a regression and classification model with angular features and obtain a working algorithm? What does Gann have to do with it? Why are price movement angles a good indicator for machine learning?

Published article "Overcoming Accessibility Problems in MQL5 Trading Tools (Part I): How to Add Contextual Voice Alerts in MQL5 Indicators".

Overcoming Accessibility Problems in MQL5 Trading Tools (Part I): How to Add Contextual Voice Alerts in MQL5 Indicators

This article explores an accessibility-focused enhancement that goes beyond default terminal alerts by leveraging MQL5 resource management to deliver contextual voice feedback. Instead of generic tones, the indicator communicates what has occurred and why, allowing traders to understand market events without relying solely on visual observation. This approach is especially valuable for visually impaired traders, but it also benefits busy or multitasking users who prefer hands-free interaction.

Published article "Python-MetaTrader 5 Strategy Tester (Part 05): Multi-Symbols and Timeframes Strategy Tester".

Python-MetaTrader 5 Strategy Tester (Part 05): Multi-Symbols and Timeframes Strategy Tester

This article presents a MetaTrader 5–compatible backtesting workflow that scales across symbols and timeframes. We use HistoryManager to parallelize data collection, synchronize bars and ticks from all timeframes, and run symbol‑isolated OnTick handlers in threads. You will learn how modelling modes affect speed/accuracy, when to rely on terminal data, how to reduce I/O with event‑driven updates, and how to assemble a complete multicurrency trading robot.

Published article "Custom Indicator Workshop (Part 2) : Building a Practical Supertrend Expert Advisor in MQL5".

Custom Indicator Workshop (Part 2) : Building a Practical Supertrend Expert Advisor in MQL5

Learn how to build a Supertrend-driven Expert Advisor in MQL5 from the ground up. The article covers embedding the indicator as a resource, reading buffer values on closed bars, detecting confirmed flips, aligning and switching positions, and configuring stop-loss modes and position sizing. It concludes with Strategy Tester setup and reproducible tests, leaving you with a configurable EA and a clear framework for further research and extensions.

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

From Basic to Intermediate: Indicator (II)

In this article, we will examine how to implement a moving average calculation and what precautions should be taken when performing this calculation. We will also discuss overloading the OnCalculate function to know when and how to work with one model or another.

The most downloaded free products:

There are more than 46,200 products available in Market

Bestsellers in the Market:

The most popular forum topics:

45 new signals now available for subscription:

XAU Cloud
257% 153 trades
Growth:257.24%
Equity:1,742.20USD
Balance:1,742.20USD
UV Samurai Fx
195% 3866 trades
Growth:194.69%
Equity:3,550.87USD
Balance:3,626.09USD
SwiftCap Trinity EA
178% 56 trades
Growth:178.43%
Equity:1,458.41USD
Balance:1,458.41USD
and 42 more...
There are more than 152,690 topics available on forum

4 new topics on forum:

and 1 more...

New publications in CodeBase

  • MW Download History Download all OHLC data history available and save it in a file, either for just one symbol or for many in Market Watch
  • Support and Resistance(SNR) Sentinel Indicator Adaptive Support & Resistance indicator that automatically detects, tracks, and updates the nearest valid S/R levels using configurable confirmation bars. Levels dynamically shift after confirmed breakouts and extend forward in real time.
  • Price Action Intraday Trading - Expert for MT5 Price Action Day Trader is a robust, trend-following MQL5 Expert Advisor designed for intraday trading. It focuses on high-probability price action patterns Pin Bars, Engulfing Candles, and Inside Bar Breakouts while filtering trades through a dual Moving Average trend filter.

Published article "Analyzing Overbought and Oversold Trends Via Chaos Theory Approaches".

Analyzing Overbought and Oversold Trends Via Chaos Theory Approaches

We determine the overbought and oversold condition of the market according to chaos theory: integrating the principles of chaos theory, fractal geometry and neural networks to forecast financial markets. The study demonstrates the use of the Lyapunov exponent as a measure of market randomness and the dynamic adaptation of trading signals. The methodology includes an algorithm for generating fractal noise, hyperbolic tangent activation, and moment optimization.

Published article "Price Action Analysis Toolkit Development (Part 59): Using Geometric Asymmetry to Identify Precision Breakouts from Fractal Consolidation".

Price Action Analysis Toolkit Development (Part 59): Using Geometric Asymmetry to Identify Precision Breakouts from Fractal Consolidation

While studying a wide range of breakout setups, I noticed that failed breakouts were rarely caused by a lack of volatility, but more often by weak internal structure. That observation led to the framework presented in this article. The approach identifies patterns where the final price leg shows superior length, steepness, and speed—clear signs of momentum accumulation ahead of directional expansion. By detecting these subtle geometric imbalances within consolidation, traders can anticipate higher-probability breakouts before price exits the range. Continue reading to see how this fractal-based, geometric framework translates structural imbalance into precise breakout signals.

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

From Basic to Intermediate: Indicator (I)

In this article, we will create our first fully practical and functional indicator. The goal is not to show how to create an application, but to help you understand how you can develop your own ideas and give you the opportunity to apply them in a safe, simple, and practical way.

The most downloaded free products:

There are more than 46,110 products available in Market

Bestsellers in the Market:

29 new signals now available for subscription:

SCR EURAUD
316% 1732 trades
Growth:316.09%
Equity:35,363.91USD
Balance:35,363.91USD
StableEA VantageEA Discretionary Trading
204% 822 trades
Growth:204.44%
Equity:41,951.00JPY
Balance:41,951.00JPY
Gold Mixed
143% 2602 trades
Growth:142.65%
Equity:66,329.53AUD
Balance:67,366.51AUD
and 26 more...

Most downloaded source codes this week

  • Price Action Intraday Trading - Expert for MT5 Price Action Day Trader is a robust, trend-following MQL5 Expert Advisor designed for intraday trading. It focuses on high-probability price action patterns Pin Bars, Engulfing Candles, and Inside Bar Breakouts while filtering trades through a dual Moving Average trend filter.
  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
  • SuperTrend Quant Pro Elite: Adaptive Statistical Trend Engine An advanced, institutional-grade trend-following engine using Z-Score adaptive volatility, smart money volume filters, and a real-time MTF dashboard.

Most read articles this week

Automating Trading Strategies in MQL5 (Part 47): Nick Rypock Trailing Reverse (NRTR) with Hedging Features

Automating Trading Strategies in MQL5 (Part 47): Nick Rypock Trailing Reverse (NRTR) with Hedging Features

In this article, we develop a Nick Rypock Trailing Reverse (NRTR) trading system in MQL5 that uses channel indicators for reversal signals, enabling trend-following entries with hedging support for buys and sells. We incorporate risk management features like auto lot sizing based on equity or balance, fixed or dynamic stop-loss and take-profit levels using ATR multipliers, and position limits.

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.

4 new topics on forum:

and 1 more...

The most downloaded free products:

Bestsellers in the Market:

There are more than 46,040 products available in Market

More than 200 new charts published:

图表 BNBUSD, H1, 2026.02.06 00:40 UTC, Deriv.com Limited, MetaTrader 5, Demo
BNBUSD, H1
Grafico AUDNZDc, H1, 2026.02.05 02:16 UTC, HF Markets (SV) Ltd., MetaTrader 4, Real
AUDNZDc, H1
图表 BNBUSD, H1, 2026.02.06 00:01 UTC, Deriv.com Limited, MetaTrader 5, Demo
BNBUSD, H1

6 new topics on forum:

and 3 more...

15 new signals now available for subscription:

FX 4 in 1
162% 686 trades
Growth:161.64%
Equity:13,155.76USD
Balance:13,148.85USD
Goldblaster3696
127% 3746 trades
Growth:126.88%
Equity:9,476.76USD
Balance:9,476.76USD
Managed Risk 4XC TR
98% 1244 trades
Growth:98.35%
Equity:10,296.44USD
Balance:12,408.06USD
and 12 more...

The most downloaded free products:

Bestsellers in the Market:

There are more than 45,960 products available in Market

29 new signals now available for subscription:

MR TARIQ HAMDI
636% 121 trades
Growth:636.03%
Equity:736.03USD
Balance:736.03USD
Luxor Capital Partner Quantitative PAMM
123% 712 trades
Growth:123.07%
Equity:11,153.43USD
Balance:11,153.43USD
Goldest1
86% 374 trades
Growth:85.83%
Equity:1,412.62USD
Balance:1,412.62USD
and 26 more...

10 new topics on forum:

and 7 more...
1...121314151617181920212223242526...658