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:

There are more than 38,020 products available in Market

New publications in CodeBase

  • TardioBot TardioBot V1.05, named after of a historical figure Giuseppe Tardio, is an Expert Advisor designed for MetaTrader 5 that employs a triangular arbitrage strategy.
  • EMA_RSI_RISK-EA Expert Advisor for MetaTrader 5 that combines Exponential Moving Averages (EMA) and Relative Strength Index (RSI) to generate trading signals. Includes risk management features and trading time filter.

The most downloaded free products:

More than 400 new charts published:

图表 EURUSD, M5, 2025.08.18 04:37 UTC, BenchMark Finance AD, MetaTrader 4, Real
EURUSD, M5
Gráfico AUDUSD, M1, 2025.08.18 15:21 UTC, Fusion Markets Pty Ltd, MetaTrader 4, Demo
AUDUSD, M1
Gráfico BRN, W1, 2025.08.18 08:21 UTC, Forex Club International LLC, MetaTrader 4, Real
BRN, W1

Most downloaded source codes this month

  • 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.
  • 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.
  • 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.

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.

5 new topics on forum:

and 2 more...

10 new signals now available for subscription:

GoldZILLA
143% 397 trades
Growth:143.18%
Equity:855.00USD
Balance:855.00USD
Algo AI Follow
59% 594 trades
Growth:59.04%
Equity:2,840.98USD
Balance:2,840.98USD
Syna
44% 194 trades
Growth:43.87%
Equity:681.06USD
Balance:681.06USD
and 7 more...

Bestsellers in the Market:

Published article "Self Optimizing Expert Advisors in MQL5 (Part 12): Building Linear Classifiers Using Matrix Factorization".

Self Optimizing Expert Advisors in MQL5 (Part 12): Building Linear Classifiers Using Matrix Factorization

This article explores the powerful role of matrix factorization in algorithmic trading, specifically within MQL5 applications. From regression models to multi-target classifiers, we walk through practical examples that demonstrate how easily these techniques can be integrated using built-in MQL5 functions. Whether you're predicting price direction or modeling indicator behavior, this guide lays a strong foundation for building intelligent trading systems using matrix methods.

Published article "Automating Trading Strategies in MQL5 (Part 26): Building a Pin Bar Averaging System for Multi-Position Trading".

Automating Trading Strategies in MQL5 (Part 26): Building a Pin Bar Averaging System for Multi-Position Trading

In this article, we develop a Pin Bar Averaging system in MQL5 that detects pin bar patterns to initiate trades and employs an averaging strategy for multi-position management, enhanced by trailing stops and breakeven adjustments. We incorporate customizable parameters with a dashboard for real-time monitoring of positions and profits.

New publications in CodeBase

  • Cincin EA The Cincin EA (v2.24) is an automated trading system for MetaTrader 5 that executes conservative random trades on a specified symbol (e.g., EURUSD), with features like basket management, hedging, and position control.
  • Close All Orders CloseAllOrders is a powerful and user-friendly Expert Advisor designed to simplify trade management in MetaTrader 5. With an intuitive button interface directly on your chart, you can close all market positions and pending orders instantly with just one click.
  • Spread lister - current, min, max EA Spread lister shows the current, min and max values for all symbols / instruments.

The most downloaded free products:

The most popular forum topics:

There are more than 37,930 products available in Market

Bestsellers in the Market:

There are more than 151,140 topics available on forum

7 new topics on forum:

and 4 more...

4 new signals now available for subscription:

VolumeHedger EA BTC RiskMid Lydians
241% 330 trades
Growth:240.88%
Equity:1,868.00USD
Balance:1,868.00USD
Crypto Killer MAX Risk
192% 564 trades
Growth:192.43%
Equity:289.51EUR
Balance:289.51EUR
Gold Trader Alfa signal
81% 756 trades
Growth:81.32%
Equity:3,107.69USD
Balance:3,107.69USD
and 1 more...
There are more than 2,310 articles published on site

Published article "From Basic to Intermediate: Template and Typename (I)".

From Basic to Intermediate: Template and Typename (I)

In this article, we start considering one of the concepts that many beginners avoid. This is related to the fact that templates are not an easy topic, as many do not understand the basic principle underlying the template: overload of functions and procedures.

Published article "From Basic to Intermediate: Floating point".

From Basic to Intermediate: Floating point

This article is a brief introduction to the concept of floating-point numbers. Since this text is very complex please, read it attentively and carefully. Do not expect to quickly master the floating-point system. It only becomes clear over time, as you gain experience using it. But this article will help you understand why your application sometimes produces results different from what you expect.

Published article "From Basic to Intermediate: Overload".

From Basic to Intermediate: Overload

Perhaps this article will be the most confusing for novice programmers. As a matter of fact, here I will show that it is not always that all functions and procedures have unique names in the same code. Yes, we can easily use functions and procedures with the same name — and this is called overload.

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

From Basic to Intermediate: Definitions (II)

In this article, we will continue our awareness of #define directive, but this time we will focus on its second form of use, that is, creating macros. Since this subject can be a bit complicated, we decided to use an application that we have been studying for some time. I hope you enjoy today's article.

The most downloaded free products:

More than 300 new charts published:

