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 downloaded free products:

There are more than 49,580 products available in Market

Bestsellers in the Market:

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.
  • Sniper Pro Multi-timeframe confluence indicator designed to snipe accurate entries. Inspired from TradingView
  • Pro MA Crossover EA for MT5 This EA serves as a template for traders interested in automating strategies in MT5. It implements a Moving Average crossover system and can be used as-is or customized by adjusting its settings. The free source code is designed to be easily modified for adding new indicators, logic, and trading features.

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.

The most popular forum topics:

20 new signals now available for subscription:

ZhuJi Great Building
3,351% 3348 trades
Growth:3,350.74%
Equity:11,592.15USD
Balance:10,786.78USD
LEON DE JUDA
395% 6305 trades
Growth:394.83%
Equity:9,896.61USD
Balance:9,896.61USD
Autobot 11
41% 7151 trades
Growth:40.82%
Equity:66,525.64USD
Balance:66,525.64USD
and 17 more...

New publications in CodeBase

  • L1 Trend Filter Demo The script shows the usage of L1 Trend Filter methods in MQL5 for float and double vectors on random walk simulated data.
  • Easy Range Breakout EA - MT5 This EA implements a range breakout trading strategy. It calculates a price range between start and end times defined by the user, draws a visual rectangle on the chart to mark the high and low of that range, and then monitors price action after the range closes. If the market breaks above the range high, it opens a buy trade; if it breaks below the range low, it opens a sell trade.

7 new topics on forum:

and 4 more...

Published article "Hilbert-Schmidt Independence Criterion (HSIC)".

Hilbert-Schmidt Independence Criterion (HSIC)

The article discusses the non-parametric HSIC (Hilbert-Schmidt Independence Criterion) statistical test designed to identify linear and non-linear dependencies in data. Implementations of two algorithms for calculating HSIC in the MQL5 language are proposed: the exact permutation test and the gamma approximation. The method efficiency is demonstrated on synthetic data modeling a non-linear relationship between features and the target variable.

Published article "Automating Market Entropy Indicator: Trading System Based on Information Theory".

Automating Market Entropy Indicator: Trading System Based on Information Theory

This article presents an EA that automates the previously introduced Market Entropy methodology. It computes fast and slow entropy, momentum, and compression states, validates signals, and executes orders with SL/TP and optional position reversal. The result is a practical, configurable tool that applies information-theoretic signals without manual interpretation.

Published article "MQL5 Trading Tools (Part 27): Rendering Parametric Butterfly Curve on Canvas".

MQL5 Trading Tools (Part 27): Rendering Parametric Butterfly Curve on Canvas

In this article, we explore the butterfly curve, a parametric mathematical equation, and render it visually on a MQL5 canvas. We build an interactive display with a draggable, resizable canvas window, supersampled curve rendering, gradient backgrounds, and a color-segmented legend. By the end, we have a fully functional visual tool that plots the butterfly curve directly on the MetaTrader 5 chart.

Published article "Foundation Models in Trading: Time Series Forecasting with Google's TimesFM 2.5 in MetaTrader 5".

Foundation Models in Trading: Time Series Forecasting with Google's TimesFM 2.5 in MetaTrader 5

Time series forecasting in trading has evolved from traditional statistical models (like ARIMA) to deep learning approaches, but both require heavy tuning and training. Inspired by advances in NLP, Google’s TimesFM introduces a pretrained “foundation model” for time series that can perform strong forecasts even without task-specific training. For traders, this is powerful because it can be efficiently fine-tuned on their own data using lightweight methods like LoRA, reducing overfitting while adapting to changing market conditions.

The most downloaded free products:

More than 500 new charts published:

График USTech100, M1, 2026.04.20 15:46 UTC, Spiceprop SL Ltd., MetaTrader 5, Real
USTech100, M1
Grafik #PYPL, H1, 2026.04.19 23:48 UTC, AT Global Markets Intl Ltd, MetaTrader 4, Real
#PYPL, H1
Graphique USDCHF, H2, 2026.04.20 16:08 UTC, Deriv.com Limited, MetaTrader 5, Demo
USDCHF, H2

Bestsellers in the Market:

27 new signals now available for subscription:

