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

Double smoothed stochastic - indicateur pour MetaTrader 5

Vues:
11399
Note:
(20)
Publié:
2016.11.10 14:52
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The double smoothed stochastic that is usually found is using EMA (exponential moving average) for calculation. This version is a sort of deviation from that. Default does use ema for calculation, but it allows you to chose among the 4 types of averages for (double) smoothing.  That way we can get a completely new double smoothed stochastic types :

  • SMA double smoothed stochastic
  • EMA double smoothed stochastic(the default)
  • SMMA double smoothed stochastic 
  • LWMA double smoothed stochastic 

Any combination of prices usage (internally it orders the prices so that they are "usable" in calculation). With all that, quite a few new versions of double smoothed stochastic can be produced (including a sort of a "raw stochastic" that can be produced when both smoothing periods are set to <= 1)



Usually double smoothed stochastic is used as an over-bought and oversold type of indicator, but, with longer periods of stochastic calculations, it might be good to revise that point of view and check for reversal conditions too. Experimenting is advised in any case : as with any indicator, there is no universal setting that will fit all the symbols, so some adjustments are necessary



Swing line - extended version Swing line - extended version

Extended swing line indicator

Swingchart Swingchart

Gann swingchart and hybrid ZigZag implementation.

Quantile bands - generalized Quantile bands - generalized

Quantile bands - generalized version.

MACD using QWMA MACD using QWMA

MACD that uses QWMA for calculation