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.

The most downloaded free products:

Bestsellers in the Market:

There are more than 36,890 products available in Market

5 new topics on forum:

and 2 more...

10 new signals now available for subscription:

Big Man BTC
73% 204 trades
Growth:72.75%
Equity:179.41USD
Balance:212.45USD
Uje
34% 169 trades
Growth:34.35%
Equity:4,716.11USD
Balance:4,707.59USD
FX AI Tor
27% 135 trades
Growth:26.91%
Equity:3,768.65EUR
Balance:3,768.65EUR
and 7 more...

The most downloaded free products:

The most popular forum topics:

More than 500 new charts published:

Chart SPX500, M5, 2025.04.04 18:52 UTC, Stratos Trading Pty. Limited, MetaTrader 4, Real
SPX500, M5
Grafico XAUUSD., H4, 2025.04.03 02:52 UTC, Tradehall Limited, MetaTrader 5, Real
XAUUSD., H4
Chart EURUSD+, H1, 2025.04.03 07:54 UTC, Errante Trading LLC, MetaTrader 4, Real
EURUSD+, H1

Bestsellers in the Market:

31 new signals now available for subscription:

Trade Pro Vip
130% 155 trades
Growth:129.90%
Equity:1,149.52USD
Balance:1,149.52USD
NewsTrade HighNews Grid Ac1
69% 183 trades
Growth:68.65%
Equity:155.27USD
Balance:169.09USD
PLAZA 100 TO 1 MLN
57% 66 trades
Growth:57.20%
Equity:613.89USD
Balance:613.89USD
and 28 more...
There are more than 149,870 topics available on forum

10 new topics on forum:

and 7 more...

Published article "Neural Network in Practice: The First Neuron".

Neural Network in Practice: The First Neuron

In this article, we'll start building something simple and humble: a neuron. We will program it with a very small amount of MQL5 code. The neuron worked great in my tests. Let's go back a bit in this series of articles about neural networks to understand what I'm talking about.

Published article "Archery Algorithm (AA)".

Archery Algorithm (AA)

The article takes a detailed look at the archery-inspired optimization algorithm, with an emphasis on using the roulette method as a mechanism for selecting promising areas for "arrows". The method allows evaluating the quality of solutions and selecting the most promising positions for further study.

New publications in CodeBase

  • Angle and Speed The indicator shows the angle or average speed of price change.
  • MT4Orders QuickReport Fast JavaScript version of Report library from fxsaber for MT4-style trading commands implemented via MT4Orders or Virtual. Works up to 10 times faster, NTML file size is smaller, can upload and display up to 5.4 million report lines.
  • iCHO Trend CCIDualOnMA Filter Strategy based on the standard indicator iCHO (Chaikin Oscillator, CHO) and custom indicator 'CCIDualOnMA'
  • Manual Position Tracking Panel Panel based on CDialog class. Work on the current symbol. Deleting, setting Take Profit, setting Breakeven on a group of positions
  • Display optimised for console-type chart text output This library allows you to create displays to easily output text information to the chart at the most optimal rate
  • MultiTester Multiple runs/optimisations in Tester.
  • Pan PrizMA No leverage 72 Construct a moving line with a polynomial of 4 degrees. Extrapolates the sinusoidal and its axial. The constructed lines remove one value at each bar and a sliding line of extrapolated values is constructed which is not redrawn.
  • MA Trend 2 Trading system by iMA indicator (Moving Average, MA). Development of MA Trend.
  • Back kick Algorithm cycle: when there are no open positions, open two opposite positions. Wait for both positions to close.

The most downloaded free products:

30 new signals now available for subscription:

ROBOINVEST24
462% 472 trades
Growth:461.69%
Equity:179.02EUR
Balance:179.02EUR
Red And Green Make Gold
398% 765 trades
Growth:397.51%
Equity:181,862.25USD
Balance:263,319.50USD
FOREX TRADING MQL NON HEDGING
105% 242 trades
Growth:105.15%
Equity:1,451.95USD
Balance:1,481.36USD
and 27 more...
There are more than 36,830 products available in Market

