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.

12 new signals now available for subscription:

ACCURATE
618% 2542 trades
Growth:618.40%
Equity:1,397.79USD
Balance:1,397.79USD
SlingShort X2
299% 490 trades
Growth:298.98%
Equity:1,166.91USD
Balance:1,166.91USD
Price Action
267% 2877 trades
Growth:267.30%
Equity:1,004.92USD
Balance:1,004.92USD
and 9 more...
There are more than 2,140 articles published on site

Published article "Artificial Ecosystem-based Optimization (AEO) algorithm".

Artificial Ecosystem-based Optimization (AEO) algorithm

The article considers a metaheuristic Artificial Ecosystem-based Optimization (AEO) algorithm, which simulates interactions between ecosystem components by creating an initial population of solutions and applying adaptive update strategies, and describes in detail the stages of AEO operation, including the consumption and decomposition phases, as well as different agent behavior strategies. The article introduces the features and advantages of this algorithm.

9 new topics on forum:

and 6 more...

New publications in CodeBase

  • Function for converting the number of seconds to years, months, days, hours, minutes, seconds It is taken into account that there are 30 days in a month, 365 days in a year The script demonstrates the counter of time until the beginning of the new year
  • ADX Indicator (MQL5) The ADX (Average Directional Index) Smoothed indicator enhances the standard ADX by applying dual exponential smoothing filters to reduce noise and provide clearer trend signals. It plots three lines: smoothed +DI (blue), -DI (red), and the main ADX line (green). This refined version helps traders identify trend strength and potential direction changes with reduced false signals. The indicator excels at confirming established trends and warning of weakening momentum before actual price reversals occur, making it valuable for both trend following strategies and determining optimal entry/exit points.
  • RSI Ea MT5 Rsi Ea using RSI signals with ATR volatility-based stops, automatic position sizing, scale-out feature, and trading session filter

Published article "Data Science and ML (Part 39): News + Artificial Intelligence, Would You Bet on it?".

Data Science and ML (Part 39): News + Artificial Intelligence, Would You Bet on it?

News drives the financial markets, especially major releases like Non-Farm Payrolls (NFPs). We've all witnessed how a single headline can trigger sharp price movements. In this article, we dive into the powerful intersection of news data and Artificial Intelligence.

Published article "Automating Trading Strategies in MQL5 (Part 17): Mastering the Grid-Mart Scalping Strategy with a Dynamic Dashboard".

Automating Trading Strategies in MQL5 (Part 17): Mastering the Grid-Mart Scalping Strategy with a Dynamic Dashboard

In this article, we explore the Grid-Mart Scalping Strategy, automating it in MQL5 with a dynamic dashboard for real-time trading insights. We detail its grid-based Martingale logic and risk management features. We also guide backtesting and deployment for robust performance.

Published article "Custom Debugging and Profiling Tools for MQL5 Development (Part I): Advanced Logging".

Custom Debugging and Profiling Tools for MQL5 Development (Part I): Advanced Logging

Learn how to implement a powerful custom logging framework for MQL5 that goes beyond simple Print() statements by supporting severity levels, multiple output handlers, and automated file rotation—all configurable on‐the‐fly. Integrate the singleton CLogger with ConsoleLogHandler and FileLogHandler to capture contextual, timestamped logs in both the Experts tab and persistent files. Streamline debugging and performance tracing in your Expert Advisors with clear, customizable log formats and centralized control.

The most downloaded free products:

Bestsellers in the Market:

There are more than 34,730 products available in Market
There are more than 150,160 topics available on forum

8 new topics on forum:

and 5 more...

7 new signals now available for subscription:

NO TRADE OFF NOW
362% 258 trades
Growth:362.33%
Equity:0.13USD
Balance:0.13USD
YEE RLKS_8YR_1M_2M VT129
47% 2492 trades
Growth:47.31%
Equity:4,240.64USD
Balance:15,504.78USD
CHONG RLKS_8YR_1M_2M VT209
46% 2447 trades
Growth:46.15%
Equity:4,402.59USD
Balance:15,565.60USD
and 4 more...

