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.

There are more than 49,970 products available in Market

Bestsellers in the Market:

14 new signals now available for subscription:

CARRO CAPITAL TRADER GRID 1
397% 3510 trades
Growth:396.74%
Equity:2,051.43EUR
Balance:2,481.87EUR
Stable Sky
178% 507 trades
Growth:177.92%
Equity:24,776.35USD
Balance:27,792.15USD
EA Follow Trend Ajaib
173% 20928 trades
Growth:173.31%
Equity:856,940.33USD
Balance:856,558.43USD
and 11 more...

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.

There are more than 153,550 topics available on forum

6 new topics on forum:

and 3 more...

Published article "Encoding Candlestick Patterns (Part 1): An Alphabetical System for Signal Detection".

Encoding Candlestick Patterns (Part 1): An Alphabetical System for Signal Detection

We present a rule‑based alphabet for candlestick price action that maps measurable shape and direction to letter codes (A/a, H/h, E/e, G/g, D). The article shows an MQL5 implementation: classifying candles, building two‑bar sequences via permutations, and scanning charts with an indicator and alerts. Readers gain a practical template for objective pattern detection and systematic testing.

New publications in CodeBase

  • MACD Institutional MACD Institutional is an advanced indicator designed for traders looking to trade in line with the "smart money". Unlike the standard MACD, which processes every tick or candlestick close indiscriminately, this indicator reconstructs the price structure using a dynamic volume filter before calculating its moving averages.
  • Institutional Kalman Filter (Dynamic True Price Estimator) An aerospace-grade state estimation algorithm that dynamically filters out market noise and manipulation wicks to reveal the true underlying execution price with zero static phase-lag.
  • Aura Heiken Ashi Advanced smoothed Heiken Ashi indicator featuring automated Supply & Demand zones, EMA trend filtering, and multi-indicator momentum confirmation for high-precision trading.

Published article "Exploring Conformal Forecasting of Financial Time Series".

Exploring Conformal Forecasting of Financial Time Series

In this article, we will consider conformal predictions and the MAPIE library that implements them. This approach is one of the most modern ones in machine learning and allows us to focus on risk management for existing diverse machine learning models. Conformal predictions, by themselves, are not a way to find patterns in data. They only determine the degree of confidence of existing models in predicting specific examples and allow filtering for reliable predictions.

Published article "Adaptive Malaysian Engulfing Indicator (Part 1): Pattern Detection and Retest Validation".

Adaptive Malaysian Engulfing Indicator (Part 1): Pattern Detection and Retest Validation

Implement the Malaysian Engulfing concept in MQL5 with two coordinated indicators. One applies strict, body‑based engulfing rules for precise pattern detection; the other uses a state-driven model to monitor what follows—pullbacks and timed retests—directly on the chart. The result is a repeatable, rule-based workflow that replaces visual guesswork with programmable logic.

The most downloaded free products:

Bestsellers in the Market:

There are more than 49,860 products available in Market

12 new signals now available for subscription:

Forex Hexagrid Master
277% 784 trades
Growth:276.89%
Equity:3,644.76BRL
Balance:5,019.70BRL
RTAG GOLD 5M
186% 7513 trades
Growth:185.77%
Equity:455,802.00JPY
Balance:455,802.00JPY
Airsoft mini
100% 1476 trades
Growth:99.69%
Equity:2,147.24USD
Balance:2,805.02USD
and 9 more...

The most popular forum topics:

Published article "Creating a Custom Tick Chart in MQL5".

Creating a Custom Tick Chart in MQL5

Learn how to implement a tick-based chart in MQL5 where each bar is built from a fixed number of ticks instead of time. The article covers creating and configuring a custom symbol, capturing real-time ticks, forming OHLC values, and pushing data with CustomRatesUpdate. This approach produces activity-driven candles that better reflect market intensity and short-term momentum for precise intraday analysis.

Published article "The MQL5 Standard Library Explorer (Part 11): How to Build a Matrix-Based Market Structure Indicator in MQL5".

The MQL5 Standard Library Explorer (Part 11): How to Build a Matrix-Based Market Structure Indicator in MQL5

Learn to engineer an MQL5 indicator that converts trend, momentum, and volatility into a single raw score using a matrix.mqh (ALGLIB). The article covers a separate‑window oscillator to validate the core mathematics, then a main‑chart indicator that plots non‑repainting buy/sell arrows when the score crosses user‑defined thresholds. An optional long‑term EMA filter, a minimum‑bar cooldown, and built‑in alerts make the tool practical for live trading.

Published article "MetaTrader 5 Machine Learning Blueprint (Part 15): How to Calibrate Profit-Taking and Stop-Loss Targets from Synthetic Data".

MetaTrader 5 Machine Learning Blueprint (Part 15): How to Calibrate Profit-Taking and Stop-Loss Targets from Synthetic Data

