Yaroslav Barabanov / Profile
- Information
|
7+ years
experience
|
2
products
|
61
demo versions
|
|
2
jobs
|
0
signals
|
0
subscribers
|
There has been a recent rise of interest in the cluster analyses of the FOREX market. MQL5 opens up new possibilities of researching the trends of the movement of currency pairs. A key feature of MQL5, differentiating it from MQL4, is the possibility of using an unlimited amount of indicator buffers. This article describes an example of the creation of a multi-currency indicator.
The second article of the "Custom Graphical Controls" series introduces a control library for handling the main problems arising in interaction between a program (Expert Advisor, script, indicator) and a user. The library contains a great number of classes (CInputBox, CSpinInputBox, CCheckBox, CRadioGroup, CVSсrollBar, CHSсrollBar, CList, CListMS, CComBox, CHMenu, CVMenu, CHProgress, CDialer, CDialerInputBox, CTable) and examples of their use.
Take a look at your trading terminal. What means of price presentation can you see? Bars, candlesticks, lines. We are chasing time and prices whereas we only profit from prices. Shall we only give attention to prices when analyzing the market? This article proposes an algorithm and a script for point and figure charting ("naughts and crosses") Consideration is given to various price patterns whose practical use is outlined in recommendations provided.
The article focuses on one-step-ahead forecasting for EURUSD using EViews software and a further evaluation of forecasting results using the programs in EViews. The forecast involves regression models and is evaluated by means of an Expert Advisor developed for MetaTrader 4.
In this article, we will consider the creation of two indicators: the tick indicator, which plots the tick chart of the price and tick candle indicator, which plot candles with the specified number of ticks. Each of the indicators writes the incoming prices into a file, and uses the saved data after the restart of the indicator (these data also can be used by the other programs)
The article familiarizes the reader with exponential smoothing models used for short-term forecasting of time series. In addition, it touches upon the issues related to optimization and estimation of the forecast results and provides a few examples of scripts and indicators. This article will be useful as a first acquaintance with principles of forecasting on the basis of exponential smoothing models.
The article describes how to implement Interprocess Communication between MetaTrader 5 client terminals using named pipes. For the use of the named pipes, the CNamedPipes class is developed. For the test of its use and to measure the connection throughput, the tick indicator, the server and client scripts are presented. The use of named pipes is sufficient for real-time quotes.
Standard deviation with levels is a modification of the Standard deviation indicator, supplemented by the levels of expected Highs and Lows. The levels are plotted using the Support and resistance bands indicator, which determines the High and Low levels nearest to the current indicator value based on the historical values of the extremes. Parameters standard deviation period - period of the standard deviation indicator. extremum detector period - period of extremum detection. This parameter
This indicator includes various types of moving averages. The indicator contains the following set of moving averages: CA (Cumulative Moving Average) MIN (Minimum for the period) MAX (Maximum for the period) SMA (Simple Moving Average) EMA (Exponential Moving Average) DMA (Double exponential moving average) TMA (Triple exponential moving average) LWMA (Linear Weighted Moving Average) SMM (Simple Moving Median) SMMA (Smoothed Moving Average) HMA (Hull Moving Average) NoLagMa The list of moving

