Bestsellers in the Market:
Most downloaded source codes this month
- Simple_Price_EA The simplest Expert Advisor that analyses the price movement on a given number of bars and opens a corresponding position.
- Grid Master Overview Grid Master EA is an automated trading system that implements a bidirectional grid strategy. It places multiple pending orders above and below the current market price, capturing profits from market oscillations in both directions.
- Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
Most read articles this month

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?
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.
19 new signals now available for subscription:
| Growth: | 232.44 | % |
| Equity: | 31,131.10 | USD |
| Balance: | 31,131.10 | USD |
New publications in CodeBase
- ShowTradeLines Service This is a service to show entry/exit points of existing positions/deals as trend lines and/or arrows on charts.
- Сode that records balance and equity charts and calculates additional optimization criteria If you have access to the Expert Advisor code, you can save balance and equity charts and calculate additional optimization criteria by adding additional code from this library.
- Binary tradng based on candle colors A simple binary trading strategy that counts candle colors.
Published article "Creating Custom Indicators in MQL5 (Part 6): Evolving RSI Calculations with Smoothing, Hue Shifts, and Multi-Timeframe Support".

In this article, we build a versatile RSI indicator in MQL5 supporting multiple variants, data sources, and smoothing methods for improved analysis. We add hue shifts for color visuals, dynamic boundaries for overbought/oversold zones, and notifications for trend alerts. It includes multi-timeframe support with interpolation, offering us a customizable RSI tool for diverse strategies.
Published article "Introduction to MQL5 (Part 37): Mastering API and WebRequest Function in MQL5 (XI)".

In this article, we show how to send authenticated requests to the Binance API using MQL5 to retrieve your account balance for all assets. Learn how to use your API key, server time, and signature to securely access account data, and how to save the response to a file for future use.
Published article "The MQL5 Standard Library Explorer (Part 6): Optimizing a generated Expert Advisor".

In this discussion, we follow up on the previously developed multi-signal Expert Advisor with the objective of exploring and applying available optimization methods. The aim is to determine whether the trading performance of the EA can be meaningfully improved through systematic optimization based on historical data.
Published article "Data Science and ML (Part 48): Are Transformers a Big Deal for Trading?".

From ChatGPT to Gemini and many model AI tools for text, image, and video generation. Transformers have rocked the AI-world. But, are they applicable in the financial (trading) space? Let's find out.
The most downloaded free products:
Bestsellers in the Market:
New publications in CodeBase
- VR Locker Lite - Trading strategy based on a positive lock Works using a positive lock; the trading robot creates one positive lock, and the trader decides what to do with it.
- EA Duplicate Detector Allow the EA to determine whether there are duplicate EAs on the chart based on conditions.
- VR Locker Lite - Trading strategy based on a positive lock Works using a positive lock; the trading robot creates one positive lock, and the trader decides what to do with it.
- Trading strategy Heads or Tails The classic version of the Heads or Tails trading strategy with the analysis of the signal block code.
19 new signals now available for subscription:
| Growth: | 146.43 | % |
| Equity: | 1,598.73 | USD |
| Balance: | 1,598.73 | USD |
The most popular forum topics:
- Questions from Beginners MQL5 MT5 MetaTrader 5 23 new comments
- can't download new EA or update old EA in China!!! Please help!!! 10 new comments
- Libraries: SingleTesterCache 7 new comments
Published article "MQL5 Trading Tools (Part 13): Creating a Canvas-Based Price Dashboard with Graph and Stats Panels".

In this article, we develop a canvas-based price dashboard in MQL5 using the CCanvas class to create interactive panels for visualizing recent price graphs and account statistics, with support for background images, fog effects, and gradient fills. The system includes draggable and resizable features via mouse event handling, theme toggling between dark and light modes with dynamic color adjustments, and minimize/maximize controls for efficient chart space management.
Published article "Risk Management (Part 3): Building the Main Class for Risk Management".
In this article, we will begin creating a core risk management class that will be key to controlling risks in the system. We will focus on building the foundations, defining the basic structures, variables and functions. In addition, we will implement the necessary methods for setting maximum profit and loss values, thereby laying the foundation for risk management.
Published article "Price Action Analysis Toolkit Development (Part 56): Reading Session Acceptance and Rejection with CPI".

