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.

New publications in CodeBase

Bestsellers in the Market:

There are more than 28 340 products available in Market

17 new topics on forum:

and 14 more...

New publications in CodeBase

The most downloaded free products:

The most popular forum topics:

Bestsellers in the Market:

21 new topics on forum:

and 18 more...
There are more than 142 650 topics available on forum

5 new signals now available for subscription:

BINTANG TARULI
155% 1370 trades
Growth:154.53%
Equity:2 511.86USD
Balance:2 473.59USD
OANHLE
95% 308 trades
Growth:94.59%
Equity:3 019.86USD
Balance:3 036.28USD
Plutone
9% 1464 trades
Growth:9.43%
Equity:10 918.56EUR
Balance:10 932.66EUR
and 2 more...

Published article "Neural networks made easy (Part 54): Using random encoder for efficient research (RE3)".

Neural networks made easy (Part 54): Using random encoder for efficient research (RE3)

Whenever we consider reinforcement learning methods, we are faced with the issue of efficiently exploring the environment. Solving this issue often leads to complication of the algorithm and training of additional models. In this article, we will look at an alternative approach to solving this problem.

There are more than 1 460 articles published on site

Published article "Developing a Replay System — Market simulation (Part 19): Necessary adjustments".

Developing a Replay System — Market simulation (Part 19): Necessary adjustments

Here we will prepare the ground so that if we need to add new functions to the code, this will happen smoothly and easily. The current code cannot yet cover or handle some of the things that will be necessary to make meaningful progress. We need everything to be structured in order to enable the implementation of certain things with the minimal effort. If we do everything correctly, we can get a truly universal system that can very easily adapt to any situation that needs to be handled.

Published article "Modified Grid-Hedge EA in MQL5 (Part I): Making a Simple Hedge EA".

Modified Grid-Hedge EA in MQL5 (Part I): Making a Simple Hedge EA

We will be creating a simple hedge EA as a base for our more advanced Grid-Hedge EA, which will be a mixture of classic grid and classic hedge strategies. By the end of this article, you will know how to create a simple hedge strategy, and you will also get to know what people say about whether this strategy is truly 100% profitable.

Published article "Developing a Replay System — Market simulation (Part 18): Ticks and more ticks (II)".

Developing a Replay System — Market simulation (Part 18): Ticks and more ticks (II)

Obviously the current metrics are very far from the ideal time for creating a 1-minute bar. That's the first thing we are going to fix. Fixing the synchronization problem is not difficult. This may seem hard, but it's actually quite simple. We did not make the required correction in the previous article since its purpose was to explain how to transfer the tick data that was used to create the 1-minute bars on the chart into the Market Watch window.

17 new topics on forum:

and 14 more...

The most downloaded free products:

Bestsellers in the Market:

13 new signals now available for subscription:

CT Trader Nusantara 02
209% 1851 trades
Growth:209.04%
Equity:8 051.32USD
Balance:8 384.58USD
CT Trader Nusantara 09
132% 1367 trades
Growth:132.30%
Equity:68 387.90USD
Balance:73 386.80USD
CT Trader Nusantara 03
130% 1516 trades
Growth:130.20%
Equity:7 186.82USD
Balance:7 520.08USD
and 10 more...

New publications in CodeBase

  • wd.Multi_LineMA The MT5 custom indicator, named "wd.Multi_LineMA.mq5," is designed to offer traders valuable insights into Moving Average values from a higher timeframe (MTF Multi TimeFrame). It encompasses additional visual features for in-depth analysis, such as the ability to view trails for a specified number of bars and a dynamic MA horizontal price line.
  • Multi time frame example by recursion The purpose of this indicator is to demonstrate newbie friendly way a structure of a multi time frame indicator based on recursion.

The most downloaded free products:

The most popular forum topics:

Bestsellers in the Market:

19 new topics on forum:

and 16 more...
There are more than 28 290 products available in Market

3 new signals now available for subscription:

X677 The power of time
49% 278 trades
Growth:49.06%
Equity:1 018.73EUR
Balance:1 018.61EUR
Waka Waka Mid Risk
26% 369 trades
Growth:25.85%
Equity:0.00AUD
Balance:0.00AUD
TTS 48X Mosetong Jakarta K3
-15% 2472 trades
Growth:-15.30%
Equity:12 807.93USD
Balance:14 350.95USD

