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.

2 new signals now available for subscription:

Orange Slices
18% 84 trades
Growth:17.90%
Equity:1,383.97USD
Balance:1,383.97USD
FiveEA in OneEA for XAU Headway Cents
-32% 542 trades
Growth:-32.28%
Equity:1,943.28USD
Balance:1,990.51USD

5 new topics on forum:

and 2 more...

The most downloaded free products:

More than 1100 new charts published:

Gráfico XAUUSD, M15, 2025.12.18 16:04 UTC, MetaQuotes Ltd., MetaTrader 5, Demo
XAUUSD, M15
Gráfico BTCUSDt, D1, 2025.12.19 00:07 UTC, Gerchik and Co Limited, MetaTrader 4, Demo
BTCUSDt, D1
Graphique BTCUSDt, D1, 2025.12.19 00:07 UTC, Gerchik and Co Limited, MetaTrader 4, Demo
BTCUSDt, D1
There are more than 41,040 products available in Market

Bestsellers in the Market:

5 new signals now available for subscription:

XAU Quant Execution System
944% 1366 trades
Growth:944.48%
Equity:3,908.59USD
Balance:3,908.59USD
Make You Rich
697% 154 trades
Growth:696.91%
Equity:210.06USD
Balance:210.06USD
Zoroastaa
39% 399 trades
Growth:38.79%
Equity:795.81USD
Balance:812.77USD
and 2 more...

New publications in CodeBase

Published article "Reimagining Classic Strategies (Part 20): Modern Stochastic Oscillators".

Reimagining Classic Strategies (Part 20): Modern Stochastic Oscillators

This article demonstrates how the stochastic oscillator, a classical technical indicator, can be repurposed beyond its conventional use as a mean-reversion tool. By viewing the indicator through a different analytical lens, we show how familiar strategies can yield new value and support alternative trading rules, including trend-following interpretations. Ultimately, the article highlights how every technical indicator in the MetaTrader 5 terminal holds untapped potential, and how thoughtful trial and error can uncover meaningful interpretations hidden from view.

3 new topics on forum:

The most downloaded free products:

9 new topics on forum:

and 6 more...

Bestsellers in the Market:

The most popular forum topics:

5 new signals now available for subscription:

Multi Edge
46% 350 trades
Growth:45.76%
Equity:3,091.54USD
Balance:3,091.54USD
Acc1new
44% 335 trades
Growth:44.22%
Equity:108,439.10USD
Balance:108,439.10USD
Compound Strategy
9% 4927 trades
Growth:9.41%
Equity:12,557.53USD
Balance:12,557.53USD
and 2 more...
There are more than 2,570 articles published on site

Published article "From Novice to Expert: Navigating Market Irregularities".

From Novice to Expert: Navigating Market Irregularities

Market rules are continuously evolving, and many once-reliable principles gradually lose their effectiveness. What worked in the past no longer works consistently over time. Today’s discussion focuses on probability ranges and how they can be used to navigate market irregularities. We will leverage MQL5 to develop an algorithm capable of trading effectively even in the choppiest market conditions. Join this discussion to find out more.

Published article "Creating Custom Indicators in MQL5 (Part 2): Building a Gauge-Style RSI Display with Canvas and Needle Mechanics".

Creating Custom Indicators in MQL5 (Part 2): Building a Gauge-Style RSI Display with Canvas and Needle Mechanics

In this article, we develop a gauge-style RSI indicator in MQL5 that visualizes Relative Strength Index values on a circular scale with a dynamic needle, color-coded ranges for overbought and oversold levels, and customizable legends. We utilize the Canvas class to draw elements like arcs, ticks, and pies, ensuring smooth updates on new RSI data.

Published article "Statistical Arbitrage Through Cointegrated Stocks (Part 9): Backtesting Portfolio Weights Updates".

Statistical Arbitrage Through Cointegrated Stocks (Part 9): Backtesting Portfolio Weights Updates

This article describes the use of CSV files for backtesting portfolio weights updates in a mean-reversion-based strategy that uses statistical arbitrage through cointegrated stocks. It goes from feeding the database with the results of a Rolling Windows Eigenvector Comparison (RWEC) to comparing the backtest reports. In the meantime, the article details the role of each RWEC parameter and its impact in the overall backtest result, showing how the comparison of the relative drawdown can help us to further improve those parameters.

