The most popular forum topics:
- Machine learning in trading: theory, models, practice and algo-trading 43 new comments
- The power of C++ 28 new comments
- Forecast from I 27 new comments
Bestsellers in the Market:
The most downloaded free products:
Bestsellers in the Market:
New publications in CodeBase
- Simple decycler oscillator Simple decycler oscillator
- Sell relative strength index Sell relative strength index (SRSi)
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- The power of C++ 96 new comments
- CME E-Micro exchange futures contracts available for trading 40 new comments
- Machine learning in trading: theory, models, practice and algo-trading 37 new comments
Published article "Studying candlestick analysis techniques (part IV): Updates and additions to Pattern Analyzer".

The article presents a new version of the Pattern Analyzer application. This version provides bug fixes and new features, as well as the revised user interface. Comments and suggestions from previous article were taken into account when developing the new version. The resulting application is described in this article.
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this month
- FFC - Forex Factory Calendar Modified version of FF Calendar Indicator with new features.
- b-clock Show minutes and seconds left before new candle is appeared.
- Volume Profile + Range v6.0 Volume Profile + Range v6.0 (former TPO). Distribution of deals by price levels at a given time interval. Displayed as a histogram.
Most read articles this month

Scraping bond yield data from the web
Automate the collection of interest rate data to improve the performance of an Expert Advisor.

MQL5: Analysis and Processing of Commodity Futures Trading Commission (CFTC) Reports in MetaTrader 5
In this article, we will develop a tool for CFTC report analysis. We will solve the following problem: to develop an indicator, that allows using the CFTC report data directly from the data files provided by Commission without an intermediate processing and conversion. Further, it can be used for the different purposes: to plot the data as an indicator, to proceed with the data in the other indicators, in the scripts for the automated analysis, in the Expert Advisors for the use in the trading strategies.
New publications in CodeBase
- ProfitLossTrailEA This Expert Advisor is a tool for managing orders.
- iPlotterHistoryOrders This indicator is a tool to show history orders on the chart.
- VirtualProfitLossTrailEA This expert is a tool to manage the level of profits or losses for each order without using stop loss or take profit.
- FollowLine This indicator uses Bollinger Bands lines to detect markets trend.
- iCompass This indicator uses Moving Average to detect markets trend.
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- Forecast from I 38 new comments
- Interesting and Humour 21 new comments
- What should the price glass be like? 20 new comments
New publications in CodeBase
- STOCH in MA STOCH in MA is an indicator which applies the stochastic changes to the iMA.
- MACD in MA MACD in MA is an indicator to change color in iMA if iMACD is upper of zero (uptrend) or lower of zero (downtrend). It helps any trader to see the trend of pair.
- RSI in MA RSI in MA is an indicator to change color in iMA if iRSI crosses level up (uptrend) or crosses level down (downtrend).
- CCI in MA CCI in MA is an indicator to change color in iMA if iCCI crosses level up (uptrend) or crosses level down (downtrend).
- HistoryInfoEA This expert is a tool which helps every trader to see the historical results by magic number or orders' comment.
- iBrokerInfo It's an indicator to show some information about the account on the chart.
- CheckExecutionEA This expert is a tool to check broker execution and spread.
- CloseDeleteEA This Expert Advisor closes all open positions and pending orders.
- TargetEA This Expert Advisor is a tool to be used for closing all open positions by ticket in profit.
- RIS Solar System It is based on solar winds joy and modified based on that. It is giving some good performance
Published article "Developing a cross-platform grider EA".

In this article, we will learn how to create Expert Advisors (EAs) working both in MetaTrader 4 and MetaTrader 5. To do this, we are going to develop an EA constructing order grids. Griders are EAs that place several limit orders above the current price and the same number of limit orders below it simultaneously.
Published article "A DLL for MQL5 in 10 Minutes (Part II): Creating with Visual Studio 2017".

The original basic article has not lost its relevance and thus if you are interested in this topic, be sure to read the first article. However much time has passed since then, so the current Visual Studio 2017 features an updated interface. The MetaTrader 5 platform has also acquired new features. The article provides a description of dll project development stages, as well as DLL setup and interaction with MetaTrader 5 tools.
The most downloaded free products:
Most downloaded source codes this week
- Fractals - adjustable period and prices Fractals - adjustable period and prices
- b-clock Show minutes and seconds left before new candle is appeared.
- Volume Profile + Range v6.0 Volume Profile + Range v6.0 (former TPO). Distribution of deals by price levels at a given time interval. Displayed as a histogram.
Most read articles this week

Extracting structured data from HTML pages using CSS selectors
The article provides a description of a universal method for analyzing and converting data from HTML documents based on CSS selectors. Trading reports, tester reports, your favorite economic calendars, public signals, account monitoring and additional online quote sources will become available straight from MQL.

In the first part, we started creating a large cross-platform library simplifying the development of programs for MetaTrader 5 and MetaTrader 4 platforms. We created the COrder abstract object which is a base object for storing data on history orders and deals, as well as on market orders and positions. Now we will develop all the necessary objects for storing account history data in collections.
Bestsellers in the Market:
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- Forecast from I 35 new comments
- What should the price glass be like? 19 new comments
- The market is a controlled dynamic system. 18 new comments
The most downloaded free products:
Bestsellers in the Market:
Published article "Using MATLAB 2018 computational capabilities in MetaTrader 5".

After the upgrade of the MATLAB package in 2015, it is necessary to consider a modern way of creating DLL libraries. The article uses a sample predictive indicator to illustrate the peculiarities of linking MetaTrader 5 and MATLAB using modern 64-bit versions of the platforms, which are utilized nowadays. With the entire sequence of connecting MATLAB considered, MQL5 developers will be able to create applications with advanced computational capabilities much faster, avoiding «pitfalls».
The most downloaded free products:
Bestsellers in the Market:
The most popular forum topics:
- From theory to practice 29 new comments
- MT4 and MT5 Combine to Make one software. 26 new comments
- Questions from Beginners MQL5 MT5 MetaTrader 5 21 new comments
Published article "MTF indicators as the technical analysis tool".

Most of traders agree that the current market state analysis starts with the evaluation of higher chart timeframes. The analysis is performed downwards to lower timeframes until the one, at which deals are performed. This analysis method seems to be a mandatory part of professional approach for successful trading. In this article, we will discuss multi-timeframe indicators and their creation ways, as well as we will provide MQL5 code examples. In addition to the general evaluation of advantages and disadvantages, we will propose a new indicator approach using the MTF mode.
New publications in CodeBase
- Position Size Calculator MT4 Indicator for Position Size Calculation
- Fractals - adjustable period and prices Fractals - adjustable period and prices