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.

New publications in CodeBase

Published article "Automated Risk Management for Passing Prop Firm Challenges".

Automated Risk Management for Passing Prop Firm Challenges

This article explains the design of a prop-firm Expert Advisor for GOLD, featuring breakout filters, multi-timeframe analysis, robust risk management, and strict drawdown protection. The EA helps traders pass prop-firm challenges by avoiding rule breaches and stabilizing trade execution under volatile market conditions.

The most downloaded free products:

Bestsellers in the Market:

26 new signals now available for subscription:

Gold Spider Martingale
777% 854 trades
Growth:776.66%
Equity:4,161.34USD
Balance:5,234.50USD
Seth AI Gold MT5 and Zor AI
451% 560 trades
Growth:450.86%
Equity:787.43USD
Balance:787.43USD
Samurai AI
398% 137 trades
Growth:397.84%
Equity:5,934.57USD
Balance:5,934.57USD
and 23 more...
There are more than 42,940 products available in Market

5 new topics on forum:

and 2 more...

The most popular forum topics:

Published article "Codex Pipelines: From Python to MQL5 for Indicator Selection — A Multi-Quarter Analysis of the FXI ETF".

Codex Pipelines: From Python to MQL5 for Indicator Selection — A Multi-Quarter Analysis of the FXI ETF

We continue our look at how MetaTrader can be used outside its forex trading ‘comfort-zone’ by looking at another tradable asset in the form of the FXI ETF. Unlike in the last article where we tried to do ‘too-much’ by delving into not just indicator selection, but also considering indicator pattern combinations, for this article we will swim slightly upstream by focusing more on indicator selection. Our end product for this is intended as a form of pipeline that can help recommend indicators for various assets, provided we have a reasonable amount of their price history.

Published article "Adaptive Smart Money Architecture (ASMA): Merging SMC Logic With Market Sentiment for Dynamic Strategy Switching".

Adaptive Smart Money Architecture (ASMA): Merging SMC Logic With Market Sentiment for Dynamic Strategy Switching

This topic explores how to build an Adaptive Smart Money Architecture (ASMA)—an intelligent Expert Advisor that merges Smart Money Concepts (Order Blocks, Break of Structure, Fair Value Gaps) with real-time market sentiment to automatically choose the best trading strategy depending on current market conditions.

Published article "Overcoming The Limitation of Machine Learning (Part 9): Correlation-Based Feature Learning in Self-Supervised Finance".

Overcoming The Limitation of Machine Learning (Part 9): Correlation-Based Feature Learning in Self-Supervised Finance

Self-supervised learning is a powerful paradigm of statistical learning that searches for supervisory signals generated from the observations themselves. This approach reframes challenging unsupervised learning problems into more familiar supervised ones. This technology has overlooked applications for our objective as a community of algorithmic traders. Our discussion, therefore, aims to give the reader an approachable bridge into the open research area of self-supervised learning and offers practical applications that provide robust and reliable statistical models of financial markets without overfitting to small datasets.

The most downloaded free products:

There are more than 42,870 products available in Market

Most downloaded source codes this month

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.

Automating Trading Strategies in MQL5 (Part 42): Session-Based Opening Range Breakout (ORB) System

Automating Trading Strategies in MQL5 (Part 42): Session-Based Opening Range Breakout (ORB) System

In this article, we create a fully customizable session-based Opening Range Breakout (ORB) system in MQL5 that lets us set any desired session start time and range duration, automatically calculates the high and low of that opening period, and trades only confirmed breakouts in the direction of the move.

More than 300 new charts published:

Grafico USDJPYr, H1, 2025.12.08 04:51 UTC, HF Markets SA (Pty) Ltd, MetaTrader 5, Real
USDJPYr, H1
Graphique XAUUSDm, M5, 2025.12.07 11:06 UTC, Exness Technologies Ltd, MetaTrader 5, Demo
XAUUSDm, M5
Graphique GOLD, M30, 2025.12.08 01:45 UTC, XM Global Limited, MetaTrader 5, Real
GOLD, M30