This article presents a session-based analytical framework that combines time-defined market sessions with the Candle Pressure Index (CPI) to classify acceptance and rejection behavior at session boundaries using closed-candle data and clearly defined rules.
Published article "Larry Williams Market Secrets (Part 7): An Empirical Study of the Trade Day of the Week Concept".

An empirical study of Larry Williams’ Trade Day of the Week concept, showing how time-based market bias can be measured, tested, and applied using MQL5. This article presents a practical framework for analyzing win rates and performance across trading days to improve short-term trading systems.
Published article "Developing Trend Trading Strategies Using Machine Learning".

This study introduces a novel methodology for the development of trend-following trading strategies. This section describes the process of annotating training data and using it to train classifiers. This process yields fully operational trading systems designed to run on MetaTrader 5.
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this week
- Larry Williams XGBoost Onnx adoption of Larry William's method using AI Time-Series XGBoost
- 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.
Most read articles this week

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

Larry Williams Market Secrets (Part 4): Automating Short-Term Swing Highs and Lows in MQL5
Master the automation of Larry Williams’ short-term swing patterns using MQL5. In this guide, we develop a fully configurable Expert Advisor (EA) that leverages non-random market structures. We’ll cover how to integrate robust risk management and flexible exit logic, providing a solid foundation for systematic strategy development and backtesting.
New publications in CodeBase
- Project Template Generator This script serves as a practical example of how developers can programmatically work with files using MQL5. One of its key objectives is to demonstrate effective project file organization, which is essential for developers working on large-scale systems or aiming to create portable, self-contained projects. The concept can be expanded further and refined with additional ideas to support more advanced development workflows.
- RatioZigZag A modification of the ZigZag indicator, where the reversal moment is determined by a specified coefficient.
- MT4 Telegram Trade Notifier (Bot API) — Deal Alerts Utility MT4 EA that sends BUY/SELL deal notifications to Telegram via Bot API (WebRequest)
Bestsellers in the Market:
The most downloaded free products:
6 new signals now available for subscription:
| Growth: | 35.80 | % |
| Equity: | 1,695.50 | EUR |
| Balance: | 1,695.50 | EUR |
The most popular forum topics:
- GOLD, Gold and XAUUSD 16 new comments
- EA getting Removed 13 new comments
- Detecting right mouse button click in MQL5 10 new comments
The most downloaded free products:
Bestsellers in the Market:
Published article "Neural Networks in Trading: Hybrid Graph Sequence Models (GSM++)".

Hybrid graph sequence models (GSM++) combine the advantages of different architectures to provide high-fidelity data analysis and optimized computational costs. These models adapt effectively to dynamic market data, improving the presentation and processing of financial information.
Published article "Statistical Arbitrage Through Cointegrated Stocks (Part 10): Detecting Structural Breaks".

This article presents the Chow test for detecting structural breaks in pair relationships and the application of the Cumulative Sum of Squares - CUSUM - for structural breaks monitoring and early detection. The article uses the Nvidia/Intel partnership announcement and the US Gov foreign trade tariff announcement as examples of slope inversion and intercept shift, respectively. Python scripts for all the tests are provided.
Published article "Developing Market Memory Zones Indicator: Where Price Is Likely To Return".

In this discussion, we will develop an indicator to identify price zones created by strong market activity, such as impulsive moves, structure shifts, and liquidity events. These zones represent areas where the market has left “memory” due to unfilled orders or rapid price displacement. By marking these regions on the chart, the indicator highlights where price is statistically more likely to revisit and react in the future.






















