Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Hurst_Oscillator - indicatore per MetaTrader 5

Visualizzazioni:
5300
Valutazioni:
(10)
Pubblicato:
2018.10.25 18:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Hurst oscillator. Two indicators: Hurst oscillator and Hurst bands are described in Jim Hurst's "The Magic of Stock Transaction Timing" book

The indicator has two input parameters:

  • Period - calculation period
  • Smoothing - smoothing period

Calculation:

HO = MA - CMA[Period/2-1]

where:

CMA = SMA(PRICE_MEDIAN, Period) MA  = SMA(FlowValue, Smoothing)

  • If Close > PrevClose
    FlowValue = High
    
  • If Close < PrevClose
    FlowValue = Low
  • If Close == PrevClose
    FlowValue = (High+Low)/2

Fig. 1. Hurst oscillator


Fig. 2. Hurst oscillator and Hurst bands

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

LBR_Paint_Bars LBR_Paint_Bars

LBR Paint Bars indicator

Rahul_Mohindar_Osc Rahul_Mohindar_Osc

Rahul Mohindar oscillator

XHullTrend_Digit_System XHullTrend_Digit_System

The indicator implements a breakout system using the XHullTrend_Digit indicator cloud

Hurst_Bands Hurst_Bands

Hurst Bands indicator