Re: WPR Indicators for MT4

203
RodrigoRT7 wrote: Wed Feb 26, 2025 3:05 pm Hi Kvak, how are you? as your avgs kit has expanded greatly, could you please update the avgs in this indicator?

If possible, could you please include a signal or 2 ma signal?

tks a lot again!!
Here is updated version with filters and signal.
These users thanked the author kvak for the post (total 4):
RodrigoRT7, vvFish, thomdel, alexm

CodeRe: WPR Indicators for MT4

205
Williams %R Percentage R (WPR) with on-chart Support and Resistance lines

WPR with mtf, arrows, alerts and horizontal/vertical lines.

If this indicator's Support & Resistance (Entry/Exit) levels interest you, please also see the RSI version by Mrtools: RSI with on-chart Support and Resistance lines.
These users thanked the author kvak for the post (total 10):
RodrigoRT7, Krunal Gajjar, Jimmy, FredericoA, macd & rsi, talaate, Ricstar_8, Nik123, Cazz223, alexm


Re: WPR Indicators for MT4

206
mrtools wrote: Wed Jun 24, 2020 6:27 am Try this one, hopefully it's better, not able to verify.
Hi, Mr. Tools,
I noticed that the OverBought and OverSold settings don't have effect on MA_Cross.
I experimented by fiddling with the following lines (as in pix attached)

Could you kindly comment if they are aligned with the intent of the indicator please?

Thank you

Re: WPR Indicators for MT4

208
Cazz223 wrote: Tue Apr 22, 2025 7:11 pm Hi, Mr. Tools,
I noticed that the OverBought and OverSold settings don't have effect on MA_Cross.
I experimented by fiddling with the following lines (as in pix attached)

Could you kindly comment if they are aligned with the intent of the indicator please?

Thank you
Hello, the ma cross is the wpr smooth crossing the channel middle line and nothing to do with the overbought and oversold settings. The overbought and oversold settings are mainly used in placing the outer bands in the channel. But, found something I missed in the last version should be fixed in the version I am posting.

On the draw arrow function it should be

if (trend[i] == 1) drawArrow("2",1,i,arrowsUpColor,arrowsUpCode,false);
if (trend[i] ==-1) drawArrow("2",1,i,arrowsDnColor,arrowsDownCode,true);


not

if (trend[i] == 1) drawArrow("2",1,i,arrowsUpColor,arrowsUpCode,false);
if (trend[i] ==-1) drawArrow("2",1,i+1,arrowsDnColor,arrowsDownCode,true);
These users thanked the author mrtools for the post (total 4):
Cazz223, vvFish, Krunal Gajjar, wojtek

Re: WPR Indicators for MT4

209
kvak wrote: Wed Mar 19, 2025 6:57 am Here is updated version with filters and signal.
Hi Kvak!! How are you?

I hope you are doing very well :D

I know I asked for this indicator a little while ago, but you have expanded your averages kit a lot in the last month , could you please update the averages?

Since it is the basis of Haos/Chaos and an excellent counter trend, I think it will be super useful for our friends and members.

A big hug and thanks in advance again. :D