Unisciti alla nostra fan page
Double_Smoothed_MACD_Stochastic - indicatore per MetaTrader 5
- Visualizzazioni:
- 4137
- Valutazioni:
- Pubblicato:
- 2018.10.25 15:33
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
As its name suggests, this oscillator is a stochastic MACD smoothed twice
It has eight adjustable parameters:
- Stochastic period
- Smoothing - smoothing period
- Signal period - signal line period
- Fast EMA period
- Slow EMA period
- Applied price
- Overbought - overbought level
- Oversold - oversold level
Calculation:
DSS = PrevDSS + Beta * (DDS3-PrevDSS) Signal = PrevSignal + Alpha * (DSS-PrevSignal)
where:
DDS3 = 100.0 * (DDS2-Min2) / (Max2-Min2) Max, Min - maximum and minimum DDS2 values in the 'Stochastic period' range DDS2 = PrevDDS2 + Beta * (DDS1-PrevDDS2) DDS1 = 100.0 * (MACD-Min1) / (Max1-Min1) Max1, Min1 - maximum and minimum MACD values in the 'Stochastic period' range MACD = EMA(Applied price, Fast EMA period) - EMA(Applied price, Slow EMA period) Alpha = 2.0 / (1+Signal_EMASignal period) Beta = 2.0 / (1+Smoothing)
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/22080
Fractal bar indicator
Modified_Advance_Decline_LineModified Advance Decline line indicator
Better Bollinger Band indicator
BBS_HistogramBar Based Stochastic indicator with histogram