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
Indicatori

Double smoothed stochastic - indicatore per MetaTrader 5

Visualizzazioni:
11340
Valutazioni:
(20)
Pubblicato:
2016.11.10 14:52
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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