The CLS Strategy
3,605% 9855 trades
Growth:3,604.70%
Equity:139,903.05USD
Balance:130,456.45USD
KR TRADES XAUUSD BREAKOUT
181% 318 trades
Growth:181.15%
Equity:198.07USD
Balance:198.07USD
Pension
122% 2879 trades
Growth:122.07%
Equity:5,282.22USD
Balance:5,510.66USD
and 24 more...
There are more than 49,530 products available in Market

5 new topics on forum:

and 2 more...

Published article "Account Audit System in MQL5 (Part 1): Designing the User Interface".

Account Audit System in MQL5 (Part 1): Designing the User Interface

This article builds the user interface layer of an Account Audit System in MQL5 using CChartObject classes. We construct an on-chart dashboard that displays key metrics such as start/end balance, net profit, total trades, wins/losses, win rate, withdrawals, and a star-based performance rating. A menu button lets you show or hide the panel and restores one-click trading, delivering a clean, usable foundation for the broader audit pipeline.

Published article "Overcoming Accessibility Problems in MQL5 Trading Tools (Part III): Bidirectional Speech Communication Between a Trader and an Expert Advisor".

Overcoming Accessibility Problems in MQL5 Trading Tools (Part III): Bidirectional Speech Communication Between a Trader and an Expert Advisor

Build a local, bidirectional voice interface for MetaTrader 5 using MQL5 WebRequest and two Python services. The article implements offline speech recognition with Vosk, wake‑word detection, an HTTP command endpoint, and a text‑to‑speech server on localhost. You will wire an Expert Advisor that fetches commands, executes trades, and returns spoken confirmations for hands‑free operation.

Published article "Hidden Markov Models in Machine Learning-Based Trading Systems".

Hidden Markov Models in Machine Learning-Based Trading Systems

Hidden Markov Models (HMMs) are a powerful class of probabilistic models designed to analyze sequential data, where observed events depend on some sequence of unobserved (hidden) states that form a Markov process. The main assumptions of HMM include the Markov property for hidden states, meaning that the probability of transition to the next state depends only on the current state, and the independence of observations given knowledge of the current hidden state.

Published article "Applying L1 Trend Filtering in MetaTrader 5".

Applying L1 Trend Filtering in MetaTrader 5

This article explores the practical application of L1 trend filtering in MetaTrader 5, covering both its mathematical foundations and usage in MQL5 programs. The L1 filter enables extraction of piecewise-linear trends that preserve essential market structure while reducing price noise. The study analyzes parameter scaling, trend estimation behavior, and integration of the method into algorithmic trading strategies. Experimental results demonstrate how L1 trend filtering can enhance signal stability, trade timing, and overall robustness of trading systems.

There are more than 49,460 products available in Market

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • Precision Sniper Precision Sniper is a multi-confluence MT5 indicator inspired by TradingView's top signal tools, grading every buy/sell signal (A+, A, B, C) based on EMA structure, RSI, MACD, ADX, VWAP, and volume alignment, with 8 presets, HTF bias confirmation, auto TP/SL levels, trailing stop, and a built-in backtest dashboard.
  • XANDER Grid XAUUSD Bidirectional grid EA for Gold (XAUUSD). Ideal for ProCent accounts. Includes Daily Profit Target and Max Drawdown protection.
  • Easy Range Breakout EA - MT5 This EA implements a range breakout trading strategy. It calculates a price range between start and end times defined by the user, draws a visual rectangle on the chart to mark the high and low of that range, and then monitors price action after the range closes. If the market breaks above the range high, it opens a buy trade; if it breaks below the range low, it opens a sell trade.

Most read articles this week

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.

8 new topics on forum:

and 5 more...

5 new signals now available for subscription:

Pound Hack 2026
182% 289 trades
Growth:181.50%
Equity:978,889.26USD
Balance:980,061.19USD
LLLLLLLLLLLLLLLLLLLLLL
58% 118 trades
Growth:57.85%
Equity:511.80USD
Balance:511.80USD
Live Trading 5K to 50K
45% 317 trades
Growth:44.66%
Equity:3,618.55USD
Balance:3,618.55USD
and 2 more...

New publications in CodeBase

  • Machine Learning Supertrend A machine-learning inspired approach towards trending regimes. Providing accurate signals and backtest confidence built-in
  • XANDER Adaptive Cross Two adaptive moving averages that read the market differently. Crossovers signal trend shifts.

