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.

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.

How to earn money by fulfilling traders' orders in the Freelance service

How to earn money by fulfilling traders' orders in the Freelance service

MQL5 Freelance is an online service where developers are paid to create trading applications for traders customers. The service has been successfully operating since 2010, with over 100,000 projects completed to date, totaling $7 million in value. As we can see, a substantial amount of money is involved here.

4 new signals now available for subscription:

Gold maverick
245% 483 trades
Growth:245.32%
Equity:490.84USD
Balance:490.84USD
Infinity Trader EA
71% 663 trades
Growth:71.02%
Equity:801.59USD
Balance:801.59USD
Time LS
26% 280 trades
Growth:26.17%
Equity:9,192.32BGN
Balance:10,399.73BGN
and 1 more...

Published article "Master MQL5 from beginner to pro (Part IV): About Arrays, Functions and Global Terminal Variables".

Master MQL5 from beginner to pro (Part IV): About Arrays, Functions and Global Terminal Variables

The article is a continuation of the series for beginners. It covers in detail data arrays, the interaction of data and functions, as well as global terminal variables that allow data exchange between different MQL5 programs.

Published article "Animal Migration Optimization (AMO) algorithm".

Animal Migration Optimization (AMO) algorithm

The article is devoted to the AMO algorithm, which models the seasonal migration of animals in search of optimal conditions for life and reproduction. The main features of AMO include the use of topological neighborhood and a probabilistic update mechanism, which makes it easy to implement and flexible for various optimization tasks.

Published article "Automating Trading Strategies in MQL5 (Part 7): Building a Grid Trading EA with Dynamic Lot Scaling".

Automating Trading Strategies in MQL5 (Part 7): Building a Grid Trading EA with Dynamic Lot Scaling

In this article, we build a grid trading expert advisor in MQL5 that uses dynamic lot scaling. We cover the strategy design, code implementation, and backtesting process. Finally, we share key insights and best practices for optimizing the automated trading system.

The most downloaded free products:

More than 200 new charts published:

图表 BTCUSD, H1, 2025.02.14 23:01 UTC, Vantage FX Pty Ltd., MetaTrader 4, Demo
BTCUSD, H1
Chart GER30, M5, 2025.02.17 13:48 UTC, GVD Markets Capital Ltd, MetaTrader 5, Real
GER30, M5
图表 EURUSD, H4, 2025.02.13 23:21 UTC, Gerchik and Co Limited, MetaTrader 4, Demo
EURUSD, H4

Bestsellers in the Market:

14 new topics on forum:

and 11 more...

Published article "Price Action Analysis Toolkit Development (Part 13): RSI Sentinel Tool".

Price Action Analysis Toolkit Development (Part 13): RSI Sentinel Tool

Price action can be effectively analyzed by identifying divergences, with technical indicators such as the RSI providing crucial confirmation signals. In the article below, we explain how automated RSI divergence analysis can identify trend continuations and reversals, thereby offering valuable insights into market sentiment.

The most downloaded free products:

Most downloaded source codes this week

  • 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.
  • Examples from the book "Neural networks for algorithmic trading with MQL5" The book "Neural networks in algorithmic trading with MQL5" is a comprehensive guide, covering both the theoretical foundations of artificial intelligence and neural networks and practical aspects of their application in financial trading using the MQL5 programming language.
  • 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++.

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.

Automating Trading Strategies in MQL5 (Part 6): Mastering Order Block Detection for Smart Money Trading

Automating Trading Strategies in MQL5 (Part 6): Mastering Order Block Detection for Smart Money Trading

In this article, we automate order block detection in MQL5 using pure price action analysis. We define order blocks, implement their detection, and integrate automated trade execution. Finally, we backtest the strategy to evaluate its performance.

Bestsellers in the Market:

There are more than 32,680 products available in Market
There are more than 149,120 topics available on forum

7 new topics on forum:

and 4 more...

3 new signals now available for subscription:

KGSkalping
1,111% 2181 trades
Growth:1,110.65%
Equity:45,577.67USD
Balance:128,115.13USD
Multi IA
853% 9666 trades
Growth:853.30%
Equity:10,371.82EUR
Balance:10,371.82EUR
KingSniper and ATN EA medium risk
180% 428 trades
Growth:179.53%
Equity:773.78UST
Balance:773.78UST

The most downloaded free products:

Bestsellers in the Market:

New publications in CodeBase

12 new topics on forum:

and 9 more...

The most downloaded free products:

Bestsellers in the Market:

The most popular forum topics:

9 new topics on forum:

and 6 more...

2 new signals now available for subscription:

AUD Specialist
150% 3008 trades
Growth:149.66%
Equity:5,481.17USD
Balance:5,486.60USD
SNOW INC Principles
21% 2648 trades
Growth:21.20%
Equity:51,803.02USD
Balance:51,839.52USD

Published article "Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (II): Modularization".

Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (II): Modularization

In this discussion, we take a step further in breaking down our MQL5 program into smaller, more manageable modules. These modular components will then be integrated into the main program, enhancing its organization and maintainability. This approach simplifies the structure of our main program and makes the individual components reusable in other Expert Advisors (EAs) and indicator developments. By adopting this modular design, we create a solid foundation for future enhancements, benefiting both our project and the broader developer community.

