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:

There are more than 152,750 topics available on forum

8 new topics on forum:

and 5 more...

The most popular forum topics:

Published article "From Basic to Intermediate: Struct (VI)".

From Basic to Intermediate: Struct (VI)

In this article, we will explore how to approach the implementation of a common structural code base. The goal is to reduce the programming workload and leverage the full potential of the programming language itself—in this case, MQL5.

Published article "From Basic to Intermediate: Struct (V)".

From Basic to Intermediate: Struct (V)

In this article, we will explore how to overload structural code. I know it can be quite challenging to understand at first, especially if you're seeing it for the first time. It is very important that you grasp these concepts and understand them well before attempting to delve into more complex and elaborate topics.

Published article "Market Simulation: (Part 11): Sockets (V)".

Market Simulation: (Part 11): Sockets (V)

We are beginning to implement the connection between Excel and MetaTrader 5, but first we need to understand some key points. This way, you won't have to rack your brains trying to figure out why something works or doesn't. And before you frown at the prospect of integrating Python and Excel, let's see how we can (to some extent) control MetaTrader 5 through Excel using xlwings. What we demonstrate here will primarily focus on educational objectives. However, don't think that we can only do what will be covered here.

The most downloaded free products:

More than 800 new charts published:

Chart XAUUSD, H4, 2026.02.12 03:50 UTC, Jarocel (Pty) Ltd, MetaTrader 5, Contest
XAUUSD, H4
Chart XAUUSD, M5, 2026.02.12 03:35 UTC, FBS Markets Inc., MetaTrader 4, Real
XAUUSD, M5
차트 USOUSD, D1, 2026.02.12 01:17 UTC, Ultima Markets Ltd, MetaTrader 5, Demo
USOUSD, D1

Bestsellers in the Market:

There are more than 45,860 products available in Market

18 new signals now available for subscription:

LUXOR HOLDINGS Quantitative PAMM
161% 3821 trades
Growth:161.12%
Equity:13,056.21USD
Balance:13,056.21USD
GoldTraderX
60% 113 trades
Growth:59.62%
Equity:1,429.52EUR
Balance:1,429.52EUR
Jocks
56% 171 trades
Growth:56.39%
Equity:7,874.49USD
Balance:7,819.38USD
and 15 more...

7 new topics on forum:

and 4 more...
There are more than 2,670 articles published on site

Published article "Market Simulation (Part 14): Sockets (VIII)".

Market Simulation (Part 14): Sockets (VIII)

Many programmers might assume we should abandon using Excel and move directly to Python, using some packages that allow Python to generate an Excel file for later analysis of results. However, as mentioned in the previous article, although this solution is the simplest for many programmers, it will not be accepted by some users. And in this particular case, the user is always right. As programmers, we must find a way to make everything work.

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

From Basic to Intermediate: Struct (III)

In this article, we will explore what structured code is. Many people confuse structured code with organized code, but there is a difference between these two concepts. This is exactly what will be discussed in this article. Despite the apparent complexity you may feel when first encountering this type of code writing, I have tried to approach the topic as simply as possible. However, this article is just the first step toward something greater.

Published article "Larry Williams Market Secrets (Part 11): Detecting Smash Day Reversals with a Custom Indicator".

Larry Williams Market Secrets (Part 11): Detecting Smash Day Reversals with a Custom Indicator

We convert Larry Williams’ Smash Day reversal rules into a practical MQL5 indicator that flags confirmed setups with arrows. Step by step, the text shows buffer binding, plot properties, historical mapping, and real‑time updates inside OnCalculate. Adjustable lookback parameters and clean chart rendering help you detect valid reversals quickly while keeping final trade decisions discretionary and context‑driven.

Published article "Bivariate Copulae in MQL5: (Part 3): Implementation and Tuning of Mixed Copula Models in MQL5".

Bivariate Copulae in MQL5: (Part 3): Implementation and Tuning of Mixed Copula Models in MQL5

The article extends our copula toolkit with mixed copulas implemented natively in MQL5. We construct Clayton–Frank–Gumbel and Clayton–Student–t–Gumbel mixtures, estimate them via EM, and enable sparsity control through SCAD with cross‑validation. Provided scripts tune hyperparameters, compare mixtures using information criteria, and save trained models. Practitioners can apply these components to capture asymmetric tail dependence and embed the selected model in indicators or Expert Advisors.

Published article "Price Action Analysis Toolkit Development (Part 60): Objective Swing-Based Trendlines for Structural Analysis".

Price Action Analysis Toolkit Development (Part 60):  Objective Swing-Based Trendlines for Structural Analysis

We present a rule-based approach to trendlines that avoids indicator pivots and uses ordered swings derived from raw prices. The article walks through swing detection, size qualification via ATR or fixed thresholds, and validation of ascending and descending structures, then implements these rules in MQL5 with non-repainting drawing and selective output. You get a clear, repeatable way to track structural support and resistance that holds up across market conditions.

The most downloaded free products:

More than 900 new charts published:

График USOILz, M1, 2026.02.11 05:01 UTC, Exness Technologies Ltd, MetaTrader 5, Real
USOILz, M1
Gráfico USDJPY, H4, 2026.02.10 01:20 UTC, Capital Point Trading Ltd, MetaTrader 5, Demo
USDJPY, H4
Grafico EURCHFc, H4, 2026.02.11 02:17 UTC, HF Markets (SV) Ltd., MetaTrader 4, Real
EURCHFc, H4

Bestsellers in the Market:

There are more than 45,780 products available in Market

18 new signals now available for subscription:

Oanda Multiassets
387% 1209 trades
Growth:386.83%
Equity:727.01USD
Balance:727.01USD
Gold Vector BlackBull default settings
229% 36 trades
Growth:228.85%
Equity:1,550.35EUR
Balance:1,550.35EUR
Gold Vector XM Spread and News Filter
175% 32 trades
Growth:175.32%
Equity:1,490.76USD
Balance:1,490.76USD
and 15 more...

12 new topics on forum:

and 9 more...

New publications in CodeBase

  • Multi-timeframe RSI scanner with visual dashboard and alerts Production-ready multi-timeframe RSI scanner with intelligent alert retry system. Monitors up to 7 timeframes simultaneously, highlights convergence zones when 3+ TFs align, and now auto-retries failed notifications to ensure you never miss critical overbought/oversold setups.
  • Candle Close Timer – MT5 Indicator Indicator Description – Candle Close Timer Name: Candle Close Timer Version: 1.0 Author: BENTRADE TRADING Link: https://www.mql5.com/en/users/dahmi_benali

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 45,720 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.

16 new signals now available for subscription:

Mathbot longterm medium 006
548% 273 trades
Growth:548.10%
Equity:6,443.43EUR
Balance:8,893.56EUR
SEASIDE420
220% 237 trades
Growth:220.34%
Equity:523.51NZD
Balance:645.26NZD
Kadang Gak Jelas
130% 73 trades
Growth:129.62%
Equity:229.62USD
Balance:229.62USD
and 13 more...

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:

More than 400 new charts published:

Chart XAUUSDr, M30, 2026.02.09 09:36 UTC, HF Markets (SV) Ltd., MetaTrader 5, Real
XAUUSDr, M30
Chart XAU_USD, H1, 2026.02.09 04:49 UTC, BenchMark Finance AD, MetaTrader 4, Real
XAU_USD, H1
チャート GER40, H1, 2026.02.09 05:26 UTC, Pepperstone Group Limited, MetaTrader 4, Real
GER40, H1
There are more than 45,650 products available in Market

Bestsellers in the Market:

1...111213141516171819202122232425...658