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

Recursive (double) smoothed stochastic - indicatore per MetaTrader 5

Visualizzazioni:
8616
Valutazioni:
(21)
Pubblicato:
2016.12.13 08:30
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Variation on the "double smoothed stochastic" theme.


The name might be a bit misleading: it is not exactly the same in its calculation as the "double smoothed stochastic" (dss actually has 3 smoothing steps, this one really has 2 smoothing steps — so we might say that this is really double smoothed stochastic), and it adds what the original does not have. It can use prices for start and then each and every next step is using previous step result. The "depth" is limited to 15 simply for practical reasons.

The indicator can use 4 types of averages for smoothing :

  • simple moving average
  • exponential moving average
  • smoothed moving average
  • linear weighted moving average

It can calculate 3 type of levels :

  • floating
  • quantile
  • fixed

Colors change (and alerts) can be chosen  based on:

  • on slope
  • on outer levels cross
  • on middle level cross

And the usual: it is already multi time frame with the usual choice of prices (heiken ashi prices included)

PS: double smoothed stochastic is for long time showing that, with the default parameters that were used by Walter Bressert, it works best on longer time frames. It specially tends to clearly show cycles on 1 hour chart, so, if you are new to it, start by using it on that time frame and then build your way to other time frames and ways of using it.


ExpBuySellSide ExpBuySellSide

ExpBuySellSide is a MetaTrader 5 Expert Advisor based on the ATRStops and StepUpDown indicators.

ExpHAWaves ExpHAWaves

ExpHAWaves is a MetaTrader 5 Expert Advisor based on the Heiken Ashi and StepUpDown indicators.

Elliot oscillator Elliot oscillator

Elliot oscillator indicator.

PDFma PDFma

PDFma — average using probability density function for average calculation.