New publications in CodeBase

  • New Candle or Bar formation. This Bot detects the open of a new candle on any set timeframe, thereby making it easier to run a one-time code, place trades and call other functions. The code is written in the OnTick() function.
  • Detecting the start of a new bar or candle Detecting the start of a new bar or candle in an Expert Advisor's OnTick() event handler.
  • Calendar Calendar - fundamental analysis on history and real-time.
  • SingleTesterCache Tester's single pass data.
  • Average Pip Movement based on Tick And Seconds This Expert Advisor (EA) analyzes market movement by calculating the average pip movement per tick and the average spread over a user-defined number of ticks (MAX_TICKS). It also evaluates the average pip movement and spread over a specified time interval (CHECK_SECONDS). The EA dynamically tracks price changes and spread values, printing the results in the terminal and displaying them on the chart using the Comment() function. This helps traders gauge market volatility and spread fluctuations in real time.

Bestsellers in the Market:

8 new topics on forum:

and 5 more...

Published article "Simple solutions for handling indicators conveniently".

Simple solutions for handling indicators conveniently

In this article, I will describe how to make a simple panel to change the indicator settings directly from the chart, and what changes need to be made to the indicator to connect the panel. This article is intended for novice MQL5 users.

Published article "Automating Trading Strategies in MQL5 (Part 13): Building a Head and Shoulders Trading Algorithm".

Automating Trading Strategies in MQL5 (Part 13): Building a Head and Shoulders Trading Algorithm

In this article, we automate the Head and Shoulders pattern in MQL5. We analyze its architecture, implement an EA to detect and trade it, and backtest the results. The process reveals a practical trading algorithm with room for refinement.

Published article "Day Trading Larry Connors RSI2 Mean-Reversion Strategies".

Day Trading Larry Connors RSI2 Mean-Reversion Strategies

Larry Connors is a renowned trader and author, best known for his work in quantitative trading and strategies like the 2-period RSI (RSI2), which helps identify short-term overbought and oversold market conditions. In this article, we’ll first explain the motivation behind our research, then recreate three of Connors’ most famous strategies in MQL5 and apply them to intraday trading of the S&P 500 index CFD.

Published article "MQL5 Wizard Techniques you should know (Part 58): Reinforcement Learning (DDPG) with Moving Average and Stochastic Oscillator Patterns".

MQL5 Wizard Techniques you should know (Part 58): Reinforcement Learning (DDPG) with Moving Average and Stochastic Oscillator Patterns

Moving Average and Stochastic Oscillator are very common indicators whose collective patterns we explored in the prior article, via a supervised learning network, to see which “patterns-would-stick”. We take our analyses from that article, a step further by considering the effects' reinforcement learning, when used with this trained network, would have on performance. Readers should note our testing is over a very limited time window. Nonetheless, we continue to harness the minimal coding requirements afforded by the MQL5 wizard in showcasing this.

The most downloaded free products:

26 new signals now available for subscription:

Safety Dragon HFM
642% 162 trades
Growth:641.55%
Equity:1,071.02USD
Balance:1,000.93USD
Xinhui666
199% 12802 trades
Growth:198.64%
Equity:8,522.00USD
Balance:8,613.27USD
EX50197761
128% 1372 trades
Growth:128.03%
Equity:17,856.63USD
Balance:17,856.63USD
and 23 more...

Bestsellers in the Market:

12 new topics on forum:

and 9 more...

Published article "Master MQL5 from beginner to pro (Part V): Fundamental control flow operators".

Master MQL5 from beginner to pro (Part V): Fundamental control flow operators

This article explores the key operators used to modify the program's execution flow: conditional statements, loops, and switch statements. Utilizing these operators will allow the functions we create to behave more "intelligently".

29 new signals now available for subscription:

Follower FastScalp Gold Quo Joyo
60% 64 trades
Growth:60.41%
Equity:1,000.00USD
Balance:1,000.00USD
Oil for Mum 2
55% 294 trades
Growth:54.99%
Equity:1,885.33USD
Balance:3,075.90USD
YUFRO 40
46% 14 trades
Growth:45.99%
Equity:104.20USD
Balance:104.20USD
and 26 more...

