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
Indicatori

Stochastic_Fast - indicatore per MetaTrader 5

Visualizzazioni:
4011
Valutazioni:
(6)
Pubblicato:
2018.06.16 10:08
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The Fast Stochastic oscillator shows in a separate window a stochastic calculated as follows:

FSK[i] = (min / max) * 100.0,
FSD[i] = SMA(FSK,PeriodD)

where:

min = close[i] - low[BL],
max = high[BH] - low[BL],
BH is the highest price index within the range from PeriodK to i,
BL is the lowest price index within the range from PeriodK to i,

if max = 0,

FSK[i] = 50.0

The indicator has four input parameters:

  • Period K - the period of calculating line K;
  • Period D - the period of calculating line D;
  • Overbought - overbought level;
  • Oversold - oversold level.

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

IT IT

Instantaneous Trendline - John Ehlers "instantaneous" trendline.

CC CC

John Ehlers Cyclic Component Indicator.

Stochastic_Slow Stochastic_Slow

Slow Stochastic.

Stochastic_MACD Stochastic_MACD

Stochastic MACD.