Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
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:
3371
Valutazioni:
(7)
Pubblicato:
2018.10.25 15:00
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Stochastic expansion oscillator is a stochastic oscillator with a non-conventional calculation and display.

The indicator has three input parameters:

  • %K period - K line calculation period
  • Slowing - slowing calculation period
  • Noise filter period - noise filter calculation period (signal line)

Calculation:

K = KB1+KB2 Signal = SMA(K, Noise filter period)

where:

KB1 = AvgLow/AvgHigh KB2 = -AvgHigh/AvgLow AvgLow  = SMA(LowB, Slowing) AvgHigh = SMA(HighB,Slowing) LowB  = Close-Min HighB = Max-Close Min, Max - the lowest and the highest prices in the %K period range


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

TBS TBS

Tick Based Stochastic indicator

TBS_Histogram TBS_Histogram

Tick Based Stochastic with histogram

PVA PVA

SonicR PVA Volumes indicator

Sprut Sprut

Grid of Stop and Limit pending orders.