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.

Bestsellers in the Market:

7 new topics on forum:

and 4 more...

Published article "Anarchic Society Optimization (ASO) algorithm".

Anarchic Society Optimization (ASO) algorithm

In this article, we will get acquainted with the Anarchic Society Optimization (ASO) algorithm and discuss how an algorithm based on the irrational and adventurous behavior of participants in an anarchic society (an anomalous system of social interaction free from centralized power and various kinds of hierarchies) is able to explore the solution space and avoid the traps of local optimum. The article presents a unified ASO structure applicable to both continuous and discrete problems.

3 new signals now available for subscription:

EA HEDGE 8799853
338% 47782 trades
Growth:337.65%
Equity:31,808.14USD
Balance:32,161.53USD
Bot Scalp Band 8799034
151% 4597 trades
Growth:150.56%
Equity:15,576.46USD
Balance:16,265.99USD
Swingline
-45% 2965 trades
Growth:-45.44%
Equity:55,982.47USD
Balance:54,554.03USD

The most downloaded free products:

Bestsellers in the Market:

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.
  • Trade Assistant MT5 Trade Assistant MetaTrader indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and MN1 timeframes. When you follow such an indicator you have a clear picture of the trends across all important timeframes. It doesn't matter which timeframe you attach this indicator to. The indicator can be downloaded for MT4 and MT5.
  • Trade Assistant MT4 Trade Assistant MetaTrader indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and MN1 timeframes. When you follow such an indicator you have a clear picture of the trends across all important timeframes. It doesn't matter which timeframe you attach this indicator to. The indicator can be downloaded for MT4 and MT5.

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.

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.

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.

There are more than 32,760 products available in Market

7 new topics on forum:

and 4 more...

The most downloaded free products:

Bestsellers in the Market:

5 new signals now available for subscription:

YinYang 69 A
137% 1090 trades
Growth:137.09%
Equity:21,955.06USD
Balance:21,955.06USD
LiveLuckyTrader01
75% 1130 trades
Growth:75.00%
Equity:3,939.14EUR
Balance:9,257.08EUR
LiveWave01
75% 687 trades
Growth:74.73%
Equity:3,431.98EUR
Balance:6,030.49EUR
and 2 more...

New publications in CodeBase

There are more than 11,540 codes published in Codebase

3 new topics on forum:

The most downloaded free products:

More than 400 new charts published:

График WDOH25, M15, 2025.02.21 02:22 UTC, Banco BTG Pactual S.A., MetaTrader 5, Real
WDOH25, M15
Gráfico XAUUSD+, M15, 2025.02.19 11:58 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
XAUUSD+, M15
Grafico XAUUSD+, M15, 2025.02.19 07:56 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
XAUUSD+, M15

Bestsellers in the Market:

New publications in CodeBase

  • Useful #define statements These are some #define statements that are useful to perform operations in your EA. You only need to assign the name of your variables at the beginning of the file, and then let the other #define statements do the work. In order to use this file, add #include <DEFINE_statements.mqh> to the first line in your EA file.
  • Self Optimized SMA The indicator plots two lines. The lower line is calculated based on the latest SMA period that caused a bounce up. The upper line is calculated based on the latest SMA period that caused a bounce down.

3 new signals now available for subscription:

No 09 TickMill Index Trade 2430
102% 1647 trades
Growth:102.32%
Equity:6,480.51USD
Balance:6,479.55USD
Xauusd9999
97% 9694 trades
Growth:96.59%
Equity:6,320.22USD
Balance:6,320.22USD
Mex Time
9% 567 trades
Growth:8.94%
Equity:9,721.39USD
Balance:9,721.39USD

9 new topics on forum:

and 6 more...
There are more than 2,010 articles published on site

Published article "MQL5 Wizard Techniques you should know (Part 55): SAC with Prioritized Experience Replay".

MQL5 Wizard Techniques you should know (Part 55): SAC with Prioritized Experience Replay

Replay buffers in Reinforcement Learning are particularly important with off-policy algorithms like DQN or SAC. This then puts the spotlight on the sampling process of this memory-buffer. While default options with SAC, for instance, use random selection from this buffer, Prioritized Experience Replay buffers fine tune this by sampling from the buffer based on a TD-score. We review the importance of Reinforcement Learning, and, as always, examine just this hypothesis (not the cross-validation) in a wizard assembled Expert Advisor.

Published article "Automating Trading Strategies in MQL5 (Part 8): Building an Expert Advisor with Butterfly Harmonic Patterns".

Automating Trading Strategies in MQL5 (Part 8): Building an Expert Advisor with Butterfly Harmonic Patterns