More than 500 new charts published:

Grafico EURUSD, M15, 2026.04.18 21:06 UTC, HF Markets SA (Pty) Ltd, MetaTrader 4, Demo
EURUSD, M15
Chart EURUSD, W1, 2026.04.18 00:00 UTC, Exness Technologies Ltd, MetaTrader 5, Real
EURUSD, W1
차트 XAGUSD, M5, 2026.04.17 23:42 UTC, Fusion Markets Pty Ltd, MetaTrader 5, Demo
XAGUSD, M5

The most downloaded free products:

Bestsellers in the Market:

There are more than 49,400 products available in Market

12 new signals now available for subscription:

RATU SHIMA
212% 193 trades
Growth:211.90%
Equity:12,018.36USD
Balance:12,018.36USD
Kefren Portfolio 1
151% 1505 trades
Growth:151.33%
Equity:3,647.95EUR
Balance:3,647.95EUR
Terra 2 Years
72% 565 trades
Growth:72.21%
Equity:1,476.87USD
Balance:1,482.00USD
and 9 more...

New publications in CodeBase

  • Market Clock Pro Candle countdown HUD with trading sessions (UTC), live spread and anomaly detection, daily range vs ADR, and market-closed state with reason (holiday / weekend / session). Holidays calendar included for seven major markets.
  • Institutional GARCH(1,1) Volatility Forecaster A predictive quantitative engine that replaces lagging retail ATR, it utilizes the Nobel-prize-winning GARCH(1,1) econometric model to mathematically forecast future market volatility and variance.

2 new topics on forum:

The most downloaded free products:

There are more than 49,350 products available in Market

Bestsellers in the Market:

There are more than 153,340 topics available on forum

The most popular forum topics:

11 new signals now available for subscription:

Brokers nightmare
165% 753 trades
Growth:164.67%
Equity:1,267.01EUR
Balance:1,323.33EUR
Gold Glide AI
75% 33 trades
Growth:74.76%
Equity:672.82USD
Balance:672.82USD
SRAX AI Low Risk IC
72% 308 trades
Growth:72.26%
Equity:5,505.74USD
Balance:5,568.61USD
and 8 more...

3 new topics on forum:

There are more than 2,780 articles published on site

Published article "Fractal-Based Algorithm (FBA)".

Fractal-Based Algorithm (FBA)

The article presents a new metaheuristic method based on a fractal approach to partitioning the search space for solving optimization problems. The algorithm sequentially identifies and separates promising areas, creating a self-similar fractal structure that concentrates computing resources on the most promising areas. A unique mutation mechanism aimed at better solutions ensures an optimal balance between exploration and exploitation of the search space, significantly increasing the efficiency of the algorithm.

Published article "MQL5 Wizard Techniques You should know (Part 86): Speeding Up Data Access with a Sparse Table for a Custom Trailing Class".

MQL5 Wizard Techniques You should know (Part 86): Speeding Up Data Access with a Sparse Table for a Custom Trailing Class

We revamp our earlier articles on testing trade setups with the MQL5 Wizard by putting a bit more emphasis on input data quality, cleaning, and handling. In the earlier articles we had looked at a lot of custom signal classes, usable by the wizard, so we now shift our focus to a custom trailing class, given that exiting is also a very important part in any trading system. Our broad theme for this particular piece data-efficiency and the O(1) range-query; the core ‘tech’ is MQL5, SQLite, Python-Polars; the Algorithm is the Sparse-Table while we will seek validation from the ATR Indicator.

Published article "GoertzelBrain: Adaptive Spectral Cycle Detection with Neural Network Ensemble in MQL5".

GoertzelBrain: Adaptive Spectral Cycle Detection with Neural Network Ensemble in MQL5

GoertzelBrain combines Goertzel spectral analysis with an online‑trained neural network ensemble to convert cycle features into a directional confirmation signal. The indicator builds a compact feature vector from the dominant period, amplitude, confidence and their dynamics, plus local volatility, and outputs +1, −1 or 0. The article provides the full MQL5 implementation, explains the architecture and feature engineering, and shows how to use it as a directional filter.

The most downloaded free products:

1...121314151617181920212223242526...671