New publications in CodeBase

  • Professional Close All Positions Panel Professional panel for closing positions with 6 smart filters. Close all, by type, by symbol, or by profit/loss. Real-time P&L display. Perfect for emergency exits and risk management. Includes safety confirmations.
  • Function for calculating lot size from risk per deposit The function calculates the lot size of an open position. The opening price of a deal, the price of stop loss level and the risk per deal in per cent of the deposit are passed as parameters

Bestsellers in the Market:

30 new signals now available for subscription:

Prophet NO1
2,872% 26537 trades
Growth:2,871.84%
Equity:33,598.79USD
Balance:33,598.79USD
AFSID Trading Central Pro
1,881% 36917 trades
Growth:1,881.16%
Equity:116,276.94USD
Balance:116,344.32USD
AFSID FX EURJPY
519% 4383 trades
Growth:518.78%
Equity:3,145.78USD
Balance:3,145.78USD
and 27 more...

Published article "Developing a multi-currency Expert Advisor (Part 24): Adding a new strategy (I)".

Developing a multi-currency Expert Advisor (Part 24): Adding a new strategy (I)

In this article, we will look at how to connect a new strategy to the auto optimization system we have created. Let's see what kind of EAs we need to create and whether it will be possible to do without changing the EA library files or minimize the necessary changes.

Published article "Mastering Kagi Charts in MQL5 (Part 2): Implementing Automated Kagi-Based Trading".

Mastering Kagi Charts in MQL5 (Part 2): Implementing Automated Kagi-Based Trading

Learn how to build a complete Kagi-based trading Expert Advisor in MQL5, from signal construction to order execution, visual markers, and a three-stage trailing stop. Includes full code, testing results, and a downloadable set file.

4 new topics on forum:

and 1 more...

Published article "Fortified Profit Architecture: Multi-Layered Account Protection".

Fortified Profit Architecture: Multi-Layered Account Protection

In this discussion, we introduce a structured, multi-layered defense system designed to pursue aggressive profit targets while minimizing exposure to catastrophic loss. The focus is on blending offensive trading logic with protective safeguards at every level of the trading pipeline. The idea is to engineer an EA that behaves like a “risk-aware predator”—capable of capturing high-value opportunities, but always with layers of insulation that prevent blindness to sudden market stress.

Published article "The View and Controller components for tables in the MQL5 MVC paradigm: Containers".

The View and Controller components for tables in the MQL5 MVC paradigm: Containers

In this article, we will discuss creating a "Container" control that supports scrolling its contents. Within the process, the already implemented classes of graphics library controls will be improved.

The most downloaded free products:

There are more than 42,800 products available in Market

New publications in CodeBase

  • Aklamavo Quarters Theory This indicator implements the "Quarters Theory" - a technical analysis concept that divides price movement into four quarters around a central base level. It's designed to work with multiple asset types (Forex, stocks, commodities, etc.) and provides visual quarter levels on the chart.
  • Clickable button excample (close all positions) An example of adding buttons for your advisors. In this example, a button has been implemented to close all active positions for all instruments. In addition to the button event processing functionality, methods for closing positions relative to the symbol name and counting the number of positions relative to the symbol name are also implemented.

Bestsellers in the Market:

The most popular forum topics:

6 new topics on forum:

and 3 more...

14 new signals now available for subscription:

Trader Grind
235% 215 trades
Growth:235.01%
Equity:338.67USD
Balance:338.67USD
EXNESS M
133% 806 trades
Growth:132.79%
Equity:7,251.58USD
Balance:7,251.58USD
AggresiveDeposan
87% 43 trades
Growth:86.99%
Equity:672.91USD
Balance:672.02USD
and 11 more...

Published article "Automating Trading Strategies in MQL5 (Part 45): Inverse Fair Value Gap (IFVG)".

