Page 1 of 1

Williams Percent Range (WPR)

PostPosted: Fri Apr 30, 2010 11:35 am
by Alexander.Gettinger
Williams Percent Range Technical Indicator is a dynamic technical indicator, which determines whether the market is overbought/oversold.

Calculation:

WPR = (HIGH(i-n)-CLOSE)/(HIGH(i-n)-LOW(i-n))*100

Where:
CLOSE — is today’s closing price;
HIGH(i-n) — is the highest high over a number (n) of previous periods;
LOW(i-n) — is the lowest low over a number (n) of previous periods.

WPR.png


WilliamsPercentRange.lua
(1.12 KiB) Downloaded 1925 times

Two Line WilliamsPercentRange.lua
(4.05 KiB) Downloaded 720 times

EURUSD H8 (02-27-2017 1057).png

MTF MCP Williams Percent Range heatmap.lua
(11.54 KiB) Downloaded 702 times


The indicator was revised and updated

Re: Williams Percent Range (WPR)

PostPosted: Wed Feb 16, 2011 11:08 am
by virgilio
Hi dear,
is it possible to have a strategy that triggers buys/sells when the Williams Percent Range (WPR) reaches a certain level? The levels would have to be flexible so I can decide if I want a buy at -20 or -45 or -50, ectetera. Also the periods would have to be flexible (for example, 14-period, or 50-period or whatever I decide).
Thank you so much for your help.

Re: Williams Percent Range (WPR)

PostPosted: Thu Feb 17, 2011 4:09 am
by Alexander.Gettinger
virgilio wrote:Hi dear,
is it possible to have a strategy that triggers buys/sells when the Williams Percent Range (WPR) reaches a certain level? The levels would have to be flexible so I can decide if I want a buy at -20 or -45 or -50, ectetera. Also the periods would have to be flexible (for example, 14-period, or 50-period or whatever I decide).
Thank you so much for your help.

OK.
I will work on it.

Re: Williams Percent Range (WPR)

PostPosted: Mon Feb 21, 2011 1:32 am
by Alexander.Gettinger
Strategy may be find here: viewtopic.php?f=31&t=3482

Re: Williams Percent Range (WPR)

PostPosted: Wed Oct 15, 2014 8:52 am
by Coondawg71
Can we please request a MTF MCP heatmap of Williams Percent Range in Lua.

Thanks,

sjc

Re: Williams Percent Range (WPR)

PostPosted: Mon Feb 27, 2017 4:43 am
by Apprentice
Two Line WilliamsPercentRange.lua added.

Re: Williams Percent Range (WPR)

PostPosted: Mon Feb 27, 2017 5:46 am
by Apprentice
MTF MCP Williams Percent Range heatmap.lua added.

Re: Williams Percent Range (WPR)

PostPosted: Tue Apr 03, 2018 4:54 am
by Apprentice
The indicator was revised and updated