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.

Published article "MQL5 Wizard Techniques you should know (Part 29): Continuation on Learning Rates with MLPs".

MQL5 Wizard Techniques you should know (Part 29): Continuation on Learning Rates with MLPs

We wrap up our look at learning rate sensitivity to the performance of Expert Advisors by primarily examining the Adaptive Learning Rates. These learning rates aim to be customized for each parameter in a layer during the training process and so we assess potential benefits vs the expected performance toll.

2 new signals now available for subscription:

GoldWin
1,247% 714 trades
Growth:1,246.54%
Equity:10,461.40USD
Balance:11,692.60USD
Admiral
8% 493 trades
Growth:7.53%
Equity:1,483.34USD
Balance:1,492.03USD

Published article "Building A Candlestick Trend Constraint Model (Part 7): Refining our model for EA development".

Building A Candlestick Trend Constraint Model (Part 7): Refining our model for EA development

In this article, we will delve into the detailed preparation of our indicator for Expert Advisor (EA) development. Our discussion will encompass further refinements to the current version of the indicator to enhance its accuracy and functionality. Additionally, we will introduce new features that mark exit points, addressing a limitation of the previous version, which only identified entry points.

Published article "Developing a Replay System (Part 42): Chart Trade Project (I)".

Developing a Replay System (Part 42): Chart Trade Project (I)

Let's create something more interesting. I don't want to spoil the surprise, so follow the article for a better understanding. From the very beginning of this series on developing the replay/simulator system, I was saying that the idea is to use the MetaTrader 5 platform in the same way both in the system we are developing and in the real market. It is important that this is done properly. No one wants to train and learn to fight using one tool while having to use another one during the fight.

Published article "Population optimization algorithms: Whale Optimization Algorithm (WOA)".

Population optimization algorithms: Whale Optimization Algorithm (WOA)

Whale Optimization Algorithm (WOA) is a metaheuristic algorithm inspired by the behavior and hunting strategies of humpback whales. The main idea of WOA is to mimic the so-called "bubble-net" feeding method, in which whales create bubbles around prey and then attack it in a spiral motion.

The most downloaded free products:

3 new signals now available for subscription:

OnlyUJ
324% 486 trades
Growth:323.66%
Equity:4,298.25USD
Balance:4,298.25USD
Axis A1 Live
28% 674 trades
Growth:28.44%
Equity:1,275.41USD
Balance:1,284.44USD
MixAUC
6% 932 trades
Growth:5.50%
Equity:10,200.31USD
Balance:10,193.18USD

Bestsellers in the Market:

18 new topics on forum:

and 15 more...

Published article "Build Self Optimizing Expert Advisors With MQL5 And Python".

Build Self Optimizing Expert Advisors With MQL5 And Python

In this article, we will discuss how we can build Expert Advisors capable of autonomously selecting and changing trading strategies based on prevailing market conditions. We will learn about Markov Chains and how they can be helpful to us as algorithmic traders.

The most downloaded free products:

There are more than 146,450 topics available on forum

12 new topics on forum:

and 9 more...

Bestsellers in the Market:

New publications in CodeBase

Published article "MQL5 Trading Toolkit (Part 2): Expanding and Implementing the Positions Management EX5 Library".

MQL5 Trading Toolkit (Part 2): Expanding and Implementing the Positions Management EX5 Library

Learn how to import and use EX5 libraries in your MQL5 code or projects. In this continuation article, we will expand the EX5 library by adding more position management functions to the existing library and creating two Expert Advisors. The first example will use the Variable Index Dynamic Average Technical Indicator to develop a trailing stop trading strategy expert advisor, while the second example will utilize a trade panel to monitor, open, close, and modify positions. These two examples will demonstrate how to use and implement the upgraded EX5 position management library.

The most downloaded free products:

More than 200 new charts published:

차트 USDCAD, D1, 2024.07.22 15:48 UTC, RannForex Limited, MetaTrader 5, Real
USDCAD, D1
Graphique EURCHF, H1, 2024.07.22 15:06 UTC, RannForex Limited, MetaTrader 5, Real
EURCHF, H1
차트 GBPCHF, D1, 2024.07.22 15:09 UTC, RannForex Limited, MetaTrader 5, Real
GBPCHF, D1

Most downloaded source codes this month

  • Grid EA Pro A professional Grid advisor works according to RSI ( Relative Strength Index ) indicators. And has the function of Reducing the Drawdown on the account by overlapping unprofitable orders. The chart displays information about the profit. It can be a very useful tool, For manual trading.
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.
  • Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.

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.

19 new topics on forum:

and 16 more...

Bestsellers in the Market:

Published article "Neural networks made easy (Part 80): Graph Transformer Generative Adversarial Model (GTGAN)".

Neural networks made easy (Part 80): Graph Transformer Generative Adversarial Model (GTGAN)

In this article, I will get acquainted with the GTGAN algorithm, which was introduced in January 2024 to solve complex problems of generation architectural layouts with graph constraints.

