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.

Bestsellers in the Market:

8 new signals now available for subscription:

Nobu Trap
361% 471 trades
Growth:360.55%
Equity:51,748.68USD
Balance:48,707.82USD
Master Magic
359% 1552 trades
Growth:359.01%
Equity:473.80EUR
Balance:473.80EUR
One shoot gold
307% 696 trades
Growth:307.13%
Equity:500.00USD
Balance:500.00USD
and 5 more...

13 new topics on forum:

and 10 more...
There are more than 36,560 products available in Market

The most popular forum topics:

Published article "Developing a Replay System (Part 75): New Chart Trade (II)".

Developing a Replay System (Part 75): New Chart Trade (II)

In this article, we will talk about the C_ChartFloatingRAD class. This is what makes Chart Trade work. However, the explanation does not end there. We will complete it in the next article, as the content of this article is quite extensive and requires deep understanding. 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 "Market Profile indicator".

Market Profile indicator

In this article, we will consider Market Profile indicator. We will find out what lies behind this name, try to understand its operation principles and have a look at its terminal version (MarketProfile).

Published article "Price Action Analysis Toolkit Development (Part 31): Python Candlestick Recognition Engine (I) — Manual Detection".

Price Action Analysis Toolkit Development (Part 31): Python Candlestick Recognition Engine (I) — Manual Detection

Candlestick patterns are fundamental to price-action trading, offering valuable insights into potential market reversals or continuations. Envision a reliable tool that continuously monitors each new price bar, identifies key formations such as engulfing patterns, hammers, dojis, and stars, and promptly notifies you when a significant trading setup is detected. This is precisely the functionality we have developed. Whether you are new to trading or an experienced professional, this system provides real-time alerts for candlestick patterns, enabling you to focus on executing trades with greater confidence and efficiency. Continue reading to learn how it operates and how it can enhance your trading strategy.

Published article "Neural Networks in Trading: Optimizing the Transformer for Time Series Forecasting (LSEAttention)".

Neural Networks in Trading: Optimizing the Transformer for Time Series Forecasting (LSEAttention)

The LSEAttention framework offers improvements to the Transformer architecture. It was designed specifically for long-term multivariate time series forecasting. The approaches proposed by the authors of the method can be applied to solve problems of entropy collapse and learning instability, which are often encountered with vanilla Transformer.

New publications in CodeBase

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • Auto Tp Set Auto TP and SL: The “Set Auto TP and SL” (Take Profit and Stop Loss) feature is a crucial tool in any trading strategy, designed to automate risk and reward management. It allows traders to define fixed price levels where a trade should be automatically closed to either secure profits (TP) or limit losses (SL), removing the need for constant manual monitoring. When this feature is enabled, each position you open will automatically include a predefined Take Profit and Stop Loss level based on your custom parameters, such as a specific number of pips, percentage of balance, or technical levels. This not only saves time but also ensures that your trades are protected from sudden market movements and emotional decision-making.
  • HLPeak_Trend High/Low Peak Trend
  • Auto Tp Set Auto TP and SL: Automatically setting Take Profit (TP) and Stop Loss (SL) helps manage risk and lock in profits without manual intervention. This feature ensures each trade has predefined exit levels, reducing emotional decision-making and improving trading discipline. Ideal for both beginners and experienced traders, it provides consistency and protection in volatile markets.

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.

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.

11 new signals now available for subscription:

Stratos Mistral Live Trading
378% 345 trades
Growth:378.06%
Equity:460.82USD
Balance:478.06USD
Bullion signal
289% 8004 trades
Growth:288.64%
Equity:2,580.81USD
Balance:2,580.58USD
Anggun Budianto
158% 1018 trades
Growth:157.99%
Equity:20,067.65USD
Balance:19,766.87USD
and 8 more...

3 new topics on forum:

The most downloaded free products:

There are more than 36,510 products available in Market

More than 200 new charts published:

