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.

There are more than 46,200 products available in Market

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.
  • Adaptive VWAP Institutional Adaptive VWAP Institutional: Multi-Asset Auto-Detection & DST-Accurate Session Resets (Forex 5PM NY Standard).

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.

Automating Trading Strategies in MQL5 (Part 47): Nick Rypock Trailing Reverse (NRTR) with Hedging Features

Automating Trading Strategies in MQL5 (Part 47): Nick Rypock Trailing Reverse (NRTR) with Hedging Features

In this article, we develop a Nick Rypock Trailing Reverse (NRTR) trading system in MQL5 that uses channel indicators for reversal signals, enabling trend-following entries with hedging support for buys and sells. We incorporate risk management features like auto lot sizing based on equity or balance, fixed or dynamic stop-loss and take-profit levels using ATR multipliers, and position limits.

4 new topics on forum:

and 1 more...

13 new signals now available for subscription:

Alberson Exness Alavancagem
581% 372 trades
Growth:580.60%
Equity:465.32USD
Balance:465.32USD
GTrading
425% 67 trades
Growth:425.38%
Equity:525.38USD
Balance:525.38USD
PBX QT Alpha Eightcap 300
155% 165 trades
Growth:155.10%
Equity:401.65USD
Balance:401.65USD
and 10 more...
There are more than 2,690 articles published on site

Published article "Risk Management (Part 5): Integrating the Risk Management System into an Expert Advisor".

Risk Management (Part 5): Integrating the Risk Management System into an Expert Advisor

In this article, we will implement the risk management system developed in previous publications and add the Order Blocks indicator described in other articles. In addition, we will run a backtest so we can compare results with the risk management system enabled and evaluate the impact of dynamic risk.

Published article "Automating Market Memory Zones Indicator: Where Price is Likely to Return".

Automating Market Memory Zones Indicator: Where Price is Likely to Return

This article turns Market Memory Zones from a chart-only concept into a complete MQL5 Expert Advisor. It automates Displacement, Structure Transition (CHoCH), and Liquidity Sweep zones using ATR- and candle-structure filters, applies lower-timeframe confirmation, and enforces risk-based position sizing with dynamic SL and structure-based TP. You will get the code architecture for detection, entries, trade management, and visualization, plus a brief backtest review.

Published article "Introduction to MQL5 (Part 40): Beginner Guide to File Handling in MQL5 (II)".

Introduction to MQL5 (Part 40): Beginner Guide to File Handling in MQL5 (II)

Create a CSV trading journal in MQL5 by reading account history over a defined period and writing structured records to file. The article explains deal counting, ticket retrieval, symbol and order type decoding, and capturing entry (lot, time, price, SL/TP) and exit (time, price, profit, result) data with dynamic arrays. The result is an organized, persistent log suitable for analysis and reporting.

Published article "MQL5 Trading Tools (Part 18): Rounded Speech Bubbles/Balloons with Orientation Control".

MQL5 Trading Tools (Part 18): Rounded Speech Bubbles/Balloons with Orientation Control

This article shows how to build rounded speech bubbles in MQL5 by combining a rounded rectangle with a pointer triangle and controlling orientation (up, down, left, right). It details geometry precomputation, supersampled filling, rounded apex arcs, and segmented borders with an extension ratio for seamless joins. Readers get configurable code for size, radii, colors, opacity, and thickness, ready for alerts or tooltips in trading interfaces.

Published article "Price Action Analysis Toolkit Development (Part 61): Structural Slanted Trendline Breakouts with 3-Swing Validation".

Price Action Analysis Toolkit Development (Part 61): Structural Slanted Trendline Breakouts with 3-Swing Validation

We present a slanted trendline breakout tool that relies on three‑swing validation to generate objective, price‑action signals. The system automates swing detection, trendline construction, and breakout confirmation using crossing logic to reduce noise and standardize execution. The article explains the strategy rules, shows the MQL5 implementation, and reviews testing results; the tool is intended for analysis and signal confirmation, not automated trading.

Published article "Risk Management (Part 4): Completing the Key Class Methods".

Risk Management (Part 4): Completing the Key Class Methods

This is Part 4 of our series on risk management in MQL5, where we continue exploring advanced methods for protecting and optimizing trading strategies. Having laid important foundations in earlier articles, we will now focus on completing all remaining methods postponed in Part 3, including functions for checking whether specific profit or loss levels have been reached. In addition, we will introduce new key events that enable more accurate and flexible risk management.

