WPR = Williams Percent Range; also known as Williams %R
It was developed by Larry Williams and the momentum indicator compares
the last closing price to the high-low range over a specific period. Most people use WPR (14).
The indicator is very similar to the Stochastic oscillator.
In fact, if you invert the %R line, it will have the EXACT SAME LINE as Stochastic’s %K line!
This is why Williams %R uses the 0 to -100 scale while Stochastic is scaled from 0 to 100.
A reading above -20 is OVERBOUGHT.
A reading below -80 is OVERSOLD.
An overbought or oversold signal does NOT guarantee that the price will reverse.
Re: WPR Indicators for MT4
6Please download this new version.
The mtf arrows were not in correct positions.
It was like that when I first found this indicator.
Thank you.
Also, I manage to make "WPR bars OnChart smooth arrows alerts 2.01.mq4"
The mtf arrows were not in correct positions.
It was like that when I first found this indicator.
Thank you.
Also, I manage to make "WPR bars OnChart smooth arrows alerts 2.01.mq4"
Re: WPR Indicators for MT4
7Below is the formula of the %R indicator calculation, which is very similar to the Stochastic Oscillator formula:
%R = -(MAX (HIGH (i - n)) - CLOSE (i)) / (MAX (HIGH (i - n)) - MIN (LOW (i - n))) * 100
Where:
CLOSE (i) — today's closing price;
MAX (HIGH (i - n)) — the highest maximum over a number (n) of previous periods;
MIN (LOW (i - n)) — the lowest minimum over a number (n) of previous periods.
%R = -(MAX (HIGH (i - n)) - CLOSE (i)) / (MAX (HIGH (i - n)) - MIN (LOW (i - n))) * 100
Where:
CLOSE (i) — today's closing price;
MAX (HIGH (i - n)) — the highest maximum over a number (n) of previous periods;
MIN (LOW (i - n)) — the lowest minimum over a number (n) of previous periods.
- These users thanked the author Banzai for the post (total 6):
- ChuChu Rocket, 太虚一毫, fantom_spb, Chickenspicy, RodrigoRT7, pin12
Re: WPR Indicators for MT4
8Thank you for the different variants of WPR.Banzai wrote: Sun Jan 26, 2020 3:17 am Please download this new version.
The mtf arrows were not in correct positions.
It was like that when I first found this indicator.
Thank you.
Also, I manage to make "WPR bars OnChart smooth arrows alerts 2.01.mq4"
It is one of my favorites on my chart.
Can you set the arrows on the indi 'WPR OnChart smooth arrows alerts 2.01.mq4' so that the size is adjustable.
thank you
We create order out of chaos - we trade that order, but sometimes that chaos is out of order, so we WAIT!!! for the order to return - and we trade again. XARD777
Re: WPR Indicators for MT4
9i test it WPR +3 MA TT.mq4 in renko charts example in 40 pips block and it is working ..Banzai wrote: Fri Jan 24, 2020 4:48 pm WPR + 3 Moving Averages in the same window.
From Russia with love.
i test it it seems working in 15 min and 30 min also
but at 1 h and above shows nothing with an error "out of range"
can you fix it please
Re: WPR Indicators for MT4
10Haha, very neat bro. Zig Zag's are still very useful for trading and you've revived my interest in them againBanzai wrote: Wed Feb 12, 2020 2:30 pm Below is the formula of the %R indicator calculation, which is very similar to the Stochastic Oscillator formula:
%R = -(MAX (HIGH (i - n)) - CLOSE (i)) / (MAX (HIGH (i - n)) - MIN (LOW (i - n))) * 100
Where:
CLOSE (i) — today's closing price;
MAX (HIGH (i - n)) — the highest maximum over a number (n) of previous periods;
MIN (LOW (i - n)) — the lowest minimum over a number (n) of previous periods.
