Join our fan page
- Views:
- 3947
- Rating:
- Published:
- 2018.06.18 10:27
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
GAPO (Gopalakrishnan Range Index Oscillator) assesses quantitatively the volatility of an instrument, based on the trading range logarithm over an N-day period of time.
It is computed during the specified time interval (5 days by default), using the price action only.
It was developed by Jayanthi Gopalakrishnan to measure the dynamic nature of financial markets, based on works by Mandelbrot.
It has one input parameter:
- Period - calculation period.
Calculations:
GAPO[i] = Log(Max-Min)/Log(Period)
where:
Max, Min are the highest and the lowest price within the specified interval (Period).
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20800

Oscillator ERVI (Ehlers' Relative Vigor Index) based on the relative vigor index by John F. Ehlers.

Indicator ESM (Elsig's Shifting Mean) shows the averaged shift of price over the specified time interval (bars).

Glitch_Index - indicator of the price deviation from its average value.

Linda's Coil - an indicator of "engulfed" candlesticks.