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 "MetaTrader 5 and the MQL5 Economic Calendar: How to Turn News into a Reproducible Trading System".

MetaTrader 5 and the MQL5 Economic Calendar: How to Turn News into a Reproducible Trading System

The article presents a systematic approach to news trading in MetaTrader 5 using the built-in economic calendar: data structure, API functions, time synchronization rules, and event filtering. Methods of caching and incremental updating without overloading the server are described. The article also provides a working mechanism for exporting history to an .EX5 resource for deterministic testing using the same algorithm.

New publications in CodeBase

  • Symbol Summary Symbol Summary is a service for MT5 that opens a separate viewer window and shows a detailed report on a trading symbol. It supports Russian and English language, window resizing, scrolling, automatic report update when changing symbol or timeframe of the chart without restarting the service.
  • GlowTrend Pro A sleek, color-changing trend follower based on adaptive moving averages with real-time reversal glow signals.

Published article "MetaTrader 5 Machine Learning Blueprint (Part 14): Transaction Cost Modeling for Triple-Barrier Labels in MQL5".

MetaTrader 5 Machine Learning Blueprint (Part 14): Transaction Cost Modeling for Triple-Barrier Labels in MQL5

The article replaces hardcoded cost assumptions in triple-barrier labeling with measured inputs. An MQL5 script captures spread distribution, swap rates, and symbol metadata from your broker, and a Python model converts them into a broker-calibrated min ret you can pass to get events. Labels then reflect the actual round-trip friction for your instrument and holding period.

Published article "MQL5 Trading Tools (Part 30): Class-Based Tool Palette Sidebar".

MQL5 Trading Tools (Part 30): Class-Based Tool Palette Sidebar

We refactor the Tools Palette from a flat, function-based panel into a modular, class-driven sidebar in MQL5. The design introduces supersampled canvas rendering for anti-aliased shapes, theme control, a category registry, snap alignment, and selective corner rounding. The result is a reusable, scalable sidebar foundation that you can extend with tool selection, dragging, and fly-out menus in future steps.

Published article "Market Microstructure in MQL5 (Part 1): Robust Foundation".

Market Microstructure in MQL5 (Part 1): Robust Foundation

This article builds the foundation layer of a twelve-part MQL5 market microstructure toolkit. It implements guarded math helpers (SafeDivide, SafeLog, SafeSqrt, SafeExp, SafeTanh), robust data validation (ValidateSymbolV2, SafeCopyClose), trimmed statistical estimators (robust mean var), a linear regression slope, shared structs, and an FFT. You compile a single include file that hardens indicators and expert advisors against silent numerical failures and standardizes data flow for later parts.

Published article "Three MACD Filters on US_TECH100: Five Years of Broker Data".

Three MACD Filters on US_TECH100: Five Years of Broker Data

This article tests three common filters on a standard MACD crossover for US_TECH100 H1 using five years of broker-native data. Filters are layered incrementally: regime, higher timeframe (HTF) alignment, and US session timing, to isolate each one's marginal impact. Results show session timing contributes far more than indicator refinements, while regime and HTF add little on their own. Includes a reproducible MQL5 regime classifier.

Published article "Beyond the Clock (Part 1): Building Activity and Imbalance Bars in Python and MQL5".

Beyond the Clock (Part 1): Building Activity and Imbalance Bars in Python and MQL5

The article replaces clock-based sampling with López de Prado's alternative bar types and provides two aligned implementations: a unified Python module for batch tick histories and an object‑oriented MQL5 library for live EAs. It covers Parquet/Dask infrastructure, data cleaning, and a single API. Practical issues are solved explicitly: zero‑tick time‑bar filtering, imbalance threshold initialization, EWM state persistence, and parity between Python and MQL5 outputs.

Published article "From Novice to Expert: Creating an MTF CRT Overlay Indicator in MQL5".

From Novice to Expert: Creating an MTF CRT Overlay Indicator in MQL5

