Thankee!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"
Re: WPR Indicators for MT4
202Hi 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!!
Re: WPR Indicators for MT4
203Here is updated version with filters and signal.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!!
- These users thanked the author kvak for the post (total 4):
- RodrigoRT7, vvFish, thomdel, alexm
Re: WPR Indicators for MT4
204
- These users thanked the author vvFish for the post:
- RodrigoRT7
"Only the price on the chart can show the entrance to the deal..."
Re: 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.
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
206Hi, 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
207I am added filtering option as request.
I was away from home for a while, sorry for the delay.
I was away from home for a while, sorry for the delay.
Re: WPR Indicators for MT4
208Hello, 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.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
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
209Hi Kvak!! How are you?
I hope you are doing very well

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.