チャート US30, H1, 2025.07.10 14:30 UTC, Pepperstone Markets Kenya Limited, MetaTrader 4, Real
US30, H1
График XPDUSD, D1, 2025.07.09 22:46 UTC, Gerchik and Co Limited, MetaTrader 4, Demo
XPDUSD, D1
图表 USDJPY.a, H4, 2025.07.09 22:31 UTC, Pepperstone Group Limited, MetaTrader 4, Real
USDJPY.a, H4

Bestsellers in the Market:

6 new topics on forum:

and 3 more...

Bestsellers in the Market:

The most downloaded free products:

9 new signals now available for subscription:

BAROKAH EA
286% 206 trades
Growth:285.99%
Equity:5,771.62USD
Balance:5,771.62USD
US30
241% 933 trades
Growth:241.02%
Equity:2,040.85USD
Balance:2,040.85USD
ZenMetal Strategy
154% 634 trades
Growth:153.78%
Equity:1,105.75USD
Balance:1,105.75USD
and 6 more...
There are more than 150,790 topics available on forum

11 new topics on forum:

and 8 more...

Published article "Non-linear regression models on the stock exchange".

Non-linear regression models on the stock exchange

Non-linear regression models on the stock exchange: Is it possible to predict financial markets? Let's consider creating a model for forecasting prices for EURUSD, and make two robots based on it - in Python and MQL5.

Published article "From Basic to Intermediate: Union (II)".

From Basic to Intermediate: Union (II)

Today we have a very funny and quite interesting article. We will look at Union and will try to solve the problem discussed earlier. We'll also explore some unusual situations that can arise when using union in applications. The materials presented here are intended for didactic purposes only. Under no circumstances should the application be viewed for any purpose other than to learn and master the concepts presented.

Published article "From Novice to Expert: Animated News Headline Using MQL5 (V)—Event Reminder System".

From Novice to Expert: Animated News Headline Using MQL5 (V)—Event Reminder System

In this discussion, we’ll explore additional advancements as we integrate refined event‑alerting logic for the economic calendar events displayed by the News Headline EA. This enhancement is critical—it ensures users receive timely notifications a short time before key upcoming events. Join this discussion to discover more.

Published article "Introduction to MQL5 (Part 18): Introduction to Wolfe Wave Pattern".

Introduction to MQL5 (Part 18): Introduction to Wolfe Wave Pattern

This article explains the Wolfe Wave pattern in detail, covering both the bearish and bullish variations. It also breaks down the step-by-step logic used to identify valid buy and sell setups based on this advanced chart pattern.

The most downloaded free products:

Bestsellers in the Market:

There are more than 36,460 products available in Market

9 new topics on forum:

and 6 more...

5 new signals now available for subscription:

Misubi Bot 5 EG_GOLD
125% 1356 trades
Growth:125.30%
Equity:592.81USD
Balance:746.04USD
Enchant Gold VIP
105% 484 trades
Growth:105.47%
Equity:17,170.83USD
Balance:17,148.81USD
GemNanpin Tsumitate JPY
71% 308 trades
Growth:71.46%
Equity:257,759.00JPY
Balance:257,183.00JPY
and 2 more...

New publications in CodeBase

  • Candle Replay Magnifier Candle Replay Magnifier visually replays historical candles over the current chart area for comparative analysis. This indicator overlays past price bars from a selected date onto the live chart, allowing traders to study candle patterns, volatility, and structure in real time. Includes dynamic range highlighting and detailed tooltips showing open, high, low, close, range, direction, time, and volume for each replay candle.
  • Check And Delete Chart Object Script Script
  • Pending tread EA (Best for Gold) The Pending_tread EA is a versatile and easy-to-use trading robot designed to automate the placement and management of multiple pending orders arranged in a grid pattern above and below the current market price. This EA is well-suited for scalping strategies and can operate on any timeframe or currency pair, making it highly flexible for various trading styles.
There are more than 2,240 articles published on site

