Page 1 of 1

WPR_HL oscillator

PostPosted: Fri Jan 06, 2012 3:52 am
by Alexander.Gettinger
The oscillator represents the Williams’ Percent Range calculated on the (High-Low).

Formula:
WPR_HL[i]=-100*(Max-HL[i])/(Max-Min), where
HL[i]=High[i]-Low[i],
Max and Min - maximum and minimum prices at range from (i-Period) to (i).

WPR_HL.png


Download:
WPR_HL.lua
(1.68 KiB) Downloaded 570 times

Re: WPR_HL oscillator

PostPosted: Tue Mar 13, 2018 11:13 am
by Apprentice
The Indicator was revised and updated.