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.

11 new topics on forum:

and 8 more...

14 new signals now available for subscription:

AlphaTrend
155% 730 trades
Growth:154.94%
Equity:2,532.33USD
Balance:2,549.41USD
Gold AI
127% 575 trades
Growth:126.79%
Equity:33,274.28USD
Balance:33,274.28USD
Nguyen Quang Huy 12
101% 355 trades
Growth:100.69%
Equity:1,077.34USD
Balance:1,077.34USD
and 11 more...

Bestsellers in the Market:

New publications in CodeBase

Published article "Building AI-Powered Trading Systems in MQL5 (Part 7): Further Modularization and Automated Trading".

Building AI-Powered Trading Systems in MQL5 (Part 7): Further Modularization and Automated Trading

In this article, we enhance the AI-powered trading system's modularity by separating UI components into a dedicated include file. The system now automates trade execution based on AI-generated signals, parsing JSON responses for BUY/SELL/NONE with entry/SL/TP, visualizing patterns like engulfing or divergences on charts with arrows, lines, and labels, and optional auto-signal checks on new bars.

Published article "Codex Pipelines, from Python to MQL5, for Indicator Selection: A Multi-Quarter Analysis of the XLF ETF with Machine Learning".

Codex Pipelines, from Python to MQL5, for Indicator Selection: A Multi-Quarter Analysis of the XLF ETF with Machine Learning

We continue our look at how the selection of indicators can be pipelined when facing a ‘none-typical’ MetaTrader asset. MetaTrader 5 is primarily used to trade forex, and that is good given the liquidity on offer, however the case for trading outside of this ‘comfort-zone’, is growing bolder with not just the overnight rise of platforms like Robinhood, but also the relentless pursuit of an edge for most traders. We consider the XLF ETF for this article and also cap our revamped pipeline with a simple MLP.

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • KA-Gold Bot MT5 KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods. - Time frame: M15
  • 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.

Most read articles this week

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.

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.

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.

There are more than 152,120 topics available on forum

11 new topics on forum:

and 8 more...

The most downloaded free products:

More than 400 new charts published:

Chart US500Cash, M5, 2025.12.13 01:09 UTC, Tradexfin Limited, MetaTrader 4, Demo
US500Cash, M5
Gráfico XAUUSD, M1, 2025.12.13 02:47 UTC, FTMO Global Markets Ltd, MetaTrader 5, Real
XAUUSD, M1
图表 BTCUSDt, H1, 2025.12.13 23:39 UTC, Gerchik and Co Limited, MetaTrader 4, Demo
BTCUSDt, H1

Bestsellers in the Market:

There are more than 42,290 products available in Market

4 new topics on forum:

and 1 more...

9 new signals now available for subscription:

ALPHA 187
189% 678 trades
Growth:188.73%
Equity:14,677.98USD
Balance:14,445.50USD
TPFX EAs
20% 119 trades
Growth:19.84%
Equity:187.02USD
Balance:202.65USD
FPM Stream Deck EA
20% 1955 trades
Growth:19.65%
Equity:979.94USD
Balance:979.94USD
and 6 more...

The most downloaded free products:

There are more than 42,240 products available in Market

Bestsellers in the Market:

The most popular forum topics:

14 new signals now available for subscription:

AT MASTER Fx
375% 11493 trades
Growth:374.61%
Equity:524.33USD
Balance:524.33USD
SuperScal2X
282% 4221 trades
Growth:281.71%
Equity:17,087.47USD
Balance:17,087.47USD
XAUUSD Golden Falcon
239% 18112 trades
Growth:239.28%
Equity:17,312.09USD
Balance:17,312.09USD
and 11 more...
There are more than 2,550 articles published on site

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

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

In the article, we will add the functionality of resizing controls by dragging edges and corners of the element with the mouse.

New publications in CodeBase

  • CDatetimeMsc CDateTime milliseconds extension + datetime supervisory variable extension
  • Intraday Triple Performance Set three crosses and monitor the daily percentage performance starting from a given time (that can also be set).

4 new topics on forum:

and 1 more...

Published article "From Novice to Expert: Trading the RSI with Market Structure Awareness".

From Novice to Expert: Trading the RSI with Market Structure Awareness

In this article, we will explore practical techniques for trading the Relative Strength Index (RSI) oscillator with market structure. Our focus will be on channel price action patterns, how they are typically traded, and how MQL5 can be leveraged to enhance this process. By the end, you will have a rule-based, automated channel-trading system designed to capture trend continuation opportunities with greater precision and consistency.

Published article "Introduction to MQL5 (Part 31): Mastering API and WebRequest Function in MQL5 (V)".

Introduction to MQL5 (Part 31): Mastering API and WebRequest Function in MQL5 (V)

Learn how to use WebRequest and external API calls to retrieve recent candle data, convert each value into a usable type, and save the information neatly in a table format. This step lays the groundwork for building an indicator that visualizes the data in candle format.

Published article "Automating Trading Strategies in MQL5 (Part 46): Liquidity Sweep on Break of Structure (BoS)".

Automating Trading Strategies in MQL5 (Part 46): Liquidity Sweep on Break of Structure (BoS)

In this article, we build a Liquidity Sweep on Break of Structure (BoS) system in MQL5 that detects swing highs/lows over a user-defined length, labels them as HH/HL/LH/LL to identify BOS (HH in uptrend or LL in downtrend), and spots liquidity sweeps when price wicks beyond the swing but closes back inside on a bullish/bearish candle.

The most downloaded free products:

More than 700 new charts published:

Chart XAUUSD, M1, 2025.12.10 12:36 UTC, Vantage International Group Limited, MetaTrader 5, Real
XAUUSD, M1
Graphique US30, M1, 2025.12.11 10:44 UTC, Pepperstone Group Limited, MetaTrader 4, Real
US30, M1
차트 US100.cash, M1, 2025.12.10 16:27 UTC, FTMO Global Markets Ltd, MetaTrader 5, Real
US100.cash, M1

Bestsellers in the Market:

14 new signals now available for subscription:

Quantum Athena
781% 510 trades
Growth:780.54%
Equity:1,364.82USD
Balance:1,364.82USD
Axis Alpha Capital
707% 6138 trades
Growth:707.42%
Equity:1,796.24USD
Balance:1,796.24USD
TOP GUNScalping
309% 278 trades
Growth:308.69%
Equity:134.72USD
Balance:134.72USD
and 11 more...

3 new topics on forum:

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:

There are more than 42,150 products available in Market

17 new signals now available for subscription:

Ea Exness Duong
668% 936 trades
Growth:668.08%
Equity:108,089.25USD
Balance:137,466.45USD
Seth AI Gold MT5 and Zor AI
582% 650 trades
Growth:582.20%
Equity:975.17USD
Balance:975.17USD
Terminator
271% 373 trades
Growth:271.33%
Equity:594.03USD
Balance:594.03USD
and 14 more...

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:

More than 600 new charts published:

Gráfico USDJPYr, H1, 2025.12.08 04:51 UTC, HF Markets SA (Pty) Ltd, MetaTrader 5, Real
USDJPYr, H1
Grafik GOLD, M30, 2025.12.08 01:45 UTC, XM Global Limited, MetaTrader 5, Real
GOLD, M30
Grafik XAUUSD, M1, 2025.12.09 01:55 UTC, Exness Technologies Ltd, MetaTrader 4, Real
XAUUSD, M1
There are more than 42,080 products available in Market

Most downloaded source codes this month

1...202122232425262728293031323334...656