Automating Trading Strategies in MQL5 (Part 45): Inverse Fair Value Gap (IFVG)

In this article, we create an Inverse Fair Value Gap (IFVG) detection system in MQL5 that identifies bullish/bearish FVGs on recent bars with minimum gap size filtering, tracks their states as normal/mitigated/inverted based on price interactions (mitigation on far-side breaks, retracement on re-entry, inversion on close beyond far side from inside), and ignores overlaps while limiting tracked FVGs.

Published article "Chaos Game Optimization (CGO)".

Chaos Game Optimization (CGO)

The article presents a new metaheuristic algorithm, Chaos Game Optimization (CGO), which demonstrates a unique ability to maintain high efficiency when dealing with high-dimensional problems. Unlike most optimization algorithms, CGO not only does not lose, but sometimes even increases performance when scaling a problem, which is its key feature.

The most downloaded free products:

12 new signals now available for subscription:

Ultimate Pulse
146% 89 trades
Growth:146.44%
Equity:1,232.19USD
Balance:1,232.19USD
AIST Pro stabil
111% 1205 trades
Growth:110.77%
Equity:21,171.62USD
Balance:21,171.62USD
Zainal arifin
108% 262 trades
Growth:107.84%
Equity:7,197.92USD
Balance:7,197.92USD
and 9 more...

Most downloaded source codes this week

  • ONNX Trader An example of a bot with an embedded machine learning model that is trained in python and saved in ONNX format.
  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
  • YY_Cross_2_Ma The two moving averages crossover strategy is one of the most common trading strategies in the financial market. It is based on the use of two moving averages (usually long and short term) and signals an entry into a position based on their crossover.

Most read articles this week

Automating Trading Strategies in MQL5 (Part 42): Session-Based Opening Range Breakout (ORB) System

Automating Trading Strategies in MQL5 (Part 42): Session-Based Opening Range Breakout (ORB) System

In this article, we create a fully customizable session-based Opening Range Breakout (ORB) system in MQL5 that lets us set any desired session start time and range duration, automatically calculates the high and low of that opening period, and trades only confirmed breakouts in the direction of the move.

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.

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.

Bestsellers in the Market:

There are more than 42,730 products available in Market

4 new topics on forum:

and 1 more...

New publications in CodeBase

  • DeltaFusionLite DeltaFusion Lite is the simplified version of the DeltaFusionPro indicator for MT4. It calculates and displays Cumulative Delta and Net Delta, giving traders a clear view of buying and selling pressure within each candle. By analyzing the distribution of volume between bid and ask, it helps identify market sentiment shifts, potential reversals, and various types of divergences between price and volume.
  • RSD Histogram Relative Strength Deviation Histogram

The most downloaded free products:

Bestsellers in the Market:

More than 300 new charts published:

Grafik GBPUSD, M1, 2025.12.06 00:52 UTC, Ava Trade Ltd., MetaTrader 5, Demo
GBPUSD, M1
チャート USDCHF, H4, 2025.12.06 00:44 UTC, FP Markets LLC, MetaTrader 4, Demo
USDCHF, H4
Gráfico NZDCAD-OTCq, M1, 2025.12.05 18:35 UTC, Alpari, MetaTrader 4, Demo
NZDCAD-OTCq, M1

10 new signals now available for subscription:

Test index
166% 704 trades
Growth:165.92%
Equity:54,071.30USD
Balance:54,071.30USD
Tuan Goai Cop
135% 593 trades
Growth:135.46%
Equity:1,859.51USD
Balance:1,859.51USD
Saturday Live
112% 834 trades
Growth:111.94%
Equity:1,290.51USD
Balance:1,502.10USD
and 7 more...
There are more than 152,070 topics available on forum

5 new topics on forum:

and 2 more...

The most downloaded free products:

Bestsellers in the Market:

There are more than 42,650 products available in Market
1...131415161718192021222324252627...649