New publications in CodeBase
- Pips to Point Conversion Factor This is a conversion factor. It is used to detect whether broker is 4 or 5 digits. As MetaTrader 4 calculates everything using point basis, coder can use this function to convert pips to point for machine reading.
- Full Information Show full information: price, symbol, timeframe, date, time, spread, swap, stop out level, your name...
- RSI 2 TimeFrames The RSI indicator has the ability to display a single window of RSI values of another timeframe defined by the user.
- Trading Volume Indicator Trading Volume indicator shows the volume of buying and selling trades on the current bar or on average of specific number of last bars as you want . Both volumes are shown simultaneously with green and red colors for buying and selling trading volumes respectively.
- Swing Point Highs and Lows This indicator helps to determine swing point highs and swing point lows.
Most downloaded source codes this week
- AK47_A1 Simple EA, but such efficiency for the year 2007!
- Tipu Renko Live Tipu Renko Live is a modified version of Renko Charts that can be plotted on a normal time frame.
- Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.
Most read articles this week

Graphical Interfaces V: The Combobox Control (Chapter 3)
In the first two chapters of the fifth part of the series, we developed classes for creating a scrollbar and a view list. In this chapter, we will speak about creating a class for the combobox control. This is also a compound control containing, among others, elements considered in the previous chapters of the fifth part.

Self-organizing feature maps (Kohonen maps) - revisiting the subject
This article describes techniques of operating with Kohonen maps. The subject will be of interest to both market researchers with basic level of programing in MQL4 and MQL5 and experienced programmers that face difficulties with connecting Kohonen maps to their projects.

The calculator of signals operates directly from the MetaTrader 5 terminal, which is a serious advantage, since the terminal provides a preliminary selection and sorts out signals. This way, users can see in the terminal only the signals that ensure a maximum compatibility with their trading accounts.
Bestsellers in the Market:
The most downloaded free products:
The most popular forum topics:
- Trading against the crowd - is there an interested programmer in working together 44 new comments
- Deadlock 36 new comments
- Machine learning in trading: theory, models, practice and algo-trading 36 new comments
Bestsellers in the Market:
Bestsellers in the Market:
Published article "How to create an indicator of non-standard charts for MetaTrader Market".

Through offline charts, programming in MQL4, and reasonable willingness, you can get a variety of chart types: "Point & Figure", "Renko", "Kagi", "Range bars", equivolume charts, etc. In this article, we will show how this can be achieved without using DLL, and therefore such "two-for-one" indicators can be published and purchased from the Market.
The most popular forum topics:
- What 4 factors do you think the price depends on? 72 new comments
- Deadlock 50 new comments
- Not the Grail, just a regular one - Bablokos!!! 47 new comments
Bestsellers in the Market:
The most downloaded free products:
Bestsellers in the Market:
New publications in CodeBase
- Adding password protection to your Indicator / Expert Advisor Here I propose a simple password verification scheme which uses MT4's built-in security engine providing DES/ECB encryption and does not require code re-compilation for each new customer.
- Tipu Renko Live Tipu Renko Live is a modified version of Renko Charts that can be plotted on a normal time frame.
- 3DaysHiLo Simple indicator which displays High and Low 3 days ago.
- StochPosition StochPosition is an indicator for MetaTrader 4 based on Stochastic Indicator, which shows the position and direction of Stochastic in M5 timeframe up to W1 timeframe.
Published article "Graphical Interfaces V: The Combobox Control (Chapter 3)".

In the first two chapters of the fifth part of the series, we developed classes for creating a scrollbar and a view list. In this chapter, we will speak about creating a class for the combobox control. This is also a compound control containing, among others, elements considered in the previous chapters of the fifth part.
Most downloaded source codes this month
- MultiTimeFrame Indicator This indicator help you keep 3 different timeframes on the screen to see the price action clearly on both short term and long term without switching buttons.
- Doctor EA This Expert Advisor depends on Moving Average 400 to indicate trend and "slope-direction-line" indicator, it will be attached with EA.
- BROTHER - By Rainbow On Trend High Extreme Results - EA 5 minute manual system This is not an automatic system. It is fully manual.
Most read articles this month

Applying fuzzy logic in trading by means of MQL4
The article deals with examples of applying fuzzy set theory in trading by means of MQL4. The use of FuzzyNet library for MQL4 in the development of an indicator and an Expert Advisor is described as well.

Deep neural network with Stacked RBM. Self-training, self-control
This article is a continuation of previous articles on deep neural network and predictor selection. Here we will cover features of a neural network initiated by Stacked RBM, and its implementation in the "darch" package.

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.
The most popular forum topics:
Bestsellers in the Market:
Bestsellers in the Market:
Bestsellers in the Market:
The most popular forum topics:
- Not the Grail, just a regular one - Bablokos!!! 59 new comments
- A multitime tester? I think a lot of people could use it... 23 new comments
- What mql5 code can do that mql4 can't? 20 new comments
Most downloaded source codes this week
- FarhadCrab1 The FarhadCrab1 EA. It has a lot of settings. It also uses a large number of indicators. Some of them: MA, Stochastic, Macd, RSI.
- AK47_A1 Simple EA, but such efficiency for the year 2007!
- Universal_1.64 The Universal_1.64 EA. It has a lot of settings.
Most read articles this week

Applying fuzzy logic in trading by means of MQL4
The article deals with examples of applying fuzzy set theory in trading by means of MQL4. The use of FuzzyNet library for MQL4 in the development of an indicator and an Expert Advisor is described as well.

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.

Evaluating the effectiveness of trading systems by analyzing their components
This article explores the effectiveness of complex trading systems by analyzing the efficiency of its individual components. Any analysis, whether it is graphic, based on indicators, or any other, is one of the key components of successful trading in financial markets. This article is to some extent a research of few simple and independent trading systems for analyzing their effectiveness and usefulness of the joint application.
Bestsellers in the Market:
The most downloaded free products:
The most popular forum topics:
- Interesting and Humour 65 new comments
- FOREX - Trends, forecasts and implications 2016 49 new comments
- Not the Grail, just a regular one - Bablokos!!! 44 new comments
Bestsellers in the Market:
New publications in CodeBase
- RegularExpressions in MQL5 for working with regular expressions Regular expressions provide a formal language for quick and flexible processing of texts. Each regular expression is a pattern (mask), for which the regular expression engine tries to find matches in the source text. A pattern consists of one or more character literals, operators, or constructs.
- Retrieve high impact events from ForexFactory.com and display them in your indicator or Expert Advisor As I'm currently developing an Expert Advisor for Crude Oil and Brent, I wanted to get from ForexFactory.com the exact date and time of the 'Crude Oil Inventory' report. This report is typically issued on Wednesday's at 10:30am Eastern but when there's a holiday, the release date can change. As this is an important report for my EA, the only way was to check an online service to validate the release date.
Bestsellers in the Market:
The most popular forum topics:
- Supporting hedging MT5 43 new comments
- Not the Grail, just a regular one - Bablokos!!! 28 new comments
- Elite indicators :) 28 new comments