Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
3424
Valutazioni:
(9)
Pubblicato:
2018.06.18 10:27
GAPO.mq5 (8.19 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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).

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20800

ERVI ERVI

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

ESM ESM

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

Glitch_Index Glitch_Index

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

Linda's Coil Linda's Coil

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