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.

The most popular forum topics:

4 new signals now available for subscription:

DrHedge
2,502% 13054 trades
Growth:2,502.34%
Equity:74,527.88USD
Balance:74,531.58USD
Yhqtv tickmill300
89% 235 trades
Growth:88.70%
Equity:566.13USD
Balance:566.13USD
BIGFISH USD ROBOFX
68% 199 trades
Growth:67.87%
Equity:1,768.78USD
Balance:1,795.57USD
and 1 more...

New publications in CodeBase

  • iCrosshair - Real-Time Candle Metrics on Hover Hover over any candle to see what MT5 doesn't show: Range size, Body percentage, Wick ratios. Smart, fast, and customizable.
  • Risk calculator for MT 5 The indicator calculates your risk as a percentage and gives you the lot size that is acceptable for your risk. You only need to specify the risk in per cent and the stop size in pips.

The most downloaded free products:

Bestsellers in the Market:

There are more than 43,180 products available in Market

More than 600 new charts published:

Grafik XAUUSD, H1, 2026.01.16 23:24 UTC, Octa Markets Incorporated, MetaTrader 4, Real
XAUUSD, H1
Chart XAUUSD.c, H1, 2026.01.16 23:28 UTC, Neotech Financial Services (Pty) Ltd, MetaTrader 5, Real
XAUUSD.c, H1
Chart XAUUSD, M5, 2026.01.16 23:18 UTC, Vantage International Group Limited, MetaTrader 5, Demo
XAUUSD, M5

5 new topics on forum:

and 2 more...

7 new signals now available for subscription:

HedGinG ENEJ B
1,003% 1068 trades
Growth:1,002.64%
Equity:918.33USD
Balance:1,098.24USD
NaviMoonCycles
238% 485 trades
Growth:238.03%
Equity:918.78EUR
Balance:1,021.63EUR
ECN_Gamble
115% 487 trades
Growth:114.99%
Equity:4,779.21EUR
Balance:4,683.15EUR
and 4 more...

Published article "Neural Networks in Trading: Two-Dimensional Connection Space Models (Final Part)".

Neural Networks in Trading: Two-Dimensional Connection Space Models (Final Part)

We continue to explore the innovative Chimera framework – a two-dimensional state-space model that uses neural network technologies to analyze multidimensional time series. This method provides high forecasting accuracy with low computational cost.

Published article "Reimagining Classic Strategies (Part 21): Bollinger Bands And RSI Ensemble Strategy Discovery".

Reimagining Classic Strategies (Part 21): Bollinger Bands And RSI Ensemble Strategy Discovery

This article explores the development of an ensemble algorithmic trading strategy for the EURUSD market that combines the Bollinger Bands and the Relative Strength Indicator (RSI). Initial rule-based strategies produced high-quality signals but suffered from low trade frequency and limited profitability. Multiple iterations of the strategy were evaluated, revealing flaws in our understanding of the market, increased noise, and degraded performance. By appropriately employing statistical learning algorithms, shifting the modeling target to technical indicators, applying proper scaling, and combining machine learning forecasts with classical trading rules, the final strategy achieved significantly improved profitability and trade frequency while maintaining acceptable signal quality.

Published article "MQL5 Trading Tools (Part 11): Correlation Matrix Dashboard (Pearson, Spearman, Kendall) with Heatmap and Standard Modes".

MQL5 Trading Tools (Part 11): Correlation Matrix Dashboard (Pearson, Spearman, Kendall) with Heatmap and Standard Modes

In this article, we build a correlation matrix dashboard in MQL5 to compute asset relationships using Pearson, Spearman, and Kendall methods over a set timeframe and bars. The system offers standard mode with color thresholds and p-value stars, plus heatmap mode with gradient visuals for correlation strengths. It includes an interactive UI with timeframe selectors, mode toggles, and a dynamic legend for efficient analysis of symbol interdependencies.

Published article "Forex arbitrage trading: Analyzing synthetic currencies movements and their mean reversion".

Forex arbitrage trading: Analyzing synthetic currencies movements and their mean reversion

In this article, we will examine the movements of synthetic currencies using Python and MQL5 and explore how feasible Forex arbitrage is today. We will also consider ready-made Python code for analyzing synthetic currencies and share more details on what synthetic currencies are in Forex.

Published article "Optimizing Trend Strength: Trading in Trend Direction and Strength".

Optimizing Trend Strength: Trading in Trend Direction and Strength

This is a specialized trend-following EA that makes both short and long-term analyses, trading decisions, and executions based on the overall trend and its strength. This article will explore in detail an EA that is specifically designed for traders who are patient, disciplined, and focused enough to only execute trades and hold their positions only when trading with strength and in the trend direction without changing their bias frequently, especially against the trend, until take-profit targets are hit.

