Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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
Vues:
3066
Note:
(7)
Publié:
2018.07.13 16:05
WRSI.mq5 (13.39 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Oscillator Wilder's RSI is a normal RSI smoothed by Welles Wilder's moving average.

It has four configurable parameters:

  • Period - calculation period
  • Applied price - calculation price
  • Overbought - overbought level
  • Oversold - oversold level

In terms of calculations, Wilder's moving average is similar to a normal EMA:

<span id="MathJax-Element-126-Frame" class="MathJax" tabindex="0" data-mathml="WWMA(n)=EMA(2n&#x2212;1)">WWMA(n) = EMA(2n−1)

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

VLM VLM

Intraday relative volumes indicator Voltest (VLM)

MartingailExpert MartingailExpert

The EA uses Martingale. Initial entry by indicator iStochastic (Stochastic Oscillator).

AB AB

Indicator Acceleration Bands

ButtMA ButtMA

Indicator Butterworth MA.