Re: RSI Indicators for MT4

2872
RodrigoRT7 wrote: Tue Jun 11, 2024 7:42 am For some time now, I've been wondering what it would be like to combine RSI + Z Score, as they are two indicators that I really like.
mrtools wrote: Tue Jun 11, 2024 11:35 pm The Z-score of RSI provides a method to determine if the RSI is in an overbought or oversold condition within the Bollinger Bands, represented as an oscillator.
You both rock my socks...... seriously love Rodrigo's finds & ideas always good quality codes & now we got a Z-Score RSI which it is very clever to wrap the RSI around Bollinger outer bands/Standard Deviation & give signals when the bands are poked in this indicator with RSX Jurik as well. Well done and congrats both of you 🔥😍👍
These users thanked the author moey_dw for the post (total 4):
ionone, mrtools, RodrigoRT7, Jimmy
Official Forex-station GIF animator at your service 👨‍⚖️
See a GIF with Forex-station.com on it? I probably made it
The best divergence indicator in the world.
Real news exists: Infowars.com 👈

Re: RSI Indicators for MT4

2873
kvak wrote: Thu Jun 06, 2024 8:26 am Try this version...
Hi Kvak, i hope you are doing fine.
I think i found some bugs with the 3 rsi(ahtf + levels) you kindly made, if i'm not just seeing things.
I've put all 3 on the chart with the same settings but they seem to differ a bit. I've put all 3 on the chart with the same settings but they seem to differ a bit.
_________________________________________________________________________________________________________________

And with the histo version (the other ones could have a similar bug). When i specify the first 2 inputs "Time frame to use" and "Time frame for "higher tf filtering"" to a specific time frame like 1h and 4h and not current time frame or first higher timeframe,

I get one signal on the first chosen timeframe (1h) but different signals on the other time frames.

I tried to illustrate it on the screenshots below.
I hope i could explain understandably and thank you very much for your work!
These users thanked the author Abdi for the post:
RodrigoRT7

Re: RSI Indicators for MT4

2875
RodrigoRT7 wrote: Wed Jun 12, 2024 3:23 am it was fantastic!! It was even better than I was expecting. even more so with price filters.

If you're not going to abuse your generosity, could you just include the MTF and arrows like this in AVG's Zscore? I loved this indicator :D

a big thank you!!
Added the arrows, all mtf, and alerts.
These users thanked the author mrtools for the post (total 7):
kvak, RodrigoRT7, Krunal Gajjar, ParallelNative, 太虚一毫, Jimmy, Kayleb


Re: RSI Indicators for MT4

2876
Abdi wrote: Wed Jun 12, 2024 10:23 pm Hi Kvak, i hope you are doing fine.
I think i found some bugs with the 3 rsi(ahtf + levels) you kindly made, if i'm not just seeing things.

Hello. Thank you for testing, I correcting some bugs in code, but still not find solution when you use different timeframe then current on first menu....
These users thanked the author kvak for the post (total 2):
Abdi, RodrigoRT7

Re: RSI Indicators for MT4

2878
moey_dw wrote: Wed Jun 12, 2024 8:09 pm You both rock my socks...... seriously love Rodrigo's finds & ideas always good quality codes & now we got a Z-Score RSI which it is very clever to wrap the RSI around Bollinger outer bands/Standard Deviation & give signals when the bands are poked in this indicator with RSX Jurik as well. Well done and congrats both of you 🔥😍👍
Moey my friend!! All credit goes to Mr Tools, Kvak, Jimmy and our moderators. :D. It's an idea that I've had for a long time, but I didn't even know that someone had already made a sketch.

I also follow your posts closely and I love your templates and ideas!!

Thank you very much, Moey the king of Gifs + templates :D
These users thanked the author RodrigoRT7 for the post (total 2):
moey_dw, mrtools

Re: RSI Indicators for MT4

2879
mrtools wrote: Thu Jun 13, 2024 4:19 am Added the arrows, all mtf, and alerts.
Those who downloaded the any timeframe version would recommend to redownload it again, still learning how Mladen did this but think I am getting it down. Also, there is an issue with the arrow shift in mtf mode am working on solving that one. Sorry for any inconvenience.
These users thanked the author mrtools for the post (total 4):
RodrigoRT7, kvak, Jimmy, 太虚一毫

Re: RSI Indicators for MT4

2880
mntiwana wrote: Sat Mar 04, 2017 8:09 am Volume Adjusted RSI
Volume adjusted RSI 1.1      (mtf)
Hello all
Has anyone used this RSI 1.1 ?

It has some good potential... From reading the code, it looks like there is a "hidden" buffer referred to as "slope"... i cant see this in the visible buffers. Digging further into code i dont think enough buffers are declared in the code. However, when i change the indicator_buffers property to 6, the program misbehaves - the chart doesnt work for me unless i change the chart timeframe to be greater than current timeframe... I think the RSI scale gets messed up - but i'm learning mq4 so not smart enough to work it out over the last 2 weeks of trial and error

I'm hoping someone, maybe @mladen could fix this please ? I was hoping to see the slope value ( 1,0,-1) visible in the buffers, as well as the chart functioning correctly.
thanks
t