The most popular forum topics:

Published article "Neural Networks in Trading: Mask-Attention-Free Approach to Price Movement Forecasting".

Neural Networks in Trading: Mask-Attention-Free Approach to Price Movement Forecasting

In this article, we will discuss the Mask-Attention-Free Transformer (MAFT) method and its application in the field of trading. Unlike traditional Transformers that require data masking when processing sequences, MAFT optimizes the attention process by eliminating the need for masking, significantly improving computational efficiency.

Published article "Price Action Analysis Toolkit Development (Part 22): Correlation Dashboard".

Price Action Analysis Toolkit Development (Part 22): Correlation Dashboard

This tool is a Correlation Dashboard that calculates and displays real-time correlation coefficients across multiple currency pairs. By visualizing how pairs move in relation to one another, it adds valuable context to your price-action analysis and helps you anticipate inter-market dynamics. Read on to explore its features and applications.

Published article "African Buffalo Optimization (ABO)".

African Buffalo Optimization (ABO)

The article presents the African Buffalo Optimization (ABO) algorithm, a metaheuristic approach developed in 2015 based on the unique behavior of these animals. The article describes in detail the stages of the algorithm implementation and its efficiency in finding solutions to complex problems, which makes it a valuable tool in the field of optimization.

Published article "From Basic to Intermediate: Arrays and Strings (II)".

From Basic to Intermediate: Arrays and Strings (II)

In this article I will show that although we are still at a very basic stage of programming, we can already implement some interesting applications. In this case, we will create a fairly simple password generator. This way we will be able to apply some of the concepts that have been explained so far. In addition, we will look at how solutions can be developed for some specific problems.

There are more than 11,630 codes published in Codebase

The most downloaded free products:

6 new topics on forum:

and 3 more...

Bestsellers in the Market:

Most downloaded source codes this week

  • Risk Management EA Based on ATR Volatility Professional Expert Advisor that automatically manages risk and calculates position size based on real market volatility (ATR). Intelligent capital protection system with dynamic stop loss mechanism, suitable for traders who want strict risk control.
  • Countdown 2.0 Countdown is an advanced indicator designed for traders who want to track the time remaining until the next candlestick or the next market open clearly and efficiently. With three flexible display modes (commentary, chart borders or next to price), this indicator offers a customisable solution to suit your trading needs.
  • Fair Value Gaps Fair Value Gaps indicator or 'imbalance areas' where markets often move back to.

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 16): Midnight Range Breakout with Break of Structure (BoS) Price Action

Automating Trading Strategies in MQL5 (Part 16): Midnight Range Breakout with Break of Structure (BoS) Price Action

In this article, we automate the Midnight Range Breakout with Break of Structure strategy in MQL5, detailing code for breakout detection and trade execution. We define precise risk parameters for entries, stops, and profits. Backtesting and optimization are included for practical trading.

5 new signals now available for subscription:

FEI RLKS_8YR_1M VT109
51% 2494 trades
Growth:51.03%
Equity:8,853.62USD
Balance:10,511.06USD
STEVE_M RLKS_10YR_1M_2M VT071
37% 2818 trades
Growth:37.37%
Equity:18,186.74USD
Balance:30,904.59USD
STEVE_M RLKS_10YR_1M VT069
31% 2252 trades
Growth:31.04%
Equity:20,512.18USD
Balance:20,981.45USD
and 2 more...

New publications in CodeBase

The most downloaded free products:

The most popular forum topics:

3 new signals now available for subscription:

FatihErol
939% 2646 trades
Growth:939.12%
Equity:10,767.30USD
Balance:14,727.04USD
MiniIndice2025
58% 1551 trades
Growth:57.74%
Equity:4,241.22BRL
Balance:4,387.27BRL
Double Wang MT5
29% 634 trades
Growth:28.69%
Equity:245,924.26USD
Balance:246,519.66USD

3 new topics on forum:

Bestsellers in the Market:

New publications in CodeBase

The most downloaded free products:

There are more than 34,650 products available in Market

