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.

More than 200 new charts published:

Chart EURCAD, H4, 2025.05.10 09:46 UTC, Key to Markets Group Ltd, MetaTrader 4, Demo
EURCAD, H4
图表 USDINDEX, H1, 2025.05.09 04:56 UTC, BenchMark Finance AD, MetaTrader 4, Real
USDINDEX, H1
图表 XAUUSD, M30, 2025.05.09 15:57 UTC, Deriv.com Limited, MetaTrader 5, Demo
XAUUSD, M30

Bestsellers in the Market:

Most downloaded source codes this week

  • Risk Management EA Based on ATR Volatility Professional Expert Advisor that automatically manages risk and calculates position size based on real market volatility (ATR). Intelligent capital protection system with dynamic stop loss mechanism, suitable for traders who want strict risk control.
  • 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.
  • Fair Value Gaps Fair Value Gaps indicator or 'imbalance areas' where markets often move back to.

Most read articles this week

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.

Automating Trading Strategies in MQL5 (Part 16): Midnight Range Breakout with Break of Structure (BoS) Price Action

Automating Trading Strategies in MQL5 (Part 16): Midnight Range Breakout with Break of Structure (BoS) Price Action

In this article, we automate the Midnight Range Breakout with Break of Structure strategy in MQL5, detailing code for breakout detection and trade execution. We define precise risk parameters for entries, stops, and profits. Backtesting and optimization are included for practical trading.

5 new signals now available for subscription:

FEI RLKS_8YR_1M VT109
88% 3797 trades
Growth:87.89%
Equity:9,022.47USD
Balance:9,748.88USD
STEVE_M RLKS_10YR_1M_2M VT071
65% 4604 trades
Growth:65.27%
Equity:20,574.00USD
Balance:27,778.39USD
STEVE_M RLKS_10YR_1M VT069
55% 3565 trades
Growth:54.67%
Equity:16,201.28USD
Balance:18,441.74USD
and 2 more...

New publications in CodeBase

The most downloaded free products:

The most popular forum topics:

3 new topics on forum:

Bestsellers in the Market:

New publications in CodeBase

The most downloaded free products:

There are more than 33,100 products available in Market

Bestsellers in the Market:

6 new topics on forum:

and 3 more...

7 new signals now available for subscription:

MTL2 No Swap
390% 1702 trades
Growth:389.93%
Equity:9,071.26USD
Balance:9,137.07USD
Burning Grid High Risk
300% 8903 trades
Growth:300.12%
Equity:3,949.91EUR
Balance:4,426.88EUR
Burning Grid Low Risk
247% 3739 trades
Growth:246.84%
Equity:1,554.56EUR
Balance:1,733.37EUR
and 4 more...

Published article "Raw Code Optimization and Tweaking for Improving Back-Test Results".

Raw Code Optimization and Tweaking for Improving Back-Test Results

Enhance your MQL5 code by optimizing logic, refining calculations, and reducing execution time to improve back-test accuracy. Fine-tune parameters, optimize loops, and eliminate inefficiencies for better performance.

Published article "MQL5 Trading Tools (Part 2): Enhancing the Interactive Trade Assistant with Dynamic Visual Feedback".

MQL5 Trading Tools (Part 2): Enhancing the Interactive Trade Assistant with Dynamic Visual Feedback

In this article, we upgrade our Trade Assistant Tool by adding drag-and-drop panel functionality and hover effects to make the interface more intuitive and responsive. We refine the tool to validate real-time order setups, ensuring accurate trade configurations relative to market prices. We also backtest these enhancements to confirm their reliability.

Published article "MQL5 Wizard Techniques you should know (Part 64): Using Patterns of DeMarker and Envelope Channels with the White-Noise Kernel".

MQL5 Wizard Techniques you should know (Part 64): Using Patterns of DeMarker and Envelope Channels with the White-Noise Kernel

The DeMarker Oscillator and the Envelopes' indicator are momentum and support/ resistance tools that can be paired when developing an Expert Advisor. We continue from our last article that introduced these pair of indicators by adding machine learning to the mix. We are using a recurrent neural network that uses the white-noise kernel to process vectorized signals from these two indicators. 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:

More than 400 new charts published:

Chart EURUSD, D1, 2025.05.08 07:56 UTC, BenchMark Finance AD, MetaTrader 4, Real
EURUSD, D1
Grafico XAUUSDm, M15, 2025.05.06 07:36 UTC, Exness Technologies Ltd, MetaTrader 4, Real
XAUUSDm, M15
Chart BNBUSD, M30, 2025.05.06 23:00 UTC, Deriv.com Limited, MetaTrader 5, Demo
BNBUSD, M30

Bestsellers in the Market:

10 new signals now available for subscription:

UpFuji MT4
290% 1690 trades
Growth:290.46%
Equity:529.02USD
Balance:565.46USD
UpFuji MT5
104% 582 trades
Growth:103.90%
Equity:527.41USD
Balance:551.51USD
UpEverest MT5
90% 515 trades
Growth:90.26%
Equity:334.37USD
Balance:334.73USD
and 7 more...

2 new topics on forum:

There are more than 2,130 articles published on site

Published article "Developing a Replay System (Part 67): Refining the Control Indicator".

Developing a Replay System (Part 67): Refining the Control Indicator

In this article, we'll look at what can be achieved with a little code refinement. This refinement is aimed at simplifying our code, making more use of MQL5 library calls and, above all, making it much more stable, secure and easy to use in other projects that we may develop in the future.

Published article "Forecasting exchange rates using classic machine learning methods: Logit and Probit models".

Forecasting exchange rates using classic machine learning methods: Logit and Probit models

In the article, an attempt is made to build a trading EA for predicting exchange rate quotes. The algorithm is based on classical classification models - logistic and probit regression. The likelihood ratio criterion is used as a filter for trading signals.

