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 "Automating Trading Strategies in MQL5 (Part 41): Candle Range Theory (CRT) – Accumulation, Manipulation, Distribution (AMD)".

Automating Trading Strategies in MQL5 (Part 41): Candle Range Theory (CRT) – Accumulation, Manipulation, Distribution (AMD)

In this article, we develop a Candle Range Theory (CRT) trading system in MQL5 that identifies accumulation ranges on a specified timeframe, detects breaches with manipulation depth filtering, and confirms reversals for entry trades in the distribution phase. The system supports dynamic or static stop-loss and take-profit calculations based on risk-reward ratios, optional trailing stops, and limits on positions per direction for controlled risk management.

Published article "Automating Black-Scholes Greeks: Advanced Scalping and Microstructure Trading".

Automating Black-Scholes Greeks: Advanced Scalping and Microstructure Trading

Gamma and Delta were originally developed as risk-management tools for hedging options exposure, but over time they evolved into powerful instruments for advanced scalping, order-flow modeling, and microstructure trading. Today, they serve as real-time indicators of price sensitivity and liquidity behavior, enabling traders to anticipate short-term volatility with remarkable precision.

Published article "Overcoming The Limitation of Machine Learning (Part 7): Automatic Strategy Selection".

Overcoming The Limitation of Machine Learning (Part 7): Automatic Strategy Selection

This article demonstrates how to automatically identify potentially profitable trading strategies using MetaTrader 5. White-box solutions, powered by unsupervised matrix factorization, are faster to configure, more interpretable, and provide clear guidance on which strategies to retain. Black-box solutions, while more time-consuming, are better suited for complex market conditions that white-box approaches may not capture. Join us as we discuss how our trading strategies can help us carefully identify profitable strategies under any circumstance.

The most downloaded free products:

More than 900 new charts published:

图表 Volatility 10 (1s) Index, M3, 2025.11.20 17:06 UTC, Deriv (SVG) LLC, MetaTrader 5, Real
Volatility 10 (1s) Index, M3
График BTCUSD, H1, 2025.11.20 14:27 UTC, Capital Point Trading Ltd, MetaTrader 5, Demo
BTCUSD, H1
차트 EURUSD, M1, 2025.11.20 09:43 UTC, Combat Capital Markets LLC, MetaTrader 5, Demo
EURUSD, M1

Bestsellers in the Market:

10 new topics on forum:

and 7 more...

The most popular forum topics:

7 new signals now available for subscription:

Jossgrowthh
658% 1376 trades
Growth:658.09%
Equity:1,030.53USD
Balance:1,030.53USD
Friday Pro
642% 263 trades
Growth:641.91%
Equity:584.13USD
Balance:582.18USD
PA WT
185% 233 trades
Growth:185.35%
Equity:429.16USD
Balance:429.16USD
and 4 more...

Published article "Risk Management (Part 2): Implementing Lot Calculation in a Graphical Interface".

Risk Management (Part 2): Implementing Lot Calculation in a Graphical Interface

In this article, we will look at how to improve and more effectively apply the concepts presented in the previous article using the powerful MQL5 graphical control libraries. We'll go step by step through the process of creating a fully functional GUI. I'll be explaining the ideas behind it, as well as the purpose and operation of each method used. Additionally, at the end of the article, we will test the panel we created to ensure it functions correctly and meets its stated goals.

Published article "Building AI-Powered Trading Systems in MQL5 (Part 6): Introducing Chat Deletion and Search Functionality".

Building AI-Powered Trading Systems in MQL5 (Part 6): Introducing Chat Deletion and Search Functionality

In Part 6 of our MQL5 AI trading system series, we advance the ChatGPT-integrated Expert Advisor by introducing chat deletion functionality through interactive delete buttons in the sidebar, small/large history popups, and a new search popup, allowing traders to manage and organize persistent conversations efficiently while maintaining encrypted storage and AI-driven signals from chart data.

Published article "Markets Positioning Codex in MQL5 (Part 2): Bitwise Learning, with Multi-Patterns for Nvidia".

Markets Positioning Codex in MQL5 (Part 2):  Bitwise Learning, with Multi-Patterns for Nvidia

We continue our new series on Market-Positioning, where we study particular assets, with specific trade directions over manageable test windows. We started this by considering Nvidia Corp stock in the last article, where we covered 5 signal patterns from the complimentary pairing of the RSI and DeMarker oscillators. For this article, we cover the remaining 5 patterns and also delve into multi-pattern options that not only feature untethered combinations of all ten, but also specialized combinations of just a pair.

3 new signals now available for subscription:

Eser 3
207% 96 trades
Growth:206.97%
Equity:160.61USD
Balance:160.61USD
Prueba
67% 389 trades
Growth:66.97%
Equity:2,252.19USD
Balance:2,252.19USD
and 1 more...

More than 1000 new charts published:

차트 BTCUSD, M5, 2025.11.19 18:27 UTC, AMarkets LLC, MetaTrader 4, Real
BTCUSD, M5
Grafik XAUUSD, H1, 2025.11.19 09:40 UTC, Notesco (BVI) Ltd, MetaTrader 4, Real
XAUUSD, H1
Gráfico ETHUSD, M15, 2025.11.19 18:27 UTC, AMarkets LLC, MetaTrader 4, Real
ETHUSD, M15