Bestsellers in the Market:

6 new topics on forum:

and 3 more...

8 new signals now available for subscription:

Burning Grid High Risk
802% 5483 trades
Growth:802.22%
Equity:1,397.35EUR
Balance:3,362.09EUR
Burning Grid Medium Risk
524% 4193 trades
Growth:523.77%
Equity:1,070.06EUR
Balance:2,639.73EUR
ALOMDA LAST
302% 5191 trades
Growth:301.78%
Equity:2,227.67USD
Balance:2,227.67USD
and 5 more...

Published article "Raw Code Optimization and Tweaking for Improving Back-Test Results".

Raw Code Optimization and Tweaking for Improving Back-Test Results

Enhance your MQL5 code by optimizing logic, refining calculations, and reducing execution time to improve back-test accuracy. Fine-tune parameters, optimize loops, and eliminate inefficiencies for better performance.

Published article "MQL5 Trading Tools (Part 2): Enhancing the Interactive Trade Assistant with Dynamic Visual Feedback".

MQL5 Trading Tools (Part 2): Enhancing the Interactive Trade Assistant with Dynamic Visual Feedback

In this article, we upgrade our Trade Assistant Tool by adding drag-and-drop panel functionality and hover effects to make the interface more intuitive and responsive. We refine the tool to validate real-time order setups, ensuring accurate trade configurations relative to market prices. We also backtest these enhancements to confirm their reliability.

Published article "MQL5 Wizard Techniques you should know (Part 64): Using Patterns of DeMarker and Envelope Channels with the White-Noise Kernel".

MQL5 Wizard Techniques you should know (Part 64): Using Patterns of DeMarker and Envelope Channels with the White-Noise Kernel

The DeMarker Oscillator and the Envelopes' indicator are momentum and support/ resistance tools that can be paired when developing an Expert Advisor. We continue from our last article that introduced these pair of indicators by adding machine learning to the mix. We are using a recurrent neural network that uses the white-noise kernel to process vectorized signals from these two indicators. This is done in a custom signal class file that works with the MQL5 wizard to assemble an Expert Advisor.

The most downloaded free products:

Bestsellers in the Market:

More than 200 new charts published:

Graphique XAUUSD+, M15, 2025.05.05 09:00 UTC, Startrader Financial Markets Limited, MetaTrader 4, Real
XAUUSD+, M15
Chart EURUSD, D1, 2025.05.08 07:56 UTC, BenchMark Finance AD, MetaTrader 4, Real
EURUSD, D1
Grafik BNBUSD, M30, 2025.05.06 23:00 UTC, Deriv.com Limited, MetaTrader 5, Demo
BNBUSD, M30

13 new signals now available for subscription:

Slow grow
188% 744 trades
Growth:188.29%
Equity:28,451.42USD
Balance:28,454.14USD
UpFuji MT4
186% 1442 trades
Growth:186.33%
Equity:581.04USD
Balance:581.04USD
GARYPRO801
74% 1232 trades
Growth:73.59%
Equity:10,771.37USD
Balance:10,727.01USD
and 10 more...

2 new topics on forum:

There are more than 2,130 articles published on site

Published article "Developing a Replay System (Part 67): Refining the Control Indicator".

Developing a Replay System (Part 67): Refining the Control Indicator

In this article, we'll look at what can be achieved with a little code refinement. This refinement is aimed at simplifying our code, making more use of MQL5 library calls and, above all, making it much more stable, secure and easy to use in other projects that we may develop in the future.

Published article "Forecasting exchange rates using classic machine learning methods: Logit and Probit models".

Forecasting exchange rates using classic machine learning methods: Logit and Probit models

In the article, an attempt is made to build a trading EA for predicting exchange rate quotes. The algorithm is based on classical classification models - logistic and probit regression. The likelihood ratio criterion is used as a filter for trading signals.

Published article "Economic forecasts: Exploring the Python potential".

Economic forecasts: Exploring the Python potential

How to use World Bank economic data for forecasts? What happens when you combine AI models and economics?

1...555657585960616263646566676869...654