Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Standard_Error_Bands - indicateur pour MetaTrader 5

Vues:
3780
Note:
(10)
Publié:
2018.10.25 18:13
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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


Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22364

Volatility_Stop Volatility_Stop

Volatility Stop indicator

Volatility_Stop_Oscillator Volatility_Stop_Oscillator

Volatility Stop oscillator

SSSAR SSSAR

Single Stream SAR indicator

Murreys_Math_Oscillator Murreys_Math_Oscillator

Murreys Math Oscillator