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.

4 new signals now available for subscription:

GOLD XM 353
2,819% 22329 trades
Growth:2,818.79%
Equity:43,834.71USD
Balance:44,458.91USD
Yestoya
1,143% 273 trades
Growth:1,143.08%
Equity:151.75USD
Balance:231.16USD
Krujeab manual
129% 452 trades
Growth:129.18%
Equity:2,073.05USD
Balance:2,073.05USD
and 1 more...

The most downloaded free products:

Bestsellers in the Market:

6 new topics on forum:

and 3 more...

The most downloaded free products:

There are more than 150,280 topics available on forum

10 new topics on forum:

and 7 more...

3 new signals now available for subscription:

Trust Core Grid
780% 1650 trades
Growth:779.72%
Equity:253.59USD
Balance:254.33USD
PMI Capital
19% 1161 trades
Growth:19.49%
Equity:12,234.22USD
Balance:13,589.34USD
IBit Bot
-16% 621 trades
Growth:-16.42%
Equity:418.06USD
Balance:417.89USD

Bestsellers in the Market:

Published article "From Novice to Expert: Auto-Geometric Analysis System".

From Novice to Expert: Auto-Geometric Analysis System

Geometric patterns offer traders a concise way to interpret price action. Many analysts draw trend lines, rectangles, and other shapes by hand, and then base trading decisions on the formations they see. In this article, we explore an automated alternative: harnessing MQL5 to detect and analyze the most popular geometric patterns. We’ll break down the methodology, discuss implementation details, and highlight how automated pattern recognition can sharpen a trader's market insights.

Published article "From Basic to Intermediate: Array (I)".

From Basic to Intermediate: Array (I)

This article is a transition between what has been discussed so far and a new stage of research. To understand this article, you need to read the previous ones. The content presented here is intended solely for educational purposes. Under no circumstances should the application be viewed for any purpose other than to learn and master the concepts presented.

The most downloaded free products:

Bestsellers in the Market:

9 new topics on forum:

and 6 more...

More than 100 new charts published:

Gráfico XAUUSD, M15, 2025.05.22 12:06 UTC, Startrader Financial Markets Limited, MetaTrader 4, Real
XAUUSD, M15
Graphique GBPUSD, M15, 2025.05.22 12:02 UTC, Startrader Financial Markets Limited, MetaTrader 4, Real
GBPUSD, M15
图表 XAUUSD, M5, 2025.05.20 00:57 UTC, Exness Technologies Ltd, MetaTrader 4, Real
XAUUSD, M5
There are more than 35,010 products available in Market

The most popular forum topics:

7 new signals now available for subscription:

AL Performance lower Risk
452% 2668 trades
Growth:452.25%
Equity:4,218.88EUR
Balance:4,223.03EUR
Gold Surge tickmill
206% 256 trades
Growth:206.05%
Equity:1,236.21USD
Balance:1,236.21USD
AL Performance
177% 707 trades
Growth:177.38%
Equity:20,649.55EUR
Balance:20,668.54EUR
and 4 more...

New publications in CodeBase

  • Function for checking whether the market is open for trading at the moment by the current symbol The function can be useful to not overload the server with trade requests at times when the market is closed for trading
  • Candle Filter The Candle Filter indicator is a customisable tool designed to filter and highlight candles on the chart based on specific criteria. It allows the trader to visualise only the candles of interest, such as bullish candles, bearish candles, Doji candles or all candles simultaneously. In addition, the indicator offers full control over the colours of the candles and the chart background, providing a clear and adaptable visual experience.
  • Basket Manager EA This EA is meant to impose a few rules to manage baskets.

Published article "Price Action Analysis Toolkit Development (Part 24): Price Action Quantification Analysis Tool".

Price Action Analysis Toolkit Development (Part 24): Price Action Quantification Analysis Tool

Candlestick patterns offer valuable insights into potential market moves. Some single candles signal continuation of the current trend, while others foreshadow reversals, depending on their position within the price action. This article introduces an EA that automatically identifies four key candlestick formations. Explore the following sections to learn how this tool can enhance your price-action analysis.

Published article "Introduction to MQL5 (Part 16): Building Expert Advisors Using Technical Chart Patterns".

Introduction to MQL5 (Part 16): Building Expert Advisors Using Technical Chart Patterns

This article introduces beginners to building an MQL5 Expert Advisor that identifies and trades a classic technical chart pattern — the Head and Shoulders. It covers how to detect the pattern using price action, draw it on the chart, set entry, stop loss, and take profit levels, and automate trade execution based on the pattern.

Published article "Neural Networks in Trading: Controlled Segmentation (Final Part)".

Neural Networks in Trading: Controlled Segmentation (Final Part)

We continue the work started in the previous article on building the RefMask3D framework using MQL5. This framework is designed to comprehensively study multimodal interaction and feature analysis in a point cloud, followed by target object identification based on a description provided in natural language.

The most downloaded free products:

Bestsellers in the Market:

4 new signals now available for subscription:

Darwinex
90% 9222 trades
Growth:90.43%
Equity:192,199.65USD
Balance:190,768.12USD
Pedro II
37% 3189 trades
Growth:37.30%
Equity:36,667.27EUR
Balance:37,353.54EUR
AI Smart FX Scalper
20% 300 trades
Growth:19.55%
Equity:690.19USD
Balance:690.19USD
and 1 more...
There are more than 2,160 articles published on site

Published article "Developing a Replay System (Part 69): Getting the Time Right (II)".

Developing a Replay System (Part 69): Getting the Time Right (II)

