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.

21 new topics on forum:

and 18 more...
There are more than 1,460 articles published on site

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.

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:

There are more than 26,370 products available in Market

8 new signals now available for subscription:

GOLD Winner 1
839% 4180 trades
Growth:839.33%
Equity:117,405.80USD
Balance:106,993.70USD
CT Trader Nusantara 04
371% 4882 trades
Growth:370.63%
Equity:12,661.96USD
Balance:12,911.36USD
CT Trader Nusantara 09
230% 4332 trades
Growth:230.21%
Equity:8,400.66USD
Balance:8,400.66USD
and 5 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...

The most downloaded free products:

More than 100 new charts published:

Chart USDCAD, H1, 12/4/2023 12:43 PM UTC, TNFX Ltd., MetaTrader 5, Real
USDCAD, H1
Chart AUDUSD, H1, 11/30/2023 5:30 PM UTC, LiteFinance Global LLC, MetaTrader 4, Demo
AUDUSD, H1
Chart XAUUSDm, M30, 12/1/2023 4:32 PM UTC, Exness Technologies Ltd, MetaTrader 5, Real
XAUUSDm, M30

Bestsellers in the Market:

Most downloaded source codes this month

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.

There are more than 142,440 topics available on forum

13 new topics on forum:

and 10 more...

2 new signals now available for subscription:

WillianATM2
129% 1082 trades
Growth:129.38%
Equity:1,022.12USD
Balance:1,022.12USD
Ai2023
9% 1996 trades
Growth:8.56%
Equity:2,367.94USD
Balance:2,367.94USD

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:

There are more than 26,320 products available in Market

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.

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:

1 new signal now available for subscription:

Enosh CMC live
-17% 1864 trades
Growth:-16.71%
Equity:1,960.37CAD
Balance:1,805.09CAD

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.

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.

The most popular forum topics:

New publications in CodeBase

  • Candlestick Body, High Low and Wick Range Click on candlestick to see its body range, high low range, upper wick range and lower wick range value.
  • Candle Time Count Down Current Candle To Close in x Time
  • Superb Fractal Few improvements from standart fractal: 1. You can chouse size of fractal. Standart version use 2 as constant 2. It does not draw fractals against the trend, which makes your chart much more informative

16 new topics on forum:

and 13 more...

Bestsellers in the Market:

There are more than 142,390 topics available on forum

10 new topics on forum:

and 7 more...

The most downloaded free products:

Bestsellers in the Market:

24 new topics on forum:

and 21 more...
There are more than 26,260 products available in Market

Published article "Neural networks made easy (Part 53): Reward decomposition".

Neural networks made easy (Part 53): Reward decomposition

We have already talked more than once about the importance of correctly selecting the reward function, which we use to stimulate the desired behavior of the Agent by adding rewards or penalties for individual actions. But the question remains open about the decryption of our signals by the Agent. In this article, we will talk about reward decomposition in terms of transmitting individual signals to the trained Agent.

Published article "Introduction to MQL5 (Part 1): A Beginner's Guide into Algorithmic Trading".

Introduction to MQL5 (Part 1): A Beginner's Guide into Algorithmic Trading

Dive into the fascinating realm of algorithmic trading with our beginner-friendly guide to MQL5 programming. Discover the essentials of MQL5, the language powering MetaTrader 5, as we demystify the world of automated trading. From understanding the basics to taking your first steps in coding, this article is your key to unlocking the potential of algorithmic trading even without a programming background. Join us on a journey where simplicity meets sophistication in the exciting universe of MQL5.

1...9596979899100101102103104105106107108109...625