The most downloaded free products:

There are more than 41,200 products available in Market

Bestsellers in the Market:

There are more than 151,910 topics available on forum

13 new topics on forum:

and 10 more...

New publications in CodeBase

  • KSU_martin Closing martingale trades
  • MACD-v MACD-v is a volatility-normalised variation of the classic MACD. It provides momentum, crossover and expansion/contraction signals with enhanced stability across multiple market conditions.
There are more than 2,500 articles published on site

Published article "Developing Trading Strategy: Pseudo Pearson Correlation Approach".

Developing Trading Strategy: Pseudo Pearson Correlation Approach

Generating new indicators from existing ones offers a powerful way to enhance trading analysis. By defining a mathematical function that integrates the outputs of existing indicators, traders can create hybrid indicators that consolidate multiple signals into a single, efficient tool. This article introduces a new indicator built from three oscillators using a modified version of the Pearson correlation function, which we call the Pseudo Pearson Correlation (PPC). The PPC indicator aims to quantify the dynamic relationship between oscillators and apply it within a practical trading strategy.

Published article "From Novice to Expert: Predictive Price Pathways".

From Novice to Expert: Predictive Price Pathways

Fibonacci levels provide a practical framework that markets often respect, highlighting price zones where reactions are more likely. In this article, we build an expert advisor that applies Fibonacci retracement logic to anticipate likely future moves and trade retracements with pending orders. Explore the full workflow—from swing detection to level plotting, risk controls, and execution.

Published article "Implementation of a table model in MQL5: Applying the MVC concept".

Implementation of a table model in MQL5: Applying the MVC concept

In this article, we look at the process of developing a table model in MQL5 using the MVC (Model-View-Controller) architectural pattern to separate data logic, presentation, and control, enabling structured, flexible, and scalable code. We consider implementation of classes for building a table model, including the use of linked lists for storing data.

Published article "Neural Networks in Trading: Hierarchical Dual-Tower Transformer (Hidformer)".

Neural Networks in Trading: Hierarchical Dual-Tower Transformer (Hidformer)

We invite you to get acquainted with the Hierarchical Double-Tower Transformer (Hidformer) framework, which was developed for time series forecasting and data analysis. The framework authors proposed several improvements to the Transformer architecture, which resulted in increased forecast accuracy and reduced computational resource consumption.

Bestsellers in the Market:

The most downloaded free products:

More than 700 new charts published:

Grafik BTCUSD, H1, 2025.11.18 21:43 UTC, Capital Point Trading Ltd, MetaTrader 5, Demo
BTCUSD, H1
Grafik BTCUSD, H1, 2025.11.18 21:39 UTC, Capital Point Trading Ltd, MetaTrader 5, Demo
BTCUSD, H1
Grafik XAUUSD, M5, 2025.11.18 13:44 UTC, FTMO Global Markets Ltd, MetaTrader 5, Real
XAUUSD, M5

Most downloaded source codes this month

  • Quantum Gold Silver Trader Quantum System - Uses quantum states and probabilities to make decisions.
  • The RSI Engine The RSI Engine EA is a highly versatile automated trading robot for MetaTrader 5, designed to execute trades based on signals from the popular Relative Strength Index (RSI) indicator. Version 2.1 features optimized signal processing and enhanced stability. The EA provides a flexible framework with multiple RSI-based strategies, confirmation filters, and comprehensive trade management settings, making it suitable for both novice and experienced traders.
  • Volume Profile This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution.

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.

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.

6 new signals now available for subscription:

AI Gold Trading IC Markets
341% 53 trades
Growth:340.51%
Equity:440.51USD
Balance:440.51USD
Rex Aquila
29% 636 trades
Growth:29.01%
Equity:1,227.48USD
Balance:1,289.90USD
MULTI CURR Low DD1
26% 1991 trades
Growth:26.27%
Equity:3,094,717.00JPY
Balance:3,136,997.00JPY
and 3 more...

8 new topics on forum:

and 5 more...

Published article "Price Action Analysis Toolkit Development (Part 50): Developing the RVGI, CCI and SMA Confluence Engine in MQL5".

Price Action Analysis Toolkit Development (Part 50): Developing the RVGI, CCI and SMA Confluence Engine in MQL5

Many traders struggle to identify genuine reversals. This article presents an EA that combines RVGI, CCI (±100), and an SMA trend filter to produce a single clear reversal signal. The EA includes an on-chart panel, configurable alerts, and the full source file for immediate download and testing.

Published article "Market Simulation (Part 06): Transferring Information from MetaTrader 5 to Excel".

Market Simulation (Part 06): Transferring Information from MetaTrader 5 to Excel

Many people, especially non=programmers, find it very difficult to transfer information between MetaTrader 5 and other programs. One such program is Excel. Many use Excel as a way to manage and maintain their risk control. It is an excellent program and easy to learn, even for those who are not VBA programmers. Here we will look at how to establish a connection between MetaTrader 5 and Excel (a very simple method).