This article applies the Optimal Trading Rule from AFML Chapter 13 to set profit targets and stop-losses without in-sample calibration. We model post-entry P&L with a discrete Ornstein–Uhlenbeck process, run a 100,000-path search, and implement Python, multiprocessing, and a Numba @njit parallel kernel (242× faster). The result is an optimal (PT, SL) under three forecast specifications, constrained by the prop-firm daily loss limit.

7 new topics on forum:

and 4 more...

Published article "Event-Driven Architecture in MQL5: How to Turn an Expert Advisor into a Full-Fledged Trading System".

Event-Driven Architecture in MQL5: How to Turn an Expert Advisor into a Full-Fledged Trading System

The article is dedicated to the event-driven architecture in MQL5 and describes the transition from the monolithic OnTick model to distributed processing. We will consider predefined and custom events, services and messaging between programs, as well as common architectural errors. A practical example demonstrates how to organize interactions between indicators and an EA to reduce load, improve readability, and simplify maintenance.

The most downloaded free products:

More than 700 new charts published:

Grafico EURUSD, M30, 2026.05.10 21:35 UTC, MetaQuotes Ltd., MetaTrader 5, Demo
EURUSD, M30
Gráfico GER40, M1, 2026.05.09 06:09 UTC, Titan FX Limited, MetaTrader 5, Real
GER40, M1
Grafico Volatility 250 (1s) Index, M10, 2026.05.10 12:41 UTC, Deriv.com Limited, MetaTrader 5, Demo
Volatility 250 (1s) Index, M10
There are more than 49,770 products available in Market

Bestsellers in the Market:

Most downloaded source codes this week

  • Prime Quantum AI — TRADE WITH AI (Anthropic Claude, OpenAI GPT, Google Gemini, DeepSeek, xAI Grok). Prime Quantum AI is an MT5 Expert Advisor combining a classical pre-filter (ADX + Alligator) with AI vision-based chart confirmation from major AI providers (Anthropic Claude, OpenAI GPT, Google Gemini, DeepSeek, xAI Grok). When the pre-filter detects a trend setup, the EA captures three adaptive- timeframe chart screenshots and sends them to the configured AI provider, which returns direction, confidence, stop-loss and take-profit. A trade is opened only when the AI confirms the pre-filter signal with sufficient confidence. Features: dual Standard Broker / Prop Firm risk modes, configurable lot sizing, optional martingale, multiple SL/TP modes, trailing stop, partial close, news/time/day/spread filters, draggable on-chart info panel, and fully exposed indicator parameters. Requires MetaTrader 5, WebRequest enabled for your provider's URL, and a valid API key. Provider auto-detected from key format.
  • XANDER Grid XAUUSD Bidirectional grid EA for Gold (XAUUSD). Ideal for ProCent accounts. Includes Daily Profit Target and Max Drawdown protection.
  • Super Trend The Supertrend indicator plots an ATR-based dynamic trend line on the MetaTrader 5 chart, switching between a green uptrend and red downtrend line with optional buy/sell arrow signals at every trend reversal.

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.

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.

15 new signals now available for subscription:

Friday Monday IC
86% 59 trades
Growth:86.28%
Equity:93.75USD
Balance:93.05USD
CryptoZif
85% 1205 trades
Growth:85.41%
Equity:15,237.19USD
Balance:19,402.27USD
TraChannel
60% 33 trades
Growth:60.00%
Equity:444.07USD
Balance:444.07USD
and 12 more...

5 new topics on forum:

and 2 more...

The most downloaded free products:

There are more than 49,680 products available in Market

Bestsellers in the Market:

13 new signals now available for subscription:

NRcorp
138% 2353 trades
Growth:138.19%
Equity:10,405.62USD
Balance:11,182.02USD
EXEC x EXION Ai SX
124% 38 trades
Growth:123.93%
Equity:335.89USD
Balance:335.89USD
Aurum Mesh
93% 144 trades
Growth:92.62%
Equity:1,605.25USD
Balance:1,605.25USD
and 10 more...

7 new topics on forum:

and 4 more...

The most downloaded free products:

More than 700 new charts published:

图表 IBM.us, M15, 2026.05.08 12:07 UTC, Gerchik and Co Limited, MetaTrader 5, Real
IBM.us, M15
图表 EURUSD, D1, 2026.05.08 02:17 UTC, Tradexfin Limited, MetaTrader 5, Real
EURUSD, D1
图表 USDJPYb, M5, 2026.05.08 04:43 UTC, AMarkets LLC, MetaTrader 4, Real
USDJPYb, M5

Bestsellers in the Market:

The most popular forum topics:

14 new signals now available for subscription:

Zerqon EA
425% 1403 trades
Growth:424.61%
Equity:1,573.82USD
Balance:1,573.82USD
Sally port 3 Line
73% 5426 trades
Growth:73.42%
Equity:6,072,846.15USD
Balance:6,072,846.15USD
MonitoringL
43% 1275 trades
Growth:43.24%
Equity:7,095.85USD
Balance:7,201.01USD
and 11 more...
There are more than 49,610 products available in Market

7 new topics on forum:

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

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.

1...242526272829303132333435363738...689