Most downloaded source codes this month
- 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.
- MACD Divergence MACD Divergence indicator
- Volume Profile This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution.
Most read articles this month

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
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.
Bestsellers in the Market:
New publications in CodeBase
- Population-based optimisation algorithms Population-based optimisation algorithms are collected here. The archive contains all necessary files to run the algorithms on test functions.
- Engulfing Pattern Indicator with Volume Confirmation This indicator detects bullish and bearish engulfing candlestick patterns with an optional volume filter to highlight stronger signals.
The most downloaded free products:
The most popular forum topics:
- Fairly compare 2 different EAs. How about 1000 different EAs? 15 new comments
- indicator market validation no history data from [solved] 15 new comments
- Moving Average vs iMAOnArray 10 new comments
Bestsellers in the Market:
New publications in CodeBase
- Trendline zigzag in qualitative channel A dynamic trendline-based evolution of the Donchian Channel
- Equity and Balance Indicator - History based This indicator reads the trade history and plots the Cumulative P & L over time, helping visual traders to see how much money they are making or losing over time. This current version has a difference of 0.02% marginal error, due to rounding floats, and calculation methods. It can be considered extremely precise with this marginal error.
Published article "Trading with the MQL5 Economic Calendar (Part 10): Draggable Dashboard and Interactive Hover Effects for Seamless News Navigation".

In this article, we enhance the MQL5 Economic Calendar by introducing a draggable dashboard that allows us to reposition the interface for better chart visibility. We implement hover effects for buttons to improve interactivity and ensure seamless navigation with a dynamically positioned scrollbar.
Published article "Building MQL5-Like Trade Classes in Python for MetaTrader 5".

MetaTrader 5 python package provides an easy way to build trading applications for the MetaTrader 5 platform in the Python language, while being a powerful and useful tool, this module isn't as easy as MQL5 programming language when it comes to making an algorithmic trading solution. In this article, we are going to build trade classes similar to the one offered in MQL5 to create a similar syntax and make it easier to make trading robots in Python as in MQL5.
Published article "Neural Networks in Trading: Transformer with Relative Encoding".

Self-supervised learning can be an effective way to analyze large amounts of unlabeled data. The efficiency is provided by the adaptation of models to the specific features of financial markets, which helps improve the effectiveness of traditional methods. This article introduces an alternative attention mechanism that takes into account the relative dependencies and relationships between inputs.
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this week
- Symbol A library for working with traditional and custom symbols
- Butterfly Strategy Expert Advisor with Multiple TimeFrames Butterfly Strategy Expert Advisor This Expert Advisor (EA) implements the Butterfly harmonic trading pattern across multiple timeframes (M2 to D1) for automated forex trading. It detects bullish and bearish Butterfly patterns using pivot points and executes trades with customizable risk management and multiple take-profit levels.
- ZigZag Fibo Original ZigZag MT4 with added automatic fibonacci
Most read articles this week

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
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.
1 new signal now available for subscription:
The most downloaded free products:
Bestsellers in the Market:
The most downloaded free products:
10 new topics on forum:
- No connection to the server
- Can we create an EA for gold trading based on our experience and have AI help write the code in a vibe way? How should we do this and where should we start?
- OrderCalcProfit used to calculate prices for TakeProfit and StopLoss gives wrong values
3 new signals now available for subscription:
Bestsellers in the Market:
Published article "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)".

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 popular forum topics:
- Fairly compare 2 different EAs. How about 1000 different EAs? 33 new comments
- EAs in Market 22 new comments
- Discussing the article: "Self-Learning Expert Advisor with a Neural Network Based on a Markov State-Transition Matrix" 10 new comments
The most downloaded free products:
Bestsellers in the Market:
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".

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

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

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:
The most popular forum topics:
- Fairly compare 2 different EAs. How about 1000 different EAs? 27 new comments
- Why Does Bot Miss Trades in Backtesting? 15 new comments
- Margin Calculation - please help 12 new comments


