New publications in CodeBase

The most downloaded free products:

More than 700 new charts published:

Gráfico USDJPYb, M5, 2025.11.17 18:49 UTC, AMarkets LLC, MetaTrader 4, Real
USDJPYb, M5
Gráfico EURUSDb, H1, 2025.11.17 18:51 UTC, AMarkets LLC, MetaTrader 4, Real
EURUSDb, H1
チャート EURUSDb, M5, 2025.11.17 18:50 UTC, AMarkets LLC, MetaTrader 4, Real
EURUSDb, M5
There are more than 41,130 products available in Market

10 new topics on forum:

and 7 more...

Bestsellers in the Market:

The most popular forum topics:

12 new signals now available for subscription:

THPX AI 3I
252% 2558 trades
Growth:251.65%
Equity:10,830.00USD
Balance:10,807.03USD
MT SV highrisk
206% 1550 trades
Growth:205.93%
Equity:10,869.60USD
Balance:11,118.10USD
HedGinG AFNF B
167% 369 trades
Growth:166.92%
Equity:552.15USD
Balance:569.19USD
and 9 more...

New publications in CodeBase

  • Candlestick Analysis Report This script helps traders understand the distribution and breadth of candlesticks over a specific period, which can be useful in making trading decisions such as which Take Profit or Stop Loss to use based on historical values.
  • ZigZag HH HL LH LL Pattern Label Indicator (MT4) This indicator is an enhanced version of the standard ZigZag used in MetaTrader 4. It automatically detects and labels structural price points: Higher High (HH), Higher Low (HL), Lower High (LH), and Lower Low (LL). The indicator draws trend lines between ZigZag points and prints the market structure on the chart in real time. Useful for: • Market structure analysis (HH, HL, LH, LL) • Pattern recognition (Head & Shoulders, Quasimodo, Break of Structure) • Trend continuation / reversal confirmation • Dashboard scanners and multi-timeframe systems The code has been optimized to remove warnings, uses only MQL4-compatible functions, and ensures clean object management with timeframe tagging. Suitable for manual traders, system builders, and EA developers.
There are more than 11,820 codes published in Codebase

Published article "Automating Trading Strategies in MQL5 (Part 40): Fibonacci Retracement Trading with Custom Levels".

Automating Trading Strategies in MQL5 (Part 40): Fibonacci Retracement Trading with Custom Levels

In this article, we build an MQL5 Expert Advisor for Fibonacci retracement trading, using either daily candle ranges or lookback arrays to calculate custom levels like 50% and 61.8% for entries, determining bullish or bearish setups based on close vs. open. The system triggers buys or sells on price crossings of levels with max trades per level, optional closure on new Fib calcs, points-based trailing stops after a min profit threshold, and SL/TP buffers as percentages of the range.

Published article "Self Optimizing Expert Advisors in MQL5 (Part 17): Ensemble Intelligence".

Self Optimizing Expert Advisors in MQL5 (Part 17): Ensemble Intelligence

All algorithmic trading strategies are difficult to set up and maintain, regardless of complexity—a challenge shared by beginners and experts alike. This article introduces an ensemble framework where supervised models and human intuition work together to overcome their shared limitations. By aligning a moving average channel strategy with a Ridge Regression model on the same indicators, we achieve centralized control, faster self-correction, and profitability from otherwise unprofitable systems.

Published article "Markets Positioning Codex in MQL5 (Part 1): Bitwise Learning for Nvidia".

Markets Positioning Codex in MQL5 (Part 1): Bitwise Learning for Nvidia

We commence a new article series that builds upon our earlier efforts laid out in the MQL5 Wizard series, by taking them further as we step up our approach to systematic trading and strategy testing. Within these new series, we’ll concentrate our focus on Expert Advisors that are coded to hold only a single type of position - primarily longs. Focusing on just one market trend can simplify analysis, lessen strategy complexity and expose some key insights, especially when dealing in assets beyond forex. Our series, therefore, will investigate if this is effective in equities and other non-forex assets, where long only systems usually correlate well with smart money or institution strategies.

Published article "Integrating MQL5 with Data Processing Packages (Part 6): Merging Market Feedback with Model Adaptation".

Integrating MQL5 with Data Processing Packages (Part 6): Merging Market Feedback with Model Adaptation

In this part, we focus on how to merge real-time market feedback—such as live trade outcomes, volatility changes, and liquidity shifts—with adaptive model learning to maintain a responsive and self-improving trading system.

The most downloaded free products:

More than 700 new charts published:

Grafik EURUSD, H1, 2025.11.15 06:37 UTC, Alpari, MetaTrader 4, Demo
EURUSD, H1
Graphique XAUUSDm, W1, 2025.11.15 00:56 UTC, Exness Technologies Ltd, MetaTrader 4, Real
XAUUSDm, W1
График BTCUSDs, M15, 2025.11.15 22:08 UTC, NPE Market Limited, MetaTrader 5, Real
BTCUSDs, M15
1...202122232425262728293031323334...652