Published article "From Basic to Intermediate: Struct (IV)".

From Basic to Intermediate: Struct (IV)

In this article, we will explore how to create so-called structural code, where the entire context and methods for manipulating variables and information are placed within a structure to create a suitable context for implementing any code. Therefore, we will examine the necessity of using a private section of the code to separate what is public from what is not, thereby adhering to the rule of encapsulation and preserving the context for which the data structure was created.

Bestsellers in the Market:

The most downloaded free products:

There are more than 46,130 products available in Market

More than 700 new charts published:

Grafik XAU_USD, H1, 2026.02.16 06:01 UTC, BenchMark Finance AD, MetaTrader 4, Real
XAU_USD, H1
Grafik XAUUSD+, M1, 2026.02.16 04:25 UTC, Vantage International Group Limited, MetaTrader 5, Real
XAUUSD+, M1
Chart XAUUSD, H1, 2026.02.16 03:53 UTC, FTMO Global Markets Ltd, MetaTrader 5, Real
XAUUSD, H1

6 new topics on forum:

and 3 more...

14 new signals now available for subscription:

Zone5
114% 203 trades
Growth:114.21%
Equity:499.05EUR
Balance:543.64EUR
Bravellin Works
57% 153 trades
Growth:57.19%
Equity:403.83USD
Balance:403.83USD
Fakeout Gold
56% 164 trades
Growth:56.14%
Equity:4,449.18USD
Balance:4,449.18USD
and 11 more...

Published article "ARIMA Forecasting Indicator in MQL5".

ARIMA Forecasting Indicator in MQL5

In this article we are implementing ARIMA forecasting indicator in MQL5. It examines how the ARIMA model generates forecasts, its applicability to the Forex market and the stock market in general. It also explains what AR autoregression is, how autoregressive models are used for forecasting, and how the autoregression mechanism works.

Published article "Quantitative Analysis of Trends: Collecting Statistics in Python".

Quantitative Analysis of Trends: Collecting Statistics in Python

What is quantitative trend analysis in the Forex market? We collect statistics on trends, their magnitude and distribution across the EURUSD currency pair. How quantitative trend analysis can help you create a profitable trading expert advisor.

The most downloaded free products:

Bestsellers in the Market:

There are more than 46,060 products available in Market

6 new topics on forum:

and 3 more...

Most downloaded source codes this week

  • Price Action Intraday Trading - Expert for MT5 Price Action Day Trader is a robust, trend-following MQL5 Expert Advisor designed for intraday trading. It focuses on high-probability price action patterns Pin Bars, Engulfing Candles, and Inside Bar Breakouts while filtering trades through a dual Moving Average trend filter.
  • Support and Resistance(SNR) Sentinel Indicator Adaptive Support & Resistance indicator that automatically detects, tracks, and updates the nearest valid S/R levels using configurable confirmation bars. Levels dynamically shift after confirmed breakouts and extend forward in real time.
  • Candle Close Timer – MT5 Indicator Indicator Description – Candle Close Timer Name: Candle Close Timer Version: 1.0 Author: BENTRADE TRADING Link: https://www.mql5.com/en/users/dahmi_benali

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.

MetaTrader 4 on Linux

MetaTrader 4 on Linux

In this article, we demonstrate an easy way to install MetaTrader 4 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers.

11 new signals now available for subscription:

ATBATROS997
37% 136 trades
Growth:36.61%
Equity:0.04USD
Balance:0.04USD
MING_RC TMGM424
23% 1060 trades
Growth:22.59%
Equity:15,725.25USD
Balance:20,510.21USD
Sentinel EA MT5
17% 94 trades
Growth:16.94%
Equity:806.35USD
Balance:805.32USD
and 8 more...

New publications in CodeBase

  • WPR With TPSL WPR indicator in chart window with TPSL
  • ZigZag BOS CHoCH Detection ZigZag BOS CHoCH Detection indicator is based on the original MetaQuotes ZigZag algorithm and extends it by detecting and marking market structure events. It tracks recent ZigZag swing points and automatically identifies Break of Structure (BOS) and Change of Character (CHoCH) using pivot trend confirmation. BOS and CHoCH levels are drawn directly on the chart with labeled horizontal lines for clearer price action analysis.
  • Trend based on WPR This indicator combine WPR and total profit/loss. I don't know how to tell you more about this indicator but you can try it.

Published article "Optimizing Liquidity Raids: Mastering the Difference Between Liquidity Raids and Market Structure Shifts".

