Bestsellers in the Market:
The most downloaded free products:
The most popular forum topics:
- Looking for patterns 51 new comments
- Errors, bugs, questions 36 new comments
- MT5 and speed in action 22 new comments
Bestsellers in the Market:
New publications in CodeBase
- Interpreter - behavioral design pattern Given a language, define a represention for its grammar along with an interpreter that uses the representation to interpret sentences in the language
- DXYvsEXY_e1 for MT4 DXYvsEXY_e1 is an optimized version of DXYvsEXY. Original code here: https://www.mql5.com/en/code/30714
The most downloaded free products:
Bestsellers in the Market:
Published article "Timeseries in DoEasy library (part 45): Multi-period indicator buffers".

In this article, I will start the improvement of the indicator buffer objects and collection class for working in multi-period and multi-symbol modes. I am going to consider the operation of buffer objects for receiving and displaying data from any timeframe on the current symbol chart.
New publications in CodeBase
- Identify the Potential Best Days To Trade (Improve your Strategy) - MT5 This is one of the important thing to consider in order to improve our strategy by calculating on average how much an asset moves, in which it will allow us to identify the best days to trade when the market moves the most as well as the worst days to trade in order to prevent trading during these days.
- Log4mql (MT5) A logging library similar to Log4j but for MQL.
- Identify the Potential Best Days To Trade (Improve your Strategy) - MT4 This is one of the important thing to consider in order to improve our strategy by calculating on average how much an asset moves, in which it will allow us to identify the best days to trade when the market moves the most as well as the worst days to trade in order to prevent trading during these days.
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- Looking for patterns 128 new comments
- Machine learning in trading: theory, practice, trading and more 34 new comments
- Self-learning the MQL5 language from scratch 30 new comments
Most read articles this month

How we developed the MetaTrader Signals service and Social Trading
We continue to enhance the Signals service, improve the mechanisms, add new functions and fix flaws. The MetaTrader Signals Service of 2012 and the current MetaTrader Signals Service are like two completely different services. Currently, we are implementing A Virtual Hosting Cloud service which consists of a network of servers to support specific versions of the MetaTrader client terminal. Traders will need to complete only 5 steps in order to rent the virtual copy of their terminal with minimal network latency to their broker's trade server directly from the MetaTrader client terminal.

MQL as a Markup Tool for the Graphical Interface of MQL Programs (Part 3). Form Designer
In this paper, we are completing the description of our concept of building the window interface of MQL programs, using the structures of MQL. Specialized graphical editor will allow to interactively set up the layout that consists of the basic classes of the GUI elements and then export it into the MQL description to use it in your MQL project. The paper presents the internal design of the editor and a user guide. Source codes are attached.

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.
Most downloaded source codes this month
- PivotPoint This indicator draws pivot points, resistances and supports.
- Hull moving average (ema based) Hull moving average (ema based)
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
1 new signal now available for subscription:
Published article "Calculating mathematical expressions (Part 1). Recursive descent parsers".

The article considers the basic principles of mathematical expression parsing and calculation. We will implement recursive descent parsers operating in the interpreter and fast calculation modes, based on a pre-built syntax tree.
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- Looking for patterns 93 new comments
- Self-learning the MQL5 language from scratch 89 new comments
- Creating a graphic library from scratch 40 new comments
New publications in CodeBase
- Gann high/low activator (oscillator) Gann high/low activator (oscillator)
- Gann high/low activator (simple) The Gann High Low Activator Indicator was described by Robert Krausz in a 1998 issue of Stocks & Commodities Magazine. It is a simple moving average SMA of the previous n period's highs or lows.
- The Power of Envelopes The power of Evelopes with trailing stop.
- Log4mql (MT4) A logging library similar to Log4j but for MQL.
The most downloaded free products:
Bestsellers in the Market:
Most read articles this week

How we developed the MetaTrader Signals service and Social Trading
We continue to enhance the Signals service, improve the mechanisms, add new functions and fix flaws. The MetaTrader Signals Service of 2012 and the current MetaTrader Signals Service are like two completely different services. Currently, we are implementing A Virtual Hosting Cloud service which consists of a network of servers to support specific versions of the MetaTrader client terminal. Traders will need to complete only 5 steps in order to rent the virtual copy of their terminal with minimal network latency to their broker's trade server directly from the MetaTrader client terminal.

MQL as a Markup Tool for the Graphical Interface of MQL Programs (Part 3). Form Designer
In this paper, we are completing the description of our concept of building the window interface of MQL programs, using the structures of MQL. Specialized graphical editor will allow to interactively set up the layout that consists of the basic classes of the GUI elements and then export it into the MQL description to use it in your MQL project. The paper presents the internal design of the editor and a user guide. Source codes are attached.

Practical application of neural networks in trading
In this article, we will consider the main aspects of integration of neural networks and the trading terminal, with the purpose of creating a fully featured trading robot.
Most downloaded source codes this week
- Automatic Risk Reward box create An indicator that draws a Risk/ZReward Box Automatically on your chart
- PivotPoint This indicator draws pivot points, resistances and supports.
- MarketsMaster EA Expert Advisor in MQL4 with 4 signals based on 6 Indicators. Works at any stock. If anybody wants to translate it to MQL5, it would be great. I still do not know MQL5. If you do, please, let me know.
The most downloaded free products:
The most popular forum topics:
Bestsellers in the Market:
The most downloaded free products:
Bestsellers in the Market:
Published article "Quick Manual Trading Toolkit: Basic Functionality".

Today, many traders switch to automated trading systems which can require additional setup or can be fully automated and ready to use. However, there is a considerable part of traders who prefer trading manually, in the old fashioned way. In this article, we will create toolkit for quick manual trading, using hotkeys, and for performing typical trading actions in one click.
The most downloaded free products:
The most popular forum topics:
- Self-learning the MQL5 language from scratch 110 new comments
- Looking for patterns 56 new comments
- MT5 and speed in action 32 new comments
Bestsellers in the Market:
New publications in CodeBase
- Command - behavioral design pattern Encapsulate a request as an object thereby letting you parameterize clients with different requests. Queue or log requests, and support undoable operations
- Daily Perspective Visualization of 3 previous daily bars with alarm.