The most popular forum topics:
- Looking for patterns 49 new comments
- Machine learning in trading: theory, models, practice and algo-trading 48 new comments
- Errors, bugs, questions 38 new comments
The most downloaded free products:
Bestsellers in the Market:
New publications in CodeBase
- Identify the potential best TIME To Trade (Improve your Strategy) - MT5 For day traders, 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 TIME during the day to trade when the market moves the most as well
- Identify the potential best TIME To Trade (Improve your Strategy) - MT4 For day traders, 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 TIME during the day to trade when the market moves the most as well
The most downloaded free products:
The most popular forum topics:
- What, again? 48 new comments
- Looking for patterns 37 new comments
- Market prediction based on macroeconomic indicators 17 new comments
Bestsellers in the Market:
New publications in CodeBase
- Iterator - behavioral design pattern Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation
- DreamBot - Fully working trading robot Any account type,leverage and deposit
Published article "Timeseries in DoEasy library (part 46): Multi-period multi-symbol indicator buffers".

In this article, I am going to improve the classes of indicator buffer objects to work in the multi-symbol mode. This will pave the way for creating multi-symbol multi-period indicators in custom programs. I will add the missing functionality to the calculated buffer objects allowing us to create multi-symbol multi-period standard indicators.
Published article "Calculating mathematical expressions (Part 2). Pratt and shunting yard parsers".

In this article, we consider the principles of mathematical expression parsing and evaluation using parsers based on operator precedence. We will implement Pratt and shunting-yard parser, byte-code generation and calculations by this code, as well as view how to use indicators as functions in expressions and how to set up trading signals in Expert Advisors based on these indicators.
Bestsellers in the Market:
The most downloaded free products:
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.
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.
Bestsellers in the Market:
The most downloaded free products:
The most popular forum topics:
- Machine learning in trading: theory, models, practice and algo-trading 37 new comments
- Looking for patterns 36 new comments
- Self-learning the MQL5 language from scratch 25 new comments
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this week
- PivotPoint This indicator draws pivot points, resistances and supports.
- Candle Time End and Spread The indicator displays the current spread and the time till closing the bar (candlestick) at the same time.
- Daily Perspective Visualization of 3 previous daily bars with alarm.
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. It's time to practice
The article provides a description and instructions for the practical use of neural network modules on the Matlab platform. It also covers the main aspects of creation of a trading system using the neural network module. In order to be able to introduce the complex within one article, I had to modify it so as to combine several neural network module functions in one program.
New publications in CodeBase
- DayPivotPoint MT5 Indicator DayPivotPoint System with Signal and Alert for MetaTrader 5
- ECN Trade Modifier On all MT4 market execution accounts (ECN, ECN Zero and Pro), preset stoploss/takeprofit price levels are not permitted. If a client wishes to specify stoploss/takeprofit values for an order, the client must modify the existing position after the order is opened. This EA helps a client effortlessly ensure that an on order is modified to desired stoploss/takeprofit values a short while after a trade position is opened This is especially helpful for scalpers who want to avoid the trouble of manually editing trade properties every-time a position is taken on a financial instrument. EA by Maduagwuna E.I
The most popular forum topics:
- Uladzimir Izerski page 49 new comments
- Looking for patterns 35 new comments
- Machine learning in trading: theory, models, practice and algo-trading 26 new comments
Bestsellers in the Market:
The most downloaded free products:
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