Bestsellers in the Market:
9 new products are now available on the Market:
New publications in CodeBase
- Range Follower this expert opens trade in the direction of the trend when specific rate of average daily range has been passed.
- Design patterns - Builder For a complex object separate its construction from representation. Same construction process can create different representations
Published article "MQL as a Markup Tool for the Graphical Interface of MQL Programs. Part 2".

This paper continues checking the new conception to describe the window interface of MQL programs, using the structures of MQL. Automatically creating GUI based on the MQL markup provides additional functionality for caching and dynamically generating the elements and controlling the styles and new schemes for processing the events. Attached is an enhanced version of the standard library of controls.
The most downloaded free products:
Bestsellers in the Market:
17 new products are now available on the Market:
The most popular forum topics:
- Machine learning in trading: theory, practice, trading and more 115 new comments
- Uladzimir Izerski page 48 new comments
- returns the execution policy. 39 new comments
1 new signal now available for subscription:
Growth: | 969.08 | % |
Equity: | 3 035.95 | USD |
Balance: | 5 121.74 | USD |
The most downloaded free products:
Bestsellers in the Market:
11 new products are now available on the Market:
The most downloaded free products:
The most popular forum topics:
- Machine learning in trading: theory, practice, trading and more 53 new comments
- Questions from Beginners MQL5 MT5 MetaTrader 5 31 new comments
- SL to be or not to be 28 new comments
Most downloaded source codes this month
- 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.
- b-clock Show minutes and seconds left before new candle is appeared.
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 1
This paper proposes a new conception to describe the window interface of MQL programs, using the structures of MQL. Special classes transform the viewable MQL markup into the GUI elements and allow manage them, set up their properties, and process the events in a unified manner. It also provides some examples of using the markup for the dialogs and elements of a standard library.

Applying OLAP in trading (part 4): Quantitative and visual analysis of tester reports
The article offers basic tools for the OLAP analysis of tester reports relating to single passes and optimization results. The tool can work with standard format files (tst and opt), and it also provides a graphical interface. MQL source codes are attached below.
Bestsellers in the Market:
6 new products are now available on the Market:
New publications in CodeBase
- Step chart Step chart (upgraded version)
- StdScore v4.2 An oscillator that duplicates the chart of a selected asset in a separate window in three ways: line, bars and candles. This is essentially an indicator Bollinger bands, displayed in a separate window. In my opinion, it will be useful for beginners as a way to look at various technical signals from a different angle. This indicator helped me in an adviser for filtering unfavorable moments for trades.
The most downloaded free products:
Bestsellers in the Market:
13 new products are now available on the Market:
3 new signals now available for subscription:
8 new products are now available on the Market:
The most downloaded free products:
The most popular forum topics:
- Machine learning in trading: theory, practice, trading and more 71 new comments
- Uladzimir Izerski page 22 new comments
- returns the execution policy. 21 new comments
Bestsellers in the Market:
Most downloaded source codes this week
- Identify potential entries I want to share with you this story. When I started trading, I learnt the scalping strategy in a volatile market. I really loved scalping especially when I see the price is moving fast. However, scalping for a long period of time is exhausting to me especially in a volatile market; volatile market requires fast analysis, actions and reactions; that is why I always reach a point that I loss concentration, focus and I start making those really stupid mistakes. That is why I created this indicator that helped me to automatically identify these potential entries (based on the formation of candlesticks) instead of doing all the work myself. I know there are plenty of Metatraders who also suffer from this and that is why I would like to share this indicator with you, hopefully it will be beneficial. Do not forget to send you comments as well as rate these scripts. Happy trading!
- 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.
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 1
This paper proposes a new conception to describe the window interface of MQL programs, using the structures of MQL. Special classes transform the viewable MQL markup into the GUI elements and allow manage them, set up their properties, and process the events in a unified manner. It also provides some examples of using the markup for the dialogs and elements of a standard library.

In this part, we expand the trading signal searching and editing system, as well as introduce the possibility to use custom indicators and add program localization. We have previously created a basic system for searching signals, but it was based on a small set of indicators and a simple set of search rules.
The most downloaded free products:
Bestsellers in the Market:
New publications in CodeBase
- Identify potential Trends/Range (Pivot Points) When I start learning about trading, I remember the trading pioneer Shawn Lucas (founder of Apiary-fund) saying "trading is simple, you go from bound range market to breakout market and vice versa". I looked at few charts and he was right. So I told myself, I have to always eyeball ranging market and trending market but with the help of an indicator. There are plenty for indicator that help us eyeball these ranging/trending market and they work really well, but I like using Pivot Points.
- Open Random Charts This script opens randomly selected charts and applies user-defined template.
10 new products are now available on the Market:
1 new signal now available for subscription:
The most downloaded free products:
Bestsellers in the Market:
21 new products are now available on the Market:
The most popular forum topics:
- Machine learning in trading: theory, practice, trading and more 72 new comments
- SL to be or not to be 71 new comments
- Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes 26 new comments
Published article "Timeseries in DoEasy library (part 39): Library-based indicators - preparing data and timeseries events".

The article deals with applying DoEasy library for creating multi-symbol multi-period indicators. We are going to prepare the library classes to work within indicators and test creating timeseries to be used as data sources in indicators. We will also implement creating and sending timeseries events.