The most downloaded free products:

New publications in CodeBase

  • Find Swing Highs Swing Lows The Swing High/Low Identifier for MetaTrader 5 marks significant swing highs and swing lows directly on your chart with color-coded arrows. This tool helps traders quickly identify key price levels, which can serve as resistance and support, and is ideal for trend reversal analysis, support and resistance mapping, and enhancing price action strategies. By highlighting these crucial swing points, it provides valuable insights for making informed trading decisions and optimizing trading strategies.
  • Decision Colored Candles - MT5 higher confidence to get into trade
There are more than 28,920 products available in Market

The most popular forum topics:

Bestsellers in the Market:

18 new topics on forum:

and 15 more...

Published article "Reimagining Classic Strategies (Part II): Bollinger Bands Breakouts".

Reimagining Classic Strategies (Part II): Bollinger Bands Breakouts

This article explores a trading strategy that integrates Linear Discriminant Analysis (LDA) with Bollinger Bands, leveraging categorical zone predictions for strategic market entry signals.

Published article "Hybridization of population algorithms. Sequential and parallel structures".

Hybridization of population algorithms. Sequential and parallel structures

Here we will dive into the world of hybridization of optimization algorithms by looking at three key types: strategy mixing, sequential and parallel hybridization. We will conduct a series of experiments combining and testing relevant optimization algorithms.

Published article "Combine Fundamental And Technical Analysis Strategies in MQL5 For Beginners".

Combine Fundamental And Technical Analysis Strategies in MQL5 For Beginners

In this article, we will discuss how to integrate trend following and fundamental principles seamlessly into one Expert Advisors to build a strategy that is more robust. This article will demonstrate how easy it is for anyone to get up and running building customized trading algorithms using MQL5.

The most downloaded free products:

Bestsellers in the Market:

Most downloaded source codes this week

  • Raymond Cloudy Day For EA Raymond Cloudy Day For EA, a revolutionary trading tool created by Raymond and expertly developed for the MT5 platform. This innovative indicator integrates a cutting-edge calculation method with advanced algorithms, surpassing traditional Pivot Points to enhance trading strategies with unparalleled precision.
  • Risk reward box This Indicator creates automatically a Risk/Reward Box on you all opened chart base on High, Low price with the old candles. You can use it easily to drag and change size and price to your desire wanted.
  • SL-TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency. Note: It calculates an estimated value based on a simple calculation and does not take into account brokerage commissions.

Most read articles this week

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.

There are more than 146,400 topics available on forum

12 new topics on forum:

and 9 more...

1 new signal now available for subscription:

Kivenara 815m52ff
437% 428 trades
Growth:436.92%
Equity:496.38USD
Balance:496.38USD

6 new topics on forum:

and 3 more...

The most popular forum topics:

Bestsellers in the Market:

More than 200 new charts published:

Graphique XAUUSD, H1, 2024.07.19 16:59 UTC, RannForex Limited, MetaTrader 5, Real
XAUUSD, H1
チャート EURGBP, H3, 2024.07.18 04:42 UTC, RannForex Limited, MetaTrader 5, Real
EURGBP, H3
Gráfico XAUUSD, M15, 2024.07.18 22:15 UTC, FXTM, MetaTrader 4, Real
XAUUSD, M15

The most downloaded free products:

Bestsellers in the Market:

4 new signals now available for subscription:

Desert Eagle
993% 9211 trades
Growth:992.91%
Equity:710.20USD
Balance:714.01USD
Grid WTI
282% 1663 trades
Growth:281.64%
Equity:3,890.00USD
Balance:4,248.95USD
ZT 3
108% 715 trades
Growth:108.02%
Equity:2,466.50USD
Balance:823.30USD
and 1 more...

13 new topics on forum:

and 10 more...
There are more than 1,690 articles published on site

Published article "Data Science and ML (Part 27): Convolutional Neural Networks (CNNs) in MetaTrader 5 Trading Bots — Are They Worth It?".

Data Science and ML (Part 27): Convolutional Neural Networks (CNNs) in MetaTrader 5 Trading Bots — Are They Worth It?

Convolutional Neural Networks (CNNs) are renowned for their prowess in detecting patterns in images and videos, with applications spanning diverse fields. In this article, we explore the potential of CNNs to identify valuable patterns in financial markets and generate effective trading signals for MetaTrader 5 trading bots. Let us discover how this deep machine learning technique can be leveraged for smarter trading decisions.

Published article "MQL5 Wizard Techniques you should know (Part 28): GANs Revisited with a Primer on Learning Rates".

MQL5 Wizard Techniques you should know (Part 28): GANs Revisited with a Primer on Learning Rates

The Learning Rate, is a step size towards a training target in many machine learning algorithms’ training processes. We examine the impact its many schedules and formats can have on the performance of a Generative Adversarial Network, a type of neural network that we had examined in an earlier article.

1...93949596979899100101102103104105106107...651