Published article "Price Action Analysis Toolkit Development (Part 54): Filtering Trends with EMA and Smoothed Price Action".

Price Action Analysis Toolkit Development (Part 54): Filtering Trends with EMA and Smoothed Price Action

This article explores a method that combines Heikin‑Ashi smoothing with EMA20 High and Low boundaries and an EMA50 trend filter to improve trade clarity and timing. It demonstrates how these tools can help traders identify genuine momentum, filter out noise, and better navigate volatile or trending markets.

Published article "Larry Williams Market Secrets (Part 5): Automating the Volatility Breakout Strategy in MQL5".

Larry Williams Market Secrets (Part 5): Automating the Volatility Breakout Strategy in MQL5

This article demonstrates how to automate Larry Williams’ volatility breakout strategy in MQL5 using a practical, step-by-step approach. You will learn how to calculate daily range expansions, derive buy and sell levels, manage risk with range-based stops and reward-based targets, and structure a professional Expert Advisor for MetaTrader 5. Designed for traders and developers looking to transform Larry Williams’ market concepts into a fully testable and deployable automated trading system.

Published article "Python-MetaTrader 5 Strategy Tester (Part 02): Dealing with Bars, Ticks, and Overloading Built-in Functions in a Simulator".

Python-MetaTrader 5 Strategy Tester (Part 02): Dealing with Bars, Ticks, and Overloading Built-in Functions in a Simulator

In this article, we introduce functions similar to those provided by the Python-MetaTrader 5 module, providing a simulator with a familiar interface and a custom way of handling bars and ticks internally.

The most downloaded free products:

There are more than 43,130 products available in Market

5 new topics on forum:

and 2 more...

Bestsellers in the Market:

6 new signals now available for subscription:

TriForce Engine
105% 80 trades
Growth:104.89%
Equity:117.21USD
Balance:125.86USD
XAU Power Breakouts
91% 135 trades
Growth:91.23%
Equity:6,402.74CAD
Balance:6,402.74CAD
GOLD Scalper PRO
26% 356 trades
Growth:25.87%
Equity:552.89USD
Balance:552.89USD
and 3 more...
There are more than 2,590 articles published on site

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

From Basic to Intermediate: Events (I)

Given everything that has been shown so far, I think we can now start implementing some kind of application to run some symbol directly on the chart. However, first we need to talk about a concept that can be rather confusing for beginners. Namely, it's the fact that applications developed in MQL5 and intended for display on a chart are not created in the same way as we have seen so far. In this article, we'll begin to understand this a little better.

Published article "Forex arbitrage trading: A simple synthetic market maker bot to get started".

Forex arbitrage trading: A simple synthetic market maker bot to get started

Today we will take a look at my first arbitrage robot — a liquidity provider (if you can call it that) for synthetic assets. Currently, this bot is successfully operating as a module in a large machine learning system, but I pulled up an old Forex arbitrage robot from the cloud, so let's take a look at it and think about what we can do with it today.

Published article "Introduction to MQL5 (Part 34): Mastering API and WebRequest Function in MQL5 (VIII)".

Introduction to MQL5 (Part 34): Mastering API and WebRequest Function in MQL5 (VIII)

In this article, you will learn how to create an interactive control panel in MetaTrader 5. We cover the basics of adding input fields, action buttons, and labels to display text. Using a project-based approach, you will see how to set up a panel where users can type messages and eventually display server responses from an API.

Published article "Creating Custom Indicators in MQL5 (Part 4): Smart WaveTrend Crossover with Dual Oscillators".

Creating Custom Indicators in MQL5 (Part 4): Smart WaveTrend Crossover with Dual Oscillators

In this article, we develop a custom indicator in MQL5 called Smart WaveTrend Crossover, utilizing dual WaveTrend oscillators—one for generating crossover signals and another for trend filtering—with customizable parameters for channel, average, and moving average lengths. The indicator plots colored candles based on the trend direction, displays buy and sell arrow signals on crossovers, and includes options to enable trend confirmation and adjust visual elements like colors and offsets.

Published article "Fibonacci in Forex (Part I): Examining the Price-Time Relationship".

Fibonacci in Forex (Part I): Examining the Price-Time Relationship

How does the market observe Fibonacci-based relationships? This sequence, where each subsequent number is equal to the sum of the two previous ones (1, 1, 2, 3, 5, 8, 13, 21...), not only describes the growth of the rabbit population. We will consider the Pythagorean hypothesis that everything in the world is subject to certain relationships of numbers...

Published article "Neural Networks in Trading: Two-Dimensional Connection Space Models (Chimera)".

Neural Networks in Trading: Two-Dimensional Connection Space Models (Chimera)

