Unisciti alla nostra fan page
ROCX - indicatore per MetaTrader 5
- Visualizzazioni:
- 3673
- Valutazioni:
- Pubblicato:
- 2018.09.27 15:06
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
ROCX is a modified ROC (Rate Of Change) indicator displaying an absolute or relative price change.
It is calculated as (current - previous) / previous, not (current / previous - 1).
Three display modes:
- Absolute value;
- Percent of the previous value;
- 1/10 percent of the previous value.
The indicator has three input parameters:
- Period - calculation period;
- Applied price;
- Mode - mode:
- Absolute value - absolute value;
- % value - percent of the previous value;
- %1/10 value - 1/10 percent of the previous value.
Calculations:
-
Absolute value:
ROCX = diff
-
% value:
ROCX = 100.0 * diff / PrN
-
% 1/10 value:
ROCX = 1000.0 * diff / PrN
where:
diff = Applied price - Applied price[Period] PrN = Applied price[Period]
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21666
The Polarized Fractal Efficiency Overlay (PFE_Overlay) indicator is designed for identifying trends. Unlike Polarized Fractal Efficiency, the indicator is displayed on the price chart as the main indicator line and two lines of the calculated StdDev deviation value.
PFEThe Polarized Fractal Efficiency (PFE) indicator is designed for identifying trends.
A colored smoothed PWMA that displays the most recent value as a price label with the possibility to round the indicator levels up to a required number of digits.
Trend_Intensity_IndexThe Trend Intensity Index oscillator displayed as a color histogram.