Published article "Economic forecasts: Exploring the Python potential".

Economic forecasts: Exploring the Python potential

How to use World Bank economic data for forecasts? What happens when you combine AI models and economics?

Published article "Creating a Trading Administrator Panel in MQL5 (Part XI): Modern feature communications interface (I)".

Creating a Trading Administrator Panel in MQL5 (Part XI): Modern feature communications interface (I)

Today, we are focusing on the enhancement of the Communications Panel messaging interface to align with the standards of modern, high-performing communication applications. This improvement will be achieved by updating the CommunicationsDialog class. Join us in this article and discussion as we explore key insights and outline the next steps in advancing interface programming using MQL5.

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

12 new topics on forum:

and 9 more...
There are more than 33,030 products available in Market

New publications in CodeBase

  • Multi-Day Dynamic VWAP Dynamic VWAP level which can be averaged over multiple days
  • Creating a Simple News Filter for XAUUSD Trading on MT5 Trading XAUUSD (Gold) is often influenced by major economic news events like USD, GBP, or EUR releases. To mitigate risks during these volatile periods, using a News Filter in your Expert Advisor (EA) is essential. In this article, I’ll share how to create a simple News Filter on MT5 and apply it to XAUUSD trading.

5 new signals now available for subscription:

TirolRisk PAMM 1 Vantage Zaunschirm GmbH
138% 5854 trades
Growth:138.24%
Equity:32,515.96EUR
Balance:39,454.42EUR
AMJ Triple Force
39% 184 trades
Growth:38.87%
Equity:1,002.03USD
Balance:1,002.29USD
JASON RKDM_10YR VT050
37% 1343 trades
Growth:37.28%
Equity:7,608.45USD
Balance:32,662.41USD
and 2 more...

Published article "Finding custom currency pair patterns in Python using MetaTrader 5".

Finding custom currency pair patterns in Python using MetaTrader 5

Are there any repeating patterns and regularities in the Forex market? I decided to create my own pattern analysis system using Python and MetaTrader 5. A kind of symbiosis of math and programming for conquering Forex.

Published article "High frequency arbitrage trading system in Python using MetaTrader 5".

High frequency arbitrage trading system in Python using MetaTrader 5

In this article, we will create an arbitration system that remains legal in the eyes of brokers, creates thousands of synthetic prices on the Forex market, analyzes them, and successfully trades for profit.

Published article "MQL5 Wizard Techniques you should know (Part 63): Using Patterns of DeMarker and Envelope Channels".

MQL5 Wizard Techniques you should know (Part 63): Using Patterns of DeMarker and Envelope Channels

The DeMarker Oscillator and the Envelope indicator are momentum and support/resistance tools that can be paired when developing an Expert Advisor. We therefore examine on a pattern by pattern basis what could be of use and what potentially avoid. We are using, as always, a wizard assembled Expert Advisor together with the Patterns-Usage functions that are built into the Expert Signal Class.

Published article "Overcoming The Limitation of Machine Learning (Part 1): Lack of Interoperable Metrics".

Overcoming The Limitation of Machine Learning (Part 1): Lack of Interoperable Metrics

There is a powerful and pervasive force quietly corrupting the collective efforts of our community to build reliable trading strategies that employ AI in any shape or form. This article establishes that part of the problems we face, are rooted in blind adherence to "best practices". By furnishing the reader with simple real-world market-based evidence, we will reason to the reader why we must refrain from such conduct, and rather adopt domain-bound best practices if our community should stand any chance of recovering the latent potential of AI.

Published article "MQL5 Trading Tools (Part 1): Building an Interactive Visual Pending Orders Trade Assistant Tool".

MQL5 Trading Tools (Part 1): Building an Interactive Visual Pending Orders Trade Assistant Tool

In this article, we introduce the development of an interactive Trade Assistant Tool in MQL5, designed to simplify placing pending orders in Forex trading. We outline the conceptual design, focusing on a user-friendly GUI for setting entry, stop-loss, and take-profit levels visually on the chart. Additionally, we detail the MQL5 implementation and backtesting process to ensure the tool’s reliability, setting the stage for advanced features in the preceding parts.

The most downloaded free products:

Bestsellers in the Market:

There are more than 150,060 topics available on forum

12 new topics on forum:

and 9 more...

Most downloaded source codes this month

  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
  • Volume Profile This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution.
  • 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.

Most read articles this month

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.

3 new signals now available for subscription:

Goldbot
37% 1763 trades
Growth:36.61%
Equity:14,078.57EUR
Balance:14,078.57EUR
GARYPRO595
16% 1975 trades
Growth:15.83%
Equity:12,280.93USD
Balance:11,932.78USD
LiveRSI01
-35% 988 trades
Growth:-34.59%
Equity:1,994.43EUR
Balance:5,306.91EUR

Published article "From Basic to Intermediate: Arrays and Strings (I)".

From Basic to Intermediate: Arrays and Strings (I)

In today's article, we'll start exploring some special data types. To begin, we'll define what a string is and explain how to use some basic procedures. This will allow us to work with this type of data, which can be interesting, although sometimes a little confusing for beginners. 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 "Data Science and ML (Part 38): AI Transfer Learning in Forex Markets".

Data Science and ML (Part 38): AI Transfer Learning in Forex Markets

The AI breakthroughs dominating headlines, from ChatGPT to self-driving cars, aren’t built from isolated models but through cumulative knowledge transferred from various models or common fields. Now, this same "learn once, apply everywhere" approach can be applied to help us transform our AI models in algorithmic trading. In this article, we are going to learn how we can leverage the information gained across various instruments to help in improving predictions on others using transfer learning.

1...848586878889909192939495969798...681