Published article "Developing a Replay System (Part 59): A New Future".

Developing a Replay System (Part 59): A New Future

Having a proper understanding of different ideas allows us to do more with less effort. In this article, we'll look at why it's necessary to configure a template before the service can interact with the chart. Also, what if we improve the mouse pointer so we can do more things with it?

The most downloaded free products:

Bestsellers in the Market:

13 new topics on forum:

and 10 more...
There are more than 32,620 products available in Market
There are more than 2,000 articles published on site

Published article "From Basic to Intermediate: Variables (III)".

From Basic to Intermediate: Variables (III)

Today we will look at how to use predefined MQL5 language variables and constants. In addition, we will analyze another special type of variables: functions. Knowing how to properly work with these variables can mean the difference between an application that works and one that doesn't. In order to understand what is presented here, it is necessary to understand the material that was discussed in previous articles.

2 new signals now available for subscription:

Use Your Logic
828% 486 trades
Growth:827.69%
Equity:415,651.43USD
Balance:414,984.53USD
MAS Markets
-17% 848 trades
Growth:-17.41%
Equity:30,061.59EUR
Balance:30,057.60EUR

Published article "Deconstructing examples of trading strategies in the client terminal".

Deconstructing examples of trading strategies in the client terminal

The article uses block diagrams to examine the logic of the candlestick-based training EAs located in the Experts\Free Robots folder of the terminal.

Published article "MQL5 Wizard Techniques you should know (Part 54): Reinforcement Learning with hybrid SAC and Tensors".

MQL5 Wizard Techniques you should know (Part 54): Reinforcement Learning with hybrid SAC and Tensors

Soft Actor Critic is a Reinforcement Learning algorithm that we looked at in a previous article, where we also introduced python and ONNX to these series as efficient approaches to training networks. We revisit the algorithm with the aim of exploiting tensors, computational graphs that are often exploited in Python.

Published article "Building a Keltner Channel Indicator with Custom Canvas Graphics in MQL5".

Building a Keltner Channel Indicator with Custom Canvas Graphics in MQL5

In this article, we build a Keltner Channel indicator with custom canvas graphics in MQL5. We detail the integration of moving averages, ATR calculations, and enhanced chart visualization. We also cover backtesting to evaluate the indicator’s performance for practical trading insights.

Published article "Mastering JSON: Create Your Own JSON Reader from Scratch in MQL5".

Mastering JSON: Create Your Own JSON Reader from Scratch in MQL5

Experience a step-by-step guide on creating a custom JSON parser in MQL5, complete with object and array handling, error checking, and serialization. Gain practical insights into bridging your trading logic and structured data with this flexible solution for handling JSON in MetaTrader 5.

The most downloaded free products:

More than 200 new charts published:

Chart BTCUSD, M15, 2/10/2025 10:44 AM UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
BTCUSD, M15
图表 ETHUSDm, M15, 2025.02.12 20:39 UTC, Exness Technologies Ltd, MetaTrader 4, Demo
ETHUSDm, M15
图表 EURUSD, M30, 2025.02.11 21:15 UTC, Raw Trading Ltd, MetaTrader 5, Real
EURUSD, M30
There are more than 149,070 topics available on forum

10 new topics on forum:

and 7 more...

Bestsellers in the Market:

6 new signals now available for subscription:

ICMarketsSC
508% 2982 trades
Growth:507.93%
Equity:1,824.41USD
Balance:1,824.41USD
Sususu
116% 859 trades
Growth:115.83%
Equity:4,463.01USD
Balance:4,471.94USD
Boring PII
66% 257 trades
Growth:66.23%
Equity:207.37USD
Balance:207.37USD
and 3 more...

Published article "Neural Networks in Trading: Using Language Models for Time Series Forecasting".

Neural Networks in Trading: Using Language Models for Time Series Forecasting

We continue to study time series forecasting models. In this article, we get acquainted with a complex algorithm built on the use of a pre-trained language model.

Published article "Robustness Testing on Expert Advisors".

Robustness Testing on Expert Advisors

In strategy development, there are many intricate details to consider, many of which are not highlighted for beginner traders. As a result, many traders, myself included, have had to learn these lessons the hard way. This article is based on my observations of common pitfalls that most beginner traders encounter when developing strategies on MQL5. It will offer a range of tips, tricks, and examples to help identify the disqualification of an EA and test the robustness of our own EAs in an easy-to-implement way. The goal is to educate readers, helping them avoid future scams when purchasing EAs as well as preventing mistakes in their own strategy development.

Published article "Mastering Log Records (Part 5): Optimizing the Handler with Cache and Rotation".

Mastering Log Records (Part 5): Optimizing the Handler with Cache and Rotation

This article improves the logging library by adding formatters in handlers, the CIntervalWatcher class to manage execution cycles, optimization with caching and file rotation, performance tests and practical examples. With these improvements, we ensure an efficient, scalable and adaptable logging system to different development scenarios.

The most downloaded free products:

1...636465666768697071727374757677...650