Chart EURGBP.c, H4, 2025.08.15 02:51 UTC, AT Global Markets Intl Ltd, MetaTrader 4, Real
EURGBP.c, H4
チャート XAUUSDb, D1, 2025.08.16 03:51 UTC, PT Monex Investindo Futures, MetaTrader 4, Real
XAUUSDb, D1
Gráfico GBPUSD, H1, 2025.08.16 23:47 UTC, Bountiful Innovations Limited, MetaTrader 4, Real
GBPUSD, H1

Bestsellers in the Market:

7 new topics on forum:

and 4 more...

Most downloaded source codes this week

  • Outbreak Trader 1.0 Breakout Trader 1.0 trades breakouts from the range.
  • 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.
  • MT4-BuildYourGridEA The expert is a system to help any trader to make a grid of orders.

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.

Python-MetaTrader 5 Strategy Tester (Part 01): Trade Simulator

Python-MetaTrader 5 Strategy Tester (Part 01): Trade Simulator

The MetaTrader 5 module offered in Python provides a convenient way of opening trades in the MetaTrader 5 app using Python, but it has a huge problem, it doesn't have the strategy tester capability present in the MetaTrader 5 app, In this article series, we will build a framework for back testing your trading strategies in Python environments.

5 new signals now available for subscription:

FXTC
1,771% 471 trades
Growth:1,771.26%
Equity:819.84USD
Balance:837.39USD
XM Standard
50% 260 trades
Growth:50.44%
Equity:85.71USD
Balance:85.85USD
Dual DCA
41% 65 trades
Growth:41.28%
Equity:90.19USD
Balance:111.48USD
and 2 more...

New publications in CodeBase

  • A powerful and feature-rich JSON library for MQL5, designed to bring a modern development experience similar to Python/JS A powerful and feature-rich JSON library for MQL5, designed to bring a modern development experience similar to Python/JS
  • Multi_Divergence_EA The EA identifies trade setups by waiting for a user-defined number of indicators (e.g., 2 out of 3) to show divergence simultaneously. This multi-layer confirmation approach filters out market noise. Key Features: Triple Confirmation Engine: Analyzes RSI, MACD, & Stochastic divergence. Advanced Filters: Optional Trend Filter (MA) and Volume Filter for superior signal quality. Full Customization: Control all indicator settings, divergence sensitivity, and trade logic. Professional Risk Management: Use fixed lots or percentage-based money management with SL/TP.
  • Average Range It is an indicator that determines target levels according to the average of price movements.

The most downloaded free products:

Bestsellers in the Market:

There are more than 37,850 products available in Market

10 new topics on forum:

and 7 more...

New publications in CodeBase

  • Tarantella Tarantella EA: Advanced grid trading system with hedging capabilities and Market Profile integration. Uses ADX trend filtering, Fibonacci-based grid spacing, and multi-layered entry conditions (RSI/ATR/volume) to execute trades only within Market Profile value areas. Features intelligent risk management including trailing stops, breakeven triggers, and partial hedge closing.
  • Promise Interface for implementing asynchronous execution of algorithms
  • Profit Maximiser Profit Maximiser (PMax) Indicator is an indicator created by integrating the moving average of the Supertrend indicator.
There are more than 11,730 codes published in Codebase

4 new signals now available for subscription:

MOEX Nat
131% 20270 trades
Growth:131.26%
Equity:897,634.83RUB
Balance:646,304.14RUB
Digital Pride low risk
123% 151 trades
Growth:123.28%
Equity:1,928.48USD
Balance:1,901.72USD
WM Gold Sigma
85% 557 trades
Growth:84.51%
Equity:253.70USD
Balance:253.70USD
and 1 more...

The most downloaded free products:

New publications in CodeBase

  • BotCilento BotCilento is a sophisticated grid-trading Expert Advisor for MetaTrader 5 that combines trend-following signals with adaptive risk management.
  • Price Percentage Zigzag (No timeframes) Zigzag which changes wave direction based on price percentage change on the asset
  • EQ Dashboard Historical equity of one-time and one-time open virtual positions to analyse the efficiency of spread/equity trading

Bestsellers in the Market:

8 new topics on forum:

and 5 more...

6 new signals now available for subscription:

Bergoglio88
301% 152 trades
Growth:300.75%
Equity:1,202.25USD
Balance:1,202.25USD
Aureus
291% 3440 trades
Growth:291.40%
Equity:3,568.17EUR
Balance:3,568.17EUR
EuroWave SoftGrid
85% 1867 trades
Growth:85.39%
Equity:1,306.88USD
Balance:1,324.78USD
and 3 more...

The most downloaded free products:

More than 400 new charts published:

チャート PainX 600, M20, 2025.08.13 08:38 UTC, Systemgates Limited, MetaTrader 5, Real
PainX 600, M20
Grafico US100, M1, 2025.08.14 14:13 UTC, Hantec Markets Holdings Limited, MetaTrader 5, Real
US100, M1
图表 GBPUSD, M15, 2025.08.13 14:05 UTC, RoboForex Ltd, MetaTrader 4, Demo
GBPUSD, M15

9 new signals now available for subscription:

THPX15
3,412% 2075 trades
Growth:3,411.54%
Equity:22,937.27USD
Balance:22,937.27USD
From 1k to 10k
2,076% 694 trades
Growth:2,076.42%
Equity:14,363.90USD
Balance:15,464.46USD
EA RDIP GPro AvH Med
94% 567 trades
Growth:93.86%
Equity:1,673.07USD
Balance:1,673.07USD
and 6 more...

The most popular forum topics:

Bestsellers in the Market:

1...343536373839404142434445464748...651