Unisciti alla nostra fan page
PercentageCrossover - indicatore per MetaTrader 5
- Visualizzazioni:
- 7415
- Valutazioni:
- Pubblicato:
- 2017.05.29 15:54
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Real author: Vic2008
A Moving indicator that does not use averaging in its code.
This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 07.09.2010.
Fig.1 The PercentageCrossover indicator
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/18194
The indicator draws a color filled channel at a distance from the current price, which is equal to the current spread multiplied by ten.
Move Trend lineThe script finds on the chart all OBJ_TREND (trendline) objects and moves the line to the specified date with the specified price shift.
The indicator implements a breakthrough system using the PercentageCrossoverChannel channel.
GRFLeadingEdger_Pivot_HTFTwo colored filled rectangles with the display of channel levels. The rectangles are drawn between the values of two channels on one bar of any timeframe of the GRFLeadingEdge indicator.