Optimizing Liquidity Raids: Mastering the Difference Between Liquidity Raids and Market Structure Shifts

This is an article about a specialized trend-following EA that aims to clearly elaborate how to utilize trading setups after liquidity raids. This article will explore in detail an EA that is specifically designed for traders who are keen on optimizing and utilizing liquidity raids and purges as entry criteria for their trades and trading decisions. It will also explore how to correctly differentiate between liquidity raids and market structure shifts and how to validate and utilize each of them when they occur, thus trying to mitigate losses that occur from traders confusing the two.

Published article "MQL5 Trading Tools (Part 17): Exploring Vector-Based Rounded Rectangles and Triangles".

MQL5 Trading Tools (Part 17): Exploring Vector-Based Rounded Rectangles and Triangles

In this article, we explore vector-based methods for drawing rounded rectangles and triangles in MQL5 using canvas, with supersampling for anti-aliased rendering. We implement scanline filling, geometric precomputations for arcs and tangents, and border drawing to create smooth, customizable shapes. This approach lays the groundwork for modern UI elements in future trading tools, supporting inputs for sizes, radii, borders, and opacities.

The most downloaded free products:

More than 900 new charts published:

차트 BITCOIN, M1, 2026.02.14 02:28 UTC, AUS Commercial Limited, MetaTrader 5, Demo
BITCOIN, M1
Grafico XAUUSD+, H1, 2026.02.14 02:55 UTC, Infinox Limited, MetaTrader 5, Real
XAUUSD+, H1
Gráfico NDX, M1, 2026.02.14 15:47 UTC, Tradeslide Trading Tech Limited, MetaTrader 5, Real
NDX, M1

Bestsellers in the Market:

There are more than 45,980 products available in Market

6 new topics on forum:

and 3 more...

8 new signals now available for subscription:

IC623
298% 287 trades
Growth:297.62%
Equity:563.80USD
Balance:563.80USD
Lucky Cat MT5
186% 194 trades
Growth:186.25%
Equity:1,001.88USD
Balance:1,001.88USD
Opcion3
141% 1174 trades
Growth:141.28%
Equity:1,500.19USD
Balance:2,796.67USD
and 5 more...

The most downloaded free products:

There are more than 45,920 products available in Market

19 new signals now available for subscription:

Mohammed Qandeel
335% 1807 trades
Growth:334.96%
Equity:8,350.26USD
Balance:8,350.26USD
TheCause
129% 153 trades
Growth:129.18%
Equity:4,487.78USD
Balance:4,487.78USD
Amo Ai
109% 392 trades
Growth:109.12%
Equity:10,455.90USD
Balance:10,455.90USD
and 16 more...

Bestsellers in the Market:

There are more than 152,750 topics available on forum

8 new topics on forum:

and 5 more...

The most popular forum topics:

Published article "From Basic to Intermediate: Struct (VI)".

From Basic to Intermediate: Struct (VI)

In this article, we will explore how to approach the implementation of a common structural code base. The goal is to reduce the programming workload and leverage the full potential of the programming language itself—in this case, MQL5.

Published article "From Basic to Intermediate: Struct (V)".

From Basic to Intermediate: Struct (V)

In this article, we will explore how to overload structural code. I know it can be quite challenging to understand at first, especially if you're seeing it for the first time. It is very important that you grasp these concepts and understand them well before attempting to delve into more complex and elaborate topics.

Published article "Market Simulation: (Part 11): Sockets (V)".

Market Simulation: (Part 11): Sockets (V)

We are beginning to implement the connection between Excel and MetaTrader 5, but first we need to understand some key points. This way, you won't have to rack your brains trying to figure out why something works or doesn't. And before you frown at the prospect of integrating Python and Excel, let's see how we can (to some extent) control MetaTrader 5 through Excel using xlwings. What we demonstrate here will primarily focus on educational objectives. However, don't think that we can only do what will be covered here.

The most downloaded free products:

More than 800 new charts published:

Chart XAUUSD, H4, 2026.02.12 03:50 UTC, Jarocel (Pty) Ltd, MetaTrader 5, Contest
XAUUSD, H4
Chart XAUUSD, M5, 2026.02.12 03:35 UTC, FBS Markets Inc., MetaTrader 4, Real
XAUUSD, M5
차트 USOUSD, D1, 2026.02.12 01:17 UTC, Ultima Markets Ltd, MetaTrader 5, Demo
USOUSD, D1

Bestsellers in the Market:

1...101112131415161718192021222324...658