In this article, we build an MQL5 Expert Advisor to detect Butterfly harmonic patterns. We identify pivot points and validate Fibonacci levels to confirm the pattern. We then visualize the pattern on the chart and automatically execute trades when confirmed.

Published article "Neural Networks in Trading: Injection of Global Information into Independent Channels (InjectTST)".

Neural Networks in Trading: Injection of Global Information into Independent Channels (InjectTST)

Most modern multimodal time series forecasting methods use the independent channels approach. This ignores the natural dependence of different channels of the same time series. Smart use of two approaches (independent and mixed channels) is the key to improving the performance of the models.

Published article "Build Self Optimizing Expert Advisors in MQL5 (Part 6): Stop Out Prevention".

Build Self Optimizing Expert Advisors in MQL5 (Part 6): Stop Out Prevention

Join us in our discussion today as we look for an algorithmic procedure to minimize the total number of times we get stopped out of winning trades. The problem we faced is significantly challenging, and most solutions given in community discussions lack set and fixed rules. Our algorithmic approach to solving the problem increased the profitability of our trades and reduced our average loss per trade. However, there are further advancements to be made to completely filter out all trades that will be stopped out, our solution is a good first step for anyone to try.

The most popular forum topics:

The most downloaded free products:

Bestsellers in the Market:

There are more than 32,690 products available in Market
There are more than 149,180 topics available on forum

12 new topics on forum:

and 9 more...

2 new signals now available for subscription:

YUNCL moshi 03
394% 2795 trades
Growth:393.90%
Equity:49,859.03USD
Balance:49,859.03USD
TheTen
81% 498 trades
Growth:80.89%
Equity:354.55USD
Balance:354.55USD

Published article "Neural Networks in Trading: Practical Results of the TEMPO Method".

Neural Networks in Trading: Practical Results of the TEMPO Method

We continue our acquaintance with the TEMPO method. In this article we will evaluate the actual effectiveness of the proposed approaches on real historical data.

The most downloaded free products:

5 new signals now available for subscription:

Gold pro
574% 1162 trades
Growth:574.34%
Equity:210.22USD
Balance:210.22USD
DealersTrade GBPUSD 5m
96% 1539 trades
Growth:95.84%
Equity:27,496.58USD
Balance:29,453.40USD
MtproBotTrader
84% 816 trades
Growth:83.89%
Equity:7,182.37USD
Balance:7,343.80USD
and 2 more...

12 new topics on forum:

and 9 more...

Bestsellers in the Market:

Published article "Price Action Analysis Toolkit Development (Part 14): Parabolic Stop and Reverse Tool".

Price Action Analysis Toolkit Development (Part 14): Parabolic Stop and Reverse Tool

Embracing technical indicators in price action analysis is a powerful approach. These indicators often highlight key levels of reversals and retracements, offering valuable insights into market dynamics. In this article, we demonstrate how we developed an automated tool that generates signals using the Parabolic SAR indicator.

Published article "William Gann methods (Part I): Creating Gann Angles indicator".

William Gann methods (Part I): Creating Gann Angles indicator

What is the essence of Gann Theory? How are Gann angles constructed? We will create Gann Angles indicator for MetaTrader 5.

The most popular forum topics:

The most downloaded free products:

Bestsellers in the Market:

13 new topics on forum:

and 10 more...

Most downloaded source codes this month

  • Candlestick patterns This is a indicator displaying candlesticks patterns on a chart.
  • BollingerBandsEA BollingerBandsEA trades according to Bollinger Bands.
  • Trend Equilibrium Indicator TrendEQ The Trend Equilibrium Indicator TrendEQ dynamically analyzes market movements by combining momentum and volatility. By scaling momentum with the market’s volatility, the TrendEQ provides a reliable measure of trend strength and direction.

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.

More than 400 new charts published:

Gráfico SP500+, H1, 2025.02.18 12:24 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
SP500+, H1
Gráfico GER30, M5, 2025.02.17 13:48 UTC, GVD Markets Capital Ltd, MetaTrader 5, Real
GER30, M5
Gráfico USOUSD+, M15, 2025.02.18 11:29 UTC, STARTRADER International PTY Limited, MetaTrader 4, Real
USOUSD+, M15

6 new signals now available for subscription:

Gold maverick
354% 520 trades
Growth:353.74%
Equity:798.11USD
Balance:797.71USD
ICTrading_Moderated
194% 1944 trades
Growth:193.77%
Equity:901.10EUR
Balance:901.10EUR
Infinity Trader EA
84% 754 trades
Growth:84.01%
Equity:859.84USD
Balance:862.51USD
and 3 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.

1...636465666768697071727374757677...651