Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
3046
Rating:
(7)
Published:
2018.07.13 16:05
WRSI.mq5 (13.39 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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)

Translated from Russian by MetaQuotes Ltd.
Original code: 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.