Higher-timeframe CRT ranges are informative, yet traders often execute on lower timeframes without that context. We implement an MQL5 indicator that reads higher-timeframe OHLC, projects the full candle range, body, and wicks onto the active lower-timeframe chart, and marks entries, stops, and targets. This improves situational awareness and removes the need to switch windows.

Published article "Engineering Trading Discipline into Code (Part 5): Account-Level Risk Enforcement in MQL5".

Engineering Trading Discipline into Code (Part 5): Account-Level Risk Enforcement in MQL5

We introduce an MQL5 discipline engine that enforces risk consistently at the account level. It continuously scans positions from any source, validates SL/TP, equity-based exposure, and target R:R, and automatically corrects deviations by setting levels or adjusting volume. The result is uniform risk structure across manual and EA trades, supported by on-chart feedback and mode-based control.

Published article "Building an Object-Oriented FVG Scanner in MQL5".

Building an Object-Oriented FVG Scanner in MQL5

Create an object-oriented fair value gap (FVG) scanner in MQL5 and display liquidity gaps directly on a MetaTrader 5 chart, this article formalizes the imbalance geometry based on three candlesticks, synchronizes OHLC arrays with CopyRates, manages rectangles without leaks, and monitors mitigation in real time. It also shows how to integrate this class into an Expert Advisor with a strict new bar filter for stable and efficient execution.

More than 700 new charts published:

图表 XAUUSD, M15, 2026.05.07 02:11 UTC, Deriv (SVG) LLC, MetaTrader 5, Real
XAUUSD, M15
Grafik EURUSD, H1, 2026.05.07 10:43 UTC, Tickmill Europe Ltd, MetaTrader 5, Demo
EURUSD, H1
图表 XAUUSD, M5, 2026.05.07 18:49 UTC, MetaQuotes Ltd., MetaTrader 5, Demo
XAUUSD, M5

The most downloaded free products:

Bestsellers in the Market:

There are more than 49,520 products available in Market

30 new signals now available for subscription:

Chiroptera Hantec Markets Standard
276% 923 trades
Growth:276.30%
Equity:709.81EUR
Balance:707.36EUR
TITAN GROWTH AI
262% 282 trades
Growth:261.51%
Equity:320.16USD
Balance:320.16USD
Fair 21
240% 466 trades
Growth:239.52%
Equity:2,881.93USD
Balance:2,881.93USD
and 27 more...

5 new topics on forum:

and 2 more...

Published article "How to implement AutoARIMA forecasting in MQL5".

How to implement AutoARIMA forecasting in MQL5

This article presents an MQL5 implementation of AutoARIMA that builds ARIMA models without manual tuning. It estimates d via a variance-based heuristic, fits ARMA(p,q) by gradient optimization with Adam, and selects p and q using AICc. The code returns a one-step-ahead price forecast by differencing, model estimation, and integration back to price level, ready to call on a Close series.

Published article "Graph Theory: Heuristic Search Algorithm (A-Star) Applied in Trading".

Graph Theory: Heuristic Search Algorithm (A-Star) Applied in Trading

The article applies the A* heuristic to market structure by modeling validated swing highs and lows as graph nodes and weighting edges with ATR‑normalized distance, spread, and noise penalties. The engine searches the most efficient route to infer trade direction and targets, then filters signals by directional ratio, total path cost, and opposing swings. It anchors TP to the final node and SL to prior structure, with on‑chart visualization and configurable inputs.

Published article "MQL5 Wizard Techniques you should know (Part 88): Using Blooms Filter with a Custom Trailing Class".

MQL5 Wizard Techniques you should know (Part 88): Using Blooms Filter with a Custom Trailing Class

Our next focus in these series on ideas that can be rapidly prototyped with the MQL5 Wizard, is a Custom Trailing class that uses the Blooming Filter. Trailing Stop systems are an optional but very resourceful part to any trading system that we want to explore more in these series besides the traditional Entry Signals.

More than 800 new charts published:

График COPPER, H1, 2026.05.06 00:23 UTC, Ava Trade Ltd., MetaTrader 5, Demo
COPPER, H1
图表 XAUUSD, W1, 2026.05.06 13:23 UTC, Raw Trading Ltd, MetaTrader 5, Real
XAUUSD, W1
图表 XAUUSD, M15, 2026.05.06 01:16 UTC, Fusion Markets Pty Ltd, MetaTrader 5, Real
XAUUSD, M15