In this article, we will explore the innovative Chimera framework: a two-dimensional state-space model that uses neural networks to analyze multivariate time series. This method offers high accuracy with low computational cost, outperforming traditional approaches and Transformer architectures.

More than 900 new charts published:

图表 USDJPY, H1, 2026.01.13 02:44 UTC, Deriv.com Limited, MetaTrader 5, Demo
USDJPY, H1
Grafik #Bitcoin, D1, 2026.01.13 11:26 UTC, InstaForex, MetaTrader 4, Real
#Bitcoin, D1
Gráfico EURUSD, H1, 2026.01.14 16:30 UTC, Deriv.com Limited, MetaTrader 5, Demo
EURUSD, H1

The most downloaded free products:

Bestsellers in the Market:

14 new topics on forum:

and 11 more...

7 new signals now available for subscription:

Dmitriy forex
312% 193 trades
Growth:311.74%
Equity:597.59USD
Balance:687.86USD
DayFunded
218% 6123 trades
Growth:218.49%
Equity:3,427.04GBP
Balance:3,427.04GBP
BalanceDynamic
68% 1948 trades
Growth:67.81%
Equity:1,040.80EUR
Balance:1,040.97EUR
and 4 more...

New publications in CodeBase

Published article "Sigma Score Indicator for MetaTrader 5: A Simple Statistical Anomaly Detector".

Sigma Score Indicator for MetaTrader 5: A Simple Statistical Anomaly Detector

Build a practical MetaTrader 5 “Sigma Score” indicator from scratch and learn what it really measures: The z-score of log returns (how many standard deviations the latest move is from the recent average). The article walks through every code block in OnInit(), OnCalculate(), and OnDeinit(), then shows how to interpret thresholds (e.g., ±2) and apply the Sigma Score as a simple “market stress meter” for mean-reversion and momentum trading.

Published article "Neuroboids Optimization Algorithm (NOA)".

Neuroboids Optimization Algorithm (NOA)

A new bioinspired optimization metaheuristic, NOA (Neuroboids Optimization Algorithm), combines the principles of collective intelligence and neural networks. Unlike conventional methods, the algorithm uses a population of self-learning "neuroboids", each with its own neural network that adapts its search strategy in real time. The article reveals the architecture of the algorithm, the mechanisms of self-learning of agents, and the prospects for applying this hybrid approach to complex optimization problems.

Published article "Larry Williams Market Secrets (Part 4): Automating Short-Term Swing Highs and Lows in MQL5".

Larry Williams Market Secrets (Part 4): Automating Short-Term Swing Highs and Lows in MQL5

Master the automation of Larry Williams’ short-term swing patterns using MQL5. In this guide, we develop a fully configurable Expert Advisor (EA) that leverages non-random market structures. We’ll cover how to integrate robust risk management and flexible exit logic, providing a solid foundation for systematic strategy development and backtesting.

Published article "Building Volatility models in MQL5 (Part I): The Initial Implementation".

Building Volatility models in MQL5 (Part I): The Initial Implementation

In this article, we present an MQL5 library for modeling volatility, designed to function similarly to Python's arch package. The library currently supports the specification of common conditional mean (HAR, AR, Constant Mean, Zero Mean) and conditional volatility (Constant Variance, ARCH, GARCH) models.

The most downloaded free products:

The most popular forum topics:

15 new signals now available for subscription:

Tradingwith pk signal1
203% 143 trades
Growth:202.56%
Equity:1,263.91USD
Balance:1,263.91USD
Prizmal Logic
167% 824 trades
Growth:167.33%
Equity:787.87USD
Balance:801.99USD
Trading Manager
167% 273 trades
Growth:166.63%
Equity:5,475.59USD
Balance:12,207.07USD
and 12 more...

Most downloaded source codes this month

  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
  • MQL5 Programming for Traders – Source Codes from the Book. Part 1 The first chapter of the book introduces the MQL5 language and development environment. One of the new features introduced in the MQL5 language compared to MQL4 (MetaTrader 4 language) is support for object-oriented programming (OOP), which makes it similar to C++.
  • ONNX Trader An example of a bot with an embedded machine learning model that is trained in python and saved in ONNX format.

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.

Bestsellers in the Market:

There are more than 152,320 topics available on forum

8 new topics on forum:

and 5 more...
There are more than 43,030 products available in Market

New publications in CodeBase

Published article "Introduction to MQL5 (Part 33): Mastering API and WebRequest Function in MQL5 (VII)".

Introduction to MQL5 (Part 33): Mastering API and WebRequest Function in MQL5 (VII)

This article demonstrates how to integrate the Google Generative AI API with MetaTrader 5 using MQL5. You will learn how to structure API requests, handle server responses, extract AI-generated content, manage rate limits, and save the results to a text file for easy access.

1...242526272829303132333435363738...665