Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Double smoothed stochastic - indicator for MetaTrader 5

Views:
11418
Rating:
(20)
Published:
2016.11.10 14:52
Need a robot or indicator based on this code? Order it on Freelance Go to 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