Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Standard_Error_Bands - MetaTrader 5 için gösterge
- Görüntülemeler:
- 4030
- Derecelendirme:
- Yayınlandı:
- 2018.10.25 18:13
- Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Standard Error Bands indicator - Smoothed linear regression line: 21-period linear regression curve smoothed by a three-period simple moving average. Upper channel line - linear regression line plus 2 standard errors. Lower channel line is a linear regression line minus 2 standard errors.
The indicator was described by John Andersen in "Stock and Commodities" magazine in September 1996.
It has four inputs:
- Regression period - linear regression period
- Smoothing period
- Multiplier - standard deviation ratio
- Applied price
Calculation:
Central = SMA(LReg,Smoothing period) Top = Central + Multiplier * Deviation Bottom = Central - Multiplier * Deviation
where:
Deviation = StdDev(LReg,Smoothing period) LReg - linear regression at 'Applied price' with the 'Regression period' calculation period
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/22364