The most downloaded free products:

Bestsellers in the Market:

14 new signals now available for subscription:

Trade Withmed 1k
98% 355 trades
Growth:98.42%
Equity:943.75USD
Balance:943.75USD
Farmed Hedge vCopy II
57% 747 trades
Growth:56.66%
Equity:792.00USD
Balance:792.00USD
Sun shine EA
56% 2117 trades
Growth:55.75%
Equity:15,569.68USD
Balance:15,575.17USD
and 11 more...
There are more than 49,430 products available in Market

New publications in CodeBase

  • Institutional Shannon Entropy (Predictability Index) A quantitative Information Theory engine that calculates the Shannon Entropy of price distribution to mathematically measure market randomness and algorithmic predictability.
  • Weekend Gap Statistics and Distribution Analyzer The Weekend Gap Statistics & Distribution Analyzer is a purely analytical MQL5 indicator designed to evaluate the historical behavior of weekend price gaps. It scans chart data to calculate gap closure rates and measures the adverse excursion (drawdown) experienced before a gap successfully closes. By providing statistical distributions—including the 70th and 90th percentiles of adverse heat—this tool enables traders to make data-driven decisions. It moves beyond simple averages, allowing traders to properly assess risk, filter out low-probability instruments, and optimize stop-loss placement when fading weekend gaps.
There are more than 153,490 topics available on forum

Published article "Price Action Analysis Toolkit Development (Part 68): Price-Attached RSI Panel in MQL5".

Price Action Analysis Toolkit Development (Part 68): Price-Attached RSI Panel in MQL5

We present a chart-embedded RSI panel that removes the need for a separate window by attaching momentum directly to live price. The article explains the design and MQL5 code: real-time RSI retrieval, slope-based signal classification, and adaptive positioning. Traders get RSI value, state, and signal strength where decisions are made, improving clarity across timeframes.

Published article "Feature Engineering for ML (Part 2): Implementing Fixed-Width Fractional Differentiation in MQL5".

Feature Engineering for ML (Part 2): Implementing Fixed-Width Fractional Differentiation in MQL5

This article delivers a production-grade MQL5 implementation of fixed-width fractional differentiation for live MetaTrader 5 feeds. We introduce a header-only CFFDEngine that precomputes weights without a fixed cap, performs O(width) per-bar updates, and avoids per-tick allocations. The FFD.mq5 indicator supports all ENUM_APPLIED_PRICE types and prev_calculated optimization. Validation scripts confirm numerical equivalence with the standard Python frac diff_ffd pipeline.

3 new topics on forum:

Published article "From CPU to GPU in MQL5: A Practical OpenCL Framework for Accelerating Research, Optimizations, and Patterns".

From CPU to GPU in MQL5: A Practical OpenCL Framework for Accelerating Research, Optimizations, and Patterns

Find out how to build a practical CPU-to-GPU migration path in MQL5 using OpenCL. We will focus on context initialization, buffer organization, large batches, kernel startup, and minimizing data exchanges. Typical errors and ways to eliminate them will be considered as well. An example with candlestick patterns illustrates the practical benefit of the approach.

More than 700 new charts published:

Chart XAUUSD, M5, 2026.05.05 19:08 UTC, RoboForex Ltd, MetaTrader 4, Demo
XAUUSD, M5
图表 EURUSD, M15, 2026.05.05 11:55 UTC, XM Global Limited, MetaTrader 5, Demo
EURUSD, M15
图表 XAUUSD, M5, 2026.05.05 00:41 UTC, Zero Financial Ltd, MetaTrader 5, Real
XAUUSD, M5

The most downloaded free products:

Bestsellers in the Market:

There are more than 49,340 products available in Market

Most downloaded source codes this month

  • 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.
  • Smart Money Concepts An indicator which features full Smart Money Concept (SMC) + Break Of Structure (BOS) + Change Of Character (COC) + Fair Value Gap (FVG) Detection and Buy/Sell signals.

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.

