Join our fan page
DynamicRS+Channel - indicator for MetaTrader 4
- Views:
- 19894
- Rating:
- Published:
- 2016.04.26 15:42
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The second indicator of the series of simple indicators without averaging.
The meaning of the indicator is quite clear from its code. Instead of analyzing the period, a fixed channel in both sides of the indicator line has been added. Initially it included period analysis, but experiments have shown that in the indicator values are mainly formed at the channel borders.
Use: first - we need to know the current trend at the older TFs. The most convenient way is to use the indicator on smaller timeframes with a small target. For example, for timeframe M5 the channel of 8 points works well. Enter a trade during correction one point above the main line of the indicator (to Sell) and one point below it (to Buy) with a target about 10 points, or one point beyond the channel. Better work with pending orders because small timeframe is used. Otherwise, you can be late sometimes. I have not tried it on the higher timeframes, as I am currently trying to create a program in such a way that it made 2-3 profitable positions with minimal risk every day. It is convenient to place the stop one point beyond the boundaries of the price channel (Donchian) with a period from 16 to 20.
DynamicRS+Channel
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/7324
In the case of weighted moving average, the latest data is of more value than more early data. Weighted moving average is calculated by multiplying each one of the closing prices within the considered series, by a certain weight coefficient.
LGP_Ivanoff_Maloma-Demark_levelsThe indicator shows the price points of reference.
Linear regression is a mathematical method for determining the linear dependence between the variables. This technique is often used by analysts to identify the trend based on the time and price data.
Lines_buy и Lines_sellThe indicators that perform the chart ruling.