Today we will look at why we need the iSpread feature. At the same time, we will understand how the system informs us about the remaining time of the bar when there is not a single tick available for it. The content presented here is intended solely for educational purposes. Under no circumstances should the application be viewed for any purpose other than to learn and master the concepts presented.

Published article "MQL5 Wizard Techniques you should know (Part 66): Using Patterns of FrAMA and the Force Index with the Dot Product Kernel".

MQL5 Wizard Techniques you should know (Part 66): Using Patterns of FrAMA and the Force Index with the Dot Product Kernel

The FrAMA Indicator and the Force Index Oscillator are trend and volume tools that could be paired when developing an Expert Advisor. We continue from our last article that introduced this pair by considering machine learning applicability to the pair. We are using a convolution neural network that uses the dot-product kernel in making forecasts with these indicators’ inputs. This is done in a custom signal class file that works with the MQL5 wizard to assemble an Expert Advisor.

Published article "Data Science and ML (Part 41): Forex and Stock Markets Pattern Detection using YOLOv8".

Data Science and ML (Part 41): Forex and Stock Markets Pattern Detection using YOLOv8

Detecting patterns in financial markets is challenging because it involves seeing what's on the chart, something that's difficult to undertake in MQL5 due to image limitations. In this article, we are going to discuss a decent model made in Python that helps us detect patterns present on the chart with minimal effort.

Published article "Overcoming The Limitation of Machine Learning (Part 2): Lack of Reproducibility".

Overcoming The Limitation of Machine Learning (Part 2): Lack of Reproducibility

The article explores why trading results can differ significantly between brokers, even when using the same strategy and financial symbol, due to decentralized pricing and data discrepancies. The piece helps MQL5 developers understand why their products may receive mixed reviews on the MQL5 Marketplace, and urges developers to tailor their approaches to specific brokers to ensure transparent and reproducible outcomes. This could grow to become an important domain-bound best practice that will serve our community well if the practice were to be widely adopted.

New publications in CodeBase

  • RSI Divergence This indicator takes RSI divergences and plots them in buffers to automate EAs
  • Auto SL TP by Risk Reward Ratio A professional script that automatically sets Stop Loss and Take Profit for all open positions based on a customizable Risk:Reward ratio. Perfect for traders who want to maintain consistent risk management across their trades.

3 new topics on forum:

The most downloaded free products:

Most downloaded source codes this month

  • Indiana Jones Mean Reversion EA This is a simple mean reversion EA
  • ICT_conceptsEA by Emil Takes trades based on ICT silverbullet and 2022 model with trailing stops and partials, also keeps entry according to OTE, and risk minimal. It works in a small time window of silver bullet especially NY session, and if no trade found, 2022 model and fibonacci OTE jumps in to get a trade. But entry is so only after confirmation with these models being there, hence trades will be less for minimal drawdown and high winrate. To know more about these strategies, you may visit Inner Circle Trader YouTube channel.
  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.

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.

A New Approach to Interpreting Classic and Hidden Divergence

A New Approach to Interpreting Classic and Hidden Divergence

The article considers the classic method for divergence construction and provides an additional divergence interpretation method. A trading strategy was developed based on this new interpretation method. This strategy is also described in the article.

Bestsellers in the Market:

There are more than 34,950 products available in Market

7 new topics on forum:

and 4 more...

4 new signals now available for subscription:

Rua Jacson
820% 3579 trades
Growth:820.04%
Equity:21,651.62USD
Balance:24,695.83USD
PeacockFeather 13Pairs
189% 1179 trades
Growth:189.18%
Equity:740.43USD
Balance:1,084.60USD
Prado Pro USDJPY
106% 56 trades
Growth:106.37%
Equity:245.25USD
Balance:245.25USD
and 1 more...

New publications in CodeBase

Published article "Neural Networks in Trading: Controlled Segmentation".

Neural Networks in Trading: Controlled Segmentation

In this article. we will discuss a method of complex multimodal interaction analysis and feature understanding.

The most downloaded free products:

The most popular forum topics:

Bestsellers in the Market:

9 new topics on forum:

and 6 more...

7 new signals now available for subscription:

EA Gold Snap High Risk
651% 2861 trades
Growth:650.83%
Equity:13,201.21USD
Balance:13,201.21USD
Happy EAs Portfolio High Risk
199% 7492 trades
Growth:198.99%
Equity:192,265.50USD
Balance:298,990.88USD
Safe Trade
86% 519 trades
Growth:86.23%
Equity:927.27USD
Balance:931.14USD
and 4 more...

New publications in CodeBase

  • EquiPeak Drawdown Tracker EquiPeak Drawdown Tracker is an indicator designed to monitor and record the maximum drawdown of your trading account in real time. It is not just an alerter of current drawdown; it is especially useful for visually comparing your current drawdown with the maximum historical drawdown you expect or have previously recorded.
  • MA2CCI Sample Trading Sistem for cross 2MA & CCI

The most downloaded free products:

There are more than 34,890 products available in Market

Most downloaded source codes this week

  • Indiana Jones Mean Reversion EA This is a simple mean reversion EA
  • AutoCloseOnProfitLoss Expert - Automatically Close All Positions on Profit/Loss The AutoCloseOnProfitLoss Expert Advisor (EA) is a powerful automation tool for MetaTrader 5, designed to close all open positions when predefined profit or loss targets are reached
  • Countdown 2.0 Countdown is an advanced indicator designed for traders who want to track the time remaining until the next candlestick or the next market open clearly and efficiently. With three flexible display modes (commentary, chart borders or next to price), this indicator offers a customisable solution to suit your trading needs.
1...464748495051525354555657585960...647