Published article "Self Optimizing Expert Advisors in MQL5 (Part 8): Multiple Strategy Analysis (3) — Weighted Voting Policy".

Self Optimizing Expert Advisors in MQL5 (Part 8): Multiple Strategy Analysis (3) — Weighted Voting Policy

This article explores how determining the optimal number of strategies in an ensemble can be a complex task that is easier to solve through the use of the MetaTrader 5 genetic optimizer. The MQL5 Cloud is also employed as a key resource for accelerating backtesting and optimization. All in all, our discussion here sets the stage for developing statistical models to evaluate and improve trading strategies based on our initial ensemble results.

Published article "Singular Spectrum Analysis in MQL5".

Singular Spectrum Analysis in MQL5

This article is meant as a guide for those unfamiliar with the concept of Singular Spectrum Analysis and who wish to gain enough understanding to be able to apply the built-in tools available in MQL5.

Published article "Master MQL5 from Beginner to Pro (Part VI): Basics of Developing Expert Advisors".

Master MQL5 from Beginner to Pro (Part VI): Basics of Developing Expert Advisors

This article continues the series for beginners. Here we will discuss the basic principles of developing Expert Advisors (EAs). We will create two EAs: the first one will trade without indicators, using pending orders, and the second one will be based on the standard MA indicator, opening deals at the current price. Here I assume that you are no longer a complete beginner and have a relatively good command of the material from the previous articles.

Published article "MQL5 Wizard Techniques you should know (Part 74): Using Patterns of Ichimoku and the ADX-Wilder with Supervised Learning".

MQL5 Wizard Techniques you should know (Part 74):  Using Patterns of Ichimoku and the ADX-Wilder with Supervised Learning

We follow up on our last article, where we introduced the indicator pair of the Ichimoku and the ADX, by looking at how this duo could be improved with Supervised Learning. Ichimoku and ADX are a support/resistance plus trend complimentary pairing. Our supervised learning approach uses a neural network that engages the Deep Spectral Mixture Kernel to fine tune the forecasts of this indicator pairing. As per usual, this is done in a custom signal class file that works with the MQL5 wizard to assemble an Expert Advisor.

The most downloaded free products:

The most popular forum topics:

Bestsellers in the Market:

15 new topics on forum:

and 12 more...

7 new signals now available for subscription:

Mahanfxir2025
706% 917 trades
Growth:706.05%
Equity:403,023.20USD
Balance:403,023.20USD
Robo 6P 7098
299% 3694 trades
Growth:298.56%
Equity:2,443.88USD
Balance:2,437.58USD
Auto Assist BB by TF ID
146% 472 trades
Growth:146.34%
Equity:23,193.03USD
Balance:23,143.79USD
and 4 more...

Published article "Developing a Replay System (Part 74): New Chart Trade (I)".

Developing a Replay System (Part 74): New Chart Trade (I)

In this article, we will modify the last code shown in this series about Chart Trade. These changes are necessary to adapt the code to the current replay/simulation system model. 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 "Graph Theory: Dijkstra's Algorithm Applied in Trading".

Graph Theory: Dijkstra's Algorithm Applied in Trading

Dijkstra's algorithm, a classic shortest-path solution in graph theory, can optimize trading strategies by modeling market networks. Traders can use it to find the most efficient routes in the candlestick chart data.

Published article "Automating Trading Strategies in MQL5 (Part 23): Zone Recovery with Trailing and Basket Logic".

Automating Trading Strategies in MQL5 (Part 23): Zone Recovery with Trailing and Basket Logic

In this article, we enhance our Zone Recovery System by introducing trailing stops and multi-basket trading capabilities. We explore how the improved architecture uses dynamic trailing stops to lock in profits and a basket management system to handle multiple trade signals efficiently. Through implementation and backtesting, we demonstrate a more robust trading system tailored for adaptive market performance.

The most downloaded free products:

1...343536373839404142434445464748...643