13 new signals now available for subscription:

EA and semi manual
1,074% 19517 trades
Growth:1,073.54%
Equity:4,822.18USD
Balance:4,822.18USD
Growth 1
172% 167 trades
Growth:172.00%
Equity:2,720.00USD
Balance:2,720.00USD
QnityQuest
97% 227 trades
Growth:97.08%
Equity:30,138.41USD
Balance:30,138.41USD
and 10 more...

5 new topics on forum:

and 2 more...

Published article "Algorithmic Trading Without the Routine: Quick Trade Analysis in MetaTrader 5 with SQLite".

Algorithmic Trading Without the Routine: Quick Trade Analysis in MetaTrader 5 with SQLite

The article presents a minimal working set for maintaining a trading journal in MQL5 using SQLite: a table structure for trades, signals, and events, indices, prepared statements and trades, as well as standard analytical SQL queries. Integration with the statistics dashboard in MetaTrader 5 and working with the database via MetaEditor are demonstrated. The approach allows automating the journal, accelerating calculations, and performing analysis without complicating the EA code.

There are more than 49,260 products available in Market

The most downloaded free products:

More than 700 new charts published:

图表 USOUSD.s, H1, 2026.05.04 18:14 UTC, PU Prime Ltd, MetaTrader 5, Real
USOUSD.s, H1
图表 XAUUSD, M1, 2026.05.04 22:20 UTC, Deriv.com Limited, MetaTrader 5, Demo
XAUUSD, M1
График GOLD, M5, 2026.05.04 19:06 UTC, Ava Trade Ltd., MetaTrader 5, Demo
GOLD, M5

Bestsellers in the Market:

21 new signals now available for subscription:

SwingDesk
307% 1556 trades
Growth:307.11%
Equity:4,000.39USD
Balance:4,000.39USD
XAU DLS
246% 97 trades
Growth:246.07%
Equity:223.61USD
Balance:223.61USD
Hari Ke 7
150% 309 trades
Growth:150.16%
Equity:996.26USD
Balance:1,002.08USD
and 18 more...

Published article "Python + MetaTrader 5: Fast Research Framework for Data, Features, and Prototypes".

Python + MetaTrader 5: Fast Research Framework for Data, Features, and Prototypes

The article demonstrates how Python and MetaTrader 5 integration combines research flexibility and trade execution into a single workflow. Python is used for data analysis, feature selection and model training, while MetaTrader 5 is used for testing and trading automation. This approach simplifies the transfer of solutions into practice, increases reproducibility, and makes the development of trading systems faster and more structured.

Published article "Stress Testing Trade Sequences with Monte Carlo in MQL5".

Stress Testing Trade Sequences with Monte Carlo in MQL5

A backtest shows only one path among many possible outcomes. This MQL5 script performs 1000 bootstrap Monte Carlo resamples of a trade P&L series, draws a percentile fan chart on the chart via CCanvas, and reports probability of ruin, value at risk, and 95th‑percentile worst drawdown. The result is a practical view of path risk and drawdown exposure beyond a single equity curve.

3 new topics on forum:

There are more than 12,070 codes published in Codebase

Published article "CFTC Data Mining in Python and Building an AI Model".

CFTC Data Mining in Python and Building an AI Model

Let's try mining CFTC data, downloading COT and TFF reports via Python, connecting all this with MetaTrader 5 quotes and an AI model, and get forecasts. What are COT reports in the Forex market? How to use COT and TFF reports for forecasting?

More than 800 new charts published:

Grafico USOILm, H4, 2026.05.03 23:54 UTC, Exness Technologies Ltd, MetaTrader 5, Real
USOILm, H4
Gráfico EURUSD.fsim, H12, 2026.05.02 01:46 UTC, Exness Technologies Ltd, MetaTrader 5, Real
EURUSD.fsim, H12
Chart IBM.us, M5, 2026.05.03 09:17 UTC, Gerchik and Co Limited, MetaTrader 5, Real
IBM.us, M5
1...171819202122232425262728293031...681