The most popular forum topics:
- Elite indicators :) 58 new comments
- Interesting and Humour 34 new comments
- Exchange arbitrage, is it worth digging into? 30 new comments
The most downloaded free products:
Bestsellers in the Market:
Most downloaded source codes this week
- VR Engulfing Pattern A simple indicator, which informs the trader about the appearance of "Bullish Engulfing" or "Bearish Engulfing" candlestick patterns on all timeframes.
- High, Low and Close of the previous day, week or month The indicator shows the High, Close and Low of the previous day, week or month with time shift.
- Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.
Most read articles this week

Adding a control panel to an indicator or an Expert Advisor in no time
Have you ever felt the need to add a graphical panel to your indicator or Expert Advisor for greater speed and convenience? In this article, you will find out how to implement the dialog panel with the input parameters into your MQL4/MQL5 program step by step.

Graphical Interfaces I: Functions for the Form Buttons and Deleting Interface Elements (Chapter 4)
In this article, we are going to continue developing the CWindow class by adding methods, which will allow managing the form by clicking on its controls. We will enable the program to be closed by a form button as well as implement a minimizing and maximizing feature for the form.

Trading signals module using the system by Bill Williams
The article describes the rules of the trading system by Bill Williams, the procedure of application for a developed MQL5 module to search and mark patterns of this system on the chart, automated trading with found patterns, and also presents the results of testing on various trading instruments.
Bestsellers in the Market:
The most popular forum topics:
- Interesting and Humour 43 new comments
- Requests & Ideas 23 new comments
- Indicators with alerts/signal 19 new comments
Bestsellers in the Market:
Bestsellers in the Market:
New publications in CodeBase
- MQL5 WIZARD - DIDI Index Trade Signal Signal based on the indicator developed by the Brazilian analyst Odir Aguiar (Didi).
- Use MA to draw UpDown_Resistance The indicator uses Move Average to draw the level line of up and down.
- Dynamic Candle Timer The indicator shows: the remaining time on each candle, the changing value of the Bid price, tick by tick, the relative price position of the Bid/Ask spread.
The most downloaded free products:
The most popular forum topics:
- Requests & Ideas 34 new comments
- Elite indicators :) 29 new comments
- Questions from Beginners MQL5 MT5 MetaTrader 5 26 new comments
Bestsellers in the Market:
Published article "Graphical Interfaces II: the Menu Item Element (Chapter 1)".

In the second part of the series, we will show in detail the development of such interface elements as main menu and context menu. We will also mention drawing elements and create a special class for it. We will discuss in depth such question as managing program events including custom ones.
Bestsellers in the Market:
Most downloaded source codes this month
- ScalpWiz 9001 Trades on price spikes around important financial announcements.
- iFibonacci This indicator will Draw Fibonacci Tools such as Retracement, Arc, Fan, Expansion, Time Zones. Based on ZigZag indicator.
- Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.
Most read articles this month

A logically complete market theory that would cover all types and varieties of markets for goods and services, micro and macro markets like Forex, hasn't been available until now. This article covers the essence of a new market theory based on the profit analysis, reveals patterns of the current price change and the principle of the mechanism operation that allows the price to find its most optimal value by forming a chain of virtual prices that can develop the controlling influence on the actual price. Mechanisms of formation and change of market trends are also identified here.

Graphical Interfaces I: Preparation of the Library Structure (Chapter 1)
This article is the beginning of another series concerning development of graphical interfaces. Currently, there is not a single code library that would allow quick and easy creation of high quality graphical interfaces within MQL applications. By that, I mean the graphical interfaces that we are used to in familiar operating systems.

MQL5 for beginners: Anti-vandal protection of graphic objects
What should your program do, if graphic control panels have been removed or modified by someone else? In this article we will show you how not to have "ownerless" objects on the chart, and how not to lose control over them in cases of renaming or deleting programmatically created objects after the application is deleted.
New publications in CodeBase
- Simple Horizontal Grid A round-number horizontal web with continuous auto-adjusting.
- Signalitics Trend Assistant View current and historical trends of every timeframe.
The most popular forum topics:
- Questions from Beginners MQL5 MT5 MetaTrader 5 27 new comments
- Elite indicators :) 27 new comments
- Errors, bugs, questions 23 new comments
Bestsellers in the Market:
Bestsellers in the Market:
Most downloaded source codes this week
- High, Low and Close of the previous day, week or month The indicator shows the High, Close and Low of the previous day, week or month with time shift.
- PSAR trader v1.1 Trades when the first parabolic sar dot occurs signaling a new trend
- Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.
Most read articles this week

Graphical Interfaces I: Animating the Graphical Interface (Chapter 3)
In the previous article, we started developing a form class for controls. In this article, we are going to continue doing that by filling this class with methods for moving a form over the chart area. We will then integrate this interface component into the core of the library. Also, we will ensure that the color of a form control changes when the mouse cursor is hovering over it.

Graphical Interfaces I: Functions for the Form Buttons and Deleting Interface Elements (Chapter 4)
In this article, we are going to continue developing the CWindow class by adding methods, which will allow managing the form by clicking on its controls. We will enable the program to be closed by a form button as well as implement a minimizing and maximizing feature for the form.

A logically complete market theory that would cover all types and varieties of markets for goods and services, micro and macro markets like Forex, hasn't been available until now. This article covers the essence of a new market theory based on the profit analysis, reveals patterns of the current price change and the principle of the mechanism operation that allows the price to find its most optimal value by forming a chain of virtual prices that can develop the controlling influence on the actual price. Mechanisms of formation and change of market trends are also identified here.
Bestsellers in the Market:
The most popular forum topics:
- Errors, bugs, questions 25 new comments
- FOREX - Trends, forecasts and implications 2016 21 new comments
- Questions from Beginners MQL5 MT5 MetaTrader 5 16 new comments
Bestsellers in the Market:
The most downloaded free products:
Published article "Adding a control panel to an indicator or an Expert Advisor in no time".

Have you ever felt the need to add a graphical panel to your indicator or Expert Advisor for greater speed and convenience? In this article, you will find out how to implement the dialog panel with the input parameters into your MQL4/MQL5 program step by step.
Bestsellers in the Market:
The most popular forum topics:
- Rounding numbers in MT4 via NormalizeDouble 89 new comments
- FOREX - Trends, forecasts and implications 2016 49 new comments
- F 29 new comments
Published article "Graphical Interfaces I: Testing Library in Programs of Different Types and in the MetaTrader 4 Terminal (Chapter 5)".

In the previous chapter of the first part of the series about graphical interfaces, the form class was enriched by methods which allowed managing the form by pressing its controls. In this article, we will test our work in different types of MQL program such as indicators and scripts. As the library was designed to be cross-platform so it could be used in all MetaTrader platforms, we will also test it in MetaTrader 4.