The most downloaded free products:

More than 100 new charts published:

Chart USDCAD, H1, 2023.12.04 11:43 UTC, TNFX Ltd., MetaTrader 5, Real
USDCAD, H1
Chart VALE3, M15, 2023.12.01 01:58 UTC, Orama Distribuidora de Titulos e Valores Mobiliarios SA, MetaTrader 5, Demo
VALE3, M15
Chart AUDUSD, H1, 2023.11.30 16:30 UTC, LiteFinance Global LLC, MetaTrader 4, Demo
AUDUSD, H1

8 new signals now available for subscription:

Zhurou
316% 104 trades
Growth:315.52%
Equity:1 108.08USD
Balance:1 108.08USD
Ft 100
156% 449 trades
Growth:155.64%
Equity:236.21USD
Balance:208.77USD
WillianATM2
73% 641 trades
Growth:72.93%
Equity:998.47USD
Balance:1 018.30USD
and 5 more...

Bestsellers in the Market:

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.

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.

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.

Most downloaded source codes this month

13 new topics on forum:

and 10 more...
There are more than 142 590 topics available on forum

Published article "Design Patterns in software development and MQL5 (Part 3): Behavioral Patterns 1".

Design Patterns in software development and MQL5 (Part 3): Behavioral Patterns 1

A new article from Design Patterns articles and we will take a look at one of its types which is behavioral patterns to understand how we can build communication methods between created objects effectively. By completing these Behavior patterns we will be able to understand how we can create and build a reusable, extendable, tested software.

Published article "Data label for time series mining (Part 4):Interpretability Decomposition Using Label Data".

Data label for time series mining (Part 4):Interpretability Decomposition Using Label Data

This series of articles introduces several time series labeling methods, which can create data that meets most artificial intelligence models, and targeted data labeling according to needs can make the trained artificial intelligence model more in line with the expected design, improve the accuracy of our model, and even help the model make a qualitative leap!

There are more than 11 210 codes published in Codebase

Bestsellers in the Market:

The most downloaded free products:

15 new topics on forum:

and 12 more...

Published article "Market Reactions and Trading Strategies in Response to Dividend Announcements: Evaluating the Efficient Market Hypothesis in Stock Trading".

Market Reactions and Trading Strategies in Response to Dividend Announcements: Evaluating the Efficient Market Hypothesis in Stock Trading

In this article, we will analyse the impact of dividend announcements on stock market returns and see how investors can earn more returns than those offered by the market when they expect a company to announce dividends. In doing so, we will also check the validity of the Efficient Market Hypothesis in the context of the Indian Stock Market.

7 new signals now available for subscription:

GIBONZO START
664% 3537 trades
Growth:664.37%
Equity:2 299.05EUR
Balance:2 408.97EUR
BlueForex
127% 815 trades
Growth:126.61%
Equity:92 339.20EUR
Balance:120 698.57EUR
Ai2023
80% 519 trades
Growth:80.13%
Equity:7 659.39USD
Balance:7 566.71USD
and 4 more...

Published article "MQL5 Wizard Techniques you should know (Part 08): Perceptrons".

MQL5 Wizard Techniques you should know (Part 08): Perceptrons

Perceptrons, single hidden layer networks, can be a good segue for anyone familiar with basic automated trading and is looking to dip into neural networks. We take a step by step look at how this could be realized in a signal class assembly that is part of the MQL5 Wizard classes for expert advisors.

The most downloaded free products:

Bestsellers in the Market:

3 new signals now available for subscription:

Diversified strategy
1 067% 3255 trades
Growth:1 066.86%
Equity:16 480.66USD
Balance:18 612.69USD
Enosh CMC live
-1% 1383 trades
Growth:-0.65%
Equity:3 166.13CAD
Balance:2 601.22CAD
BFS TRADE FIBO
-14% 162 trades
Growth:-13.73%
Equity:258.87USD
Balance:258.87USD

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.

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.

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.

Most downloaded source codes this week

  • MACD on Chart Show MACD directly on chart
  • PA RSI The Oscillator Indicator for MetaTrader 4 is a powerful tool that accurately identifies the perfect signal on the completion of trends.
  • Trade Sessions Indicator This indicator is based on DRAW_FILLING buffers. The input parameters are absent, the TimeTradeServer(), TimeGMT() functions are used.

The most popular forum topics:

1...404142434445464748495051525354...578