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

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

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

7 new signals now available for subscription:

GoldGREED Medium Risk
131% 501 trades
Growth:130.84%
Equity:811.61USD
Balance:811.61USD
Syna started august 2025
78% 425 trades
Growth:78.41%
Equity:844.54USD
Balance:844.54USD
KISS
76% 682 trades
Growth:75.86%
Equity:3,143.86USD
Balance:3,143.86USD
and 4 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.

More than 500 new charts published:

Gráfico EURUSD, M5, 2025.08.18 04:37 UTC, BenchMark Finance AD, MetaTrader 4, Real
EURUSD, M5
チャート ETHUSDm, H1, 2025.08.17 20:26 UTC, Exness Technologies Ltd, MetaTrader 5, Real
ETHUSDm, H1
Graphique US500, H1, 2025.08.18 16:42 UTC, Raw Trading Ltd, MetaTrader 5, Demo
US500, H1

The most downloaded free products:

The most popular forum topics:

There are more than 37,580 products available in Market

Bestsellers in the Market:

There are more than 151,130 topics available on forum

7 new topics on forum:

and 4 more...

4 new signals now available for subscription:

Mr Jack Gold Miner
1,078% 2554 trades
Growth:1,078.10%
Equity:316.38USD
Balance:4,094.34USD
VolumeHedger EA BTC RiskMid Lydians
315% 436 trades
Growth:315.25%
Equity:1,888.50USD
Balance:1,888.50USD
Gold Trader Alfa signal
126% 986 trades
Growth:126.38%
Equity:3,879.99USD
Balance:3,879.99USD
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:

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.

4 new signals now available for subscription:

XM Standard
87% 314 trades
Growth:86.99%
Equity:105.44USD
Balance:106.38USD
Dual DCA
81% 95 trades
Growth:81.39%
Equity:102.43USD
Balance:110.82USD
Single DCA
16% 85 trades
Growth:16.35%
Equity:111.08USD
Balance:111.48USD
and 1 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.
There are more than 11,740 codes published in Codebase

The most downloaded free products:

Bestsellers in the Market:

More than 700 new charts published:

Graphique EURGBP.c, H4, 2025.08.15 02:51 UTC, AT Global Markets Intl Ltd, MetaTrader 4, Real
EURGBP.c, H4
Gráfico XAUUSDb, D1, 2025.08.16 03:51 UTC, PT Monex Investindo Futures, MetaTrader 4, Real
XAUUSDb, D1
Gráfico NAS100, M1, 2025.08.15 03:26 UTC, Pepperstone Markets Kenya Limited, MetaTrader 4, Real
NAS100, M1
There are more than 37,500 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.

3 new signals now available for subscription:

MOEX Nat
194% 25614 trades
Growth:193.87%
Equity:1,366,539.70RUB
Balance:776,011.29RUB
Digital Pride medium risk
96% 261 trades
Growth:95.51%
Equity:583.28USD
Balance:588.62USD
R3 1947
-36% 71 trades
Growth:-36.17%
Equity:2,332.00BRL
Balance:2,332.00BRL

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

4 new signals now available for subscription:

Gradiente Linear NDRJ
304% 3393 trades
Growth:303.93%
Equity:32,641.33USD
Balance:44,206.12USD
Aureus
295% 4500 trades
Growth:294.75%
Equity:3,559.11EUR
Balance:3,597.08EUR
DeadLinePro
10% 746 trades
Growth:10.12%
Equity:8,076.27EUR
Balance:8,076.26EUR
and 1 more...

Bestsellers in the Market:

8 new topics on forum:

and 5 more...

More than 600 new charts published:

Grafik PainX 600, M20, 2025.08.13 08:38 UTC, Systemgates Limited, MetaTrader 5, Real
PainX 600, M20
Chart EURUSD, M1, 2025.08.14 02:35 UTC, Combat Capital Markets LLC, MetaTrader 5, Demo
EURUSD, M1
Gráfico EURUSD, H4, 2025.08.13 20:33 UTC, MetaQuotes Ltd., MetaTrader 5, Demo
EURUSD, H4

The most downloaded free products:

7 new signals now available for subscription:

THPX15
2,852% 2391 trades
Growth:2,851.74%
Equity:19,280.66USD
Balance:19,280.66USD
Francinaldo FX 02
222% 184 trades
Growth:221.75%
Equity:616.87USD
Balance:735.61USD
EA RDIP GPro AvH Med
138% 669 trades
Growth:138.23%
Equity:1,997.90USD
Balance:2,556.02USD
and 4 more...

The most popular forum topics:

Bestsellers in the Market:

There are more than 37,430 products available in Market

12 new topics on forum:

and 9 more...
1...394041424344454647484950515253...655