More than 900 new charts published:

图表 XAUUSD, H1, 2025.12.17 09:22 UTC, Notesco (BVI) Ltd, MetaTrader 4, Demo
XAUUSD, H1
Chart Jump 25 Index, M5, 2025.12.17 18:12 UTC, Deriv.com Limited, MetaTrader 5, Demo
Jump 25 Index, M5
图表 EURUSD, H4, 2025.12.16 09:57 UTC, InstaFinance Ltd, MetaTrader 4, Demo
EURUSD, H4

The most downloaded free products:

Bestsellers in the Market:

There are more than 40,960 products available in Market

5 new topics on forum:

and 2 more...

New publications in CodeBase

  • Open Trade This function performs the main logic of opening a trade. It calculates the opening price, take profit levels and stop loss based on the symbol information and parameters provided by the user. Prepare a trade request (MqlTradeRequest) with the necessary information such as symbol, volume, order type, slippage, comment, magic number, etc. Call the OrderSend function to send the trade request and get the result. SetTypeFillingBySymbol function: determines the order fulfilment type (Fill or Cancel, Immediate or Cancel or Return) according to the symbol's fulfilment policy. GetMinTradeLevel function: calculates the minimum trade level based on the freeze level and stop level of the symbol. Adjusts the minimum level to ensure that it is within certain limits and returns the result.
  • ATR_Momentum_Colour combination of many familiar indicators for beginner traders

3 new signals now available for subscription:

ROB 1
6,523% 2191 trades
Growth:6,522.73%
Equity:673.44USD
Balance:833.94USD
Gold Spike
164% 334 trades
Growth:164.15%
Equity:2,042.98USD
Balance:2,042.98USD
Gold and forex
-28% 424 trades
Growth:-28.36%
Equity:3,440.25USD
Balance:3,440.25USD

Published article "Pure implementation of RSA encryption in MQL5".

Pure implementation of RSA encryption in MQL5

MQL5 lacks built-in asymmetric cryptography, making secure data exchange over insecure channels like HTTP difficult. This article presents a pure MQL5 implementation of RSA using PKCS#1 v1.5 padding, enabling safe transmission of AES session keys and small data blocks without external libraries. This approach provides HTTPS-like security over standard HTTP and even more, it fills an important gap in secure communication for MQL5 applications.

Published article "Larry Williams Market Secrets (Part 1): Building a Swing Structure Indicator in MQL5".

Larry Williams Market Secrets (Part 1): Building a Swing Structure Indicator in MQL5

A practical guide to building a Larry Williams–style market structure indicator in MQL5, covering buffer setup, swing-point detection, plot configuration, and how traders can apply the indicator in technical market analysis.

The most downloaded free products:

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.
  • Simple_Three_Inside_Pattern_EA A simple Expert Advisor that trades when the price forms the "Three From Within" pattern.
  • 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?

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 42): Session-Based Opening Range Breakout (ORB) System

Automating Trading Strategies in MQL5 (Part 42): Session-Based Opening Range Breakout (ORB) System

In this article, we create a fully customizable session-based Opening Range Breakout (ORB) system in MQL5 that lets us set any desired session start time and range duration, automatically calculates the high and low of that opening period, and trades only confirmed breakouts in the direction of the move.

11 new topics on forum:

and 8 more...

Bestsellers in the Market:

4 new signals now available for subscription:

Ellita Master
121% 633 trades
Growth:120.93%
Equity:19,393.00USD
Balance:18,339.67USD
Experiment
109% 1582 trades
Growth:109.17%
Equity:9,840.09USD
Balance:9,840.09USD
Beeling3
52% 401 trades
Growth:52.15%
Equity:1,184.76EUR
Balance:1,188.25EUR
and 1 more...

Published article "Creating Custom Indicators in MQL5 (Part 1): Building a Pivot-Based Trend Indicator with Canvas Gradient".

Creating Custom Indicators in MQL5 (Part 1): Building a Pivot-Based Trend Indicator with Canvas Gradient

In this article, we create a Pivot-Based Trend Indicator in MQL5 that calculates fast and slow pivot lines over user-defined periods, detects trend directions based on price relative to these lines, and signals trend starts with arrows while optionally extending lines beyond the current bar. The indicator supports dynamic visualization with separate up/down lines in customizable colors, dotted fast lines that change color on trend shifts, and optional gradient filling between lines, using a canvas object for enhanced trend-area highlighting.

Published article "Tables in the MVC Paradigm in MQL5: Integrating the Model Component into the View Component".

Tables in the MVC Paradigm in MQL5: Integrating the Model Component into the View Component

In the article, we will create the first version of the TableControl (TableView) control. This will be a simple static table being created based on the input data defined by two arrays — a data array and an array of column headers.

Published article "Introduction to MQL5 (Part 32): Mastering API and WebRequest Function in MQL5 (VI)".

Introduction to MQL5 (Part 32): Mastering API and WebRequest Function in MQL5 (VI)

This article will show you how to visualize candle data obtained via the WebRequest function and API in candle format. We'll use MQL5 to read the candle data from a CSV file and display it as custom candles on the chart, since indicators cannot directly use the WebRequest function.

Published article "From Novice to Expert: Automating Trade Discipline with an MQL5 Risk Enforcement EA".

From Novice to Expert: Automating Trade Discipline with an MQL5 Risk Enforcement EA

For many traders, the gap between knowing a risk rule and following it consistently is where accounts go to die. Emotional overrides, revenge trading, and simple oversight can dismantle even the best strategy. Today, we will transform the MetaTrader 5 platform into an unwavering enforcer of your trading rules by developing a Risk Enforcement Expert Advisor. Join this discussion to find out more.

More than 1000 new charts published:

Chart XAUUSD, H1, 2025.12.15 10:44 UTC, Notesco (BVI) Ltd, MetaTrader 4, Demo
XAUUSD, H1
Chart BTCUSDt, H1, 2025.12.14 00:20 UTC, Gerchik and Co Limited, MetaTrader 4, Demo
BTCUSDt, H1
图表 EURUSD.lmax, M1, 2025.12.15 18:43 UTC, Imperial Invest F s.r.o., MetaTrader 5, Real
EURUSD.lmax, M1
There are more than 40,880 products available in Market

The most downloaded free products:

The most popular forum topics:

There are more than 152,100 topics available on forum

11 new topics on forum:

and 8 more...

6 new signals now available for subscription:

Growth Fund
189% 316 trades
Growth:189.29%
Equity:2,248.87GBP
Balance:2,892.94GBP
Nguyen Quang Huy 12
181% 426 trades
Growth:181.41%
Equity:1,029.28USD
Balance:1,029.28USD
Cuanin Daily Breakout 6
89% 167 trades
Growth:88.50%
Equity:8,600.23USD
Balance:8,600.23USD
and 3 more...

Bestsellers in the Market:

New publications in CodeBase

Published article "Building AI-Powered Trading Systems in MQL5 (Part 7): Further Modularization and Automated Trading".

Building AI-Powered Trading Systems in MQL5 (Part 7): Further Modularization and Automated Trading

In this article, we enhance the AI-powered trading system's modularity by separating UI components into a dedicated include file. The system now automates trade execution based on AI-generated signals, parsing JSON responses for BUY/SELL/NONE with entry/SL/TP, visualizing patterns like engulfing or divergences on charts with arrows, lines, and labels, and optional auto-signal checks on new bars.

Published article "Codex Pipelines, from Python to MQL5, for Indicator Selection: A Multi-Quarter Analysis of the XLF ETF with Machine Learning".

Codex Pipelines, from Python to MQL5, for Indicator Selection: A Multi-Quarter Analysis of the XLF ETF with Machine Learning

We continue our look at how the selection of indicators can be pipelined when facing a ‘none-typical’ MetaTrader asset. MetaTrader 5 is primarily used to trade forex, and that is good given the liquidity on offer, however the case for trading outside of this ‘comfort-zone’, is growing bolder with not just the overnight rise of platforms like Robinhood, but also the relentless pursuit of an edge for most traders. We consider the XLF ETF for this article and also cap our revamped pipeline with a simple MLP.

The most downloaded free products:

1...555657585960616263646566676869...693