The most downloaded free products:

More than 300 new charts published:

Chart NAS100, M1, 2025.04.01 15:19 UTC, Pepperstone Markets Kenya Limited, MetaTrader 4, Real
NAS100, M1
Grafik US30, H4, 2025.03.31 04:54 UTC, Pepperstone Markets Kenya Limited, MetaTrader 4, Real
US30, H4
Grafico GER40, D1, 2025.03.31 04:42 UTC, Pepperstone Markets Kenya Limited, MetaTrader 4, Real
GER40, D1

Most downloaded source codes this month

  • Smart Trend Follower This EA is designed to automatically follow market trends using signals from the Moving Average and Stochastic Oscillator indicators. The EA detects buy and sell signals by utilizing MA crossovers and confirms the trend with Stochastic. Additionally, the EA includes automatic position management, such as setting Take Profit, Stop Loss, and lot size doubling to enhance trading effectiveness in trending markets.
  • MQL5 Programming for Traders – Source Codes from the Book. Part 1 The first chapter of the book introduces the MQL5 language and development environment. One of the new features introduced in the MQL5 language compared to MQL4 (MetaTrader 4 language) is support for object-oriented programming (OOP), which makes it similar to C++.
  • MQL5 Programming for Traders – Source Codes from the Book. Part 7 The final seventh part of the book discusses the advanced capabilities of the MQL5 API, which will be useful when developing programs for MetaTrader 5. These include custom financial symbols, built-in economic calendar events, and general-purpose technologies such as networking, databases, and cryptography.

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.

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

Bestsellers in the Market:

There are more than 36,770 products available in Market
There are more than 149,820 topics available on forum

15 new topics on forum:

and 12 more...

The most popular forum topics:

The most downloaded free products:

Bestsellers in the Market:

33 new signals now available for subscription:

DVLRT Scalp
186% 560 trades
Growth:186.08%
Equity:17,164.63USD
Balance:17,164.63USD
Splinter
138% 336 trades
Growth:137.51%
Equity:249.79USD
Balance:249.79USD
BLACKBOT 2
129% 5378 trades
Growth:129.36%
Equity:13,278.31USD
Balance:13,309.84USD
and 30 more...

7 new topics on forum:

and 4 more...

New publications in CodeBase

  • PSAR Zigzag (Non lagging) A zigzag based on the trend change of the parabolic sar
  • Candlestick Analysis EA R1 This MT5 Expert Advisor combines multi-timeframe candlestick pattern analysis with fundamental event filtering to execute trades with disciplined risk management.

Published article "Introduction to MQL5 (Part 14): A Beginner's Guide to Building Custom Indicators (III)".

Introduction to MQL5 (Part 14): A Beginner's Guide to Building Custom Indicators (III)

Learn to build a Harmonic Pattern indicator in MQL5 using chart objects. Discover how to detect swing points, apply Fibonacci retracements, and automate pattern recognition.

The most downloaded free products:

More than 300 new charts published:

Chart STOXX50E, M15, 2025.03.29 07:35 UTC, Tradeslide Trading Tech Limited, MetaTrader 5, Real
STOXX50E, M15
Grafico USDINDEX, H1, 2025.03.28 06:00 UTC, BenchMark Finance AD, MetaTrader 4, Real
USDINDEX, H1
Chart BTCUSDm, M5, 2025.03.30 16:43 UTC, Exness Technologies Ltd, MetaTrader 5, Demo
BTCUSDm, M5

Bestsellers in the Market:

Most downloaded source codes this week

  • Supertrend A SuperTrend indicator that plots trend direction using ATR volatility to create dynamic support/resistance levels for MetaTrader 5.
  • FVG based Momentum Detection This is an indicator that evaluates FVGs in the inputted "window_size" to detect momentum or trend strength.
  • MeanReversionTrendEA The EA automatically trades based on trend and mean reversion signals with validated parameters.
1234567891011121314...602