Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Stochastic_Fast - indicateur pour MetaTrader 5

Vues:
4017
Note:
(6)
Publié:
2018.06.16 10:08
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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.

Traduit du russe par MetaQuotes Ltd.
Code original : 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.