Page 288 of 323

Re: RSI Indicators for MT4

Posted: Wed Jun 12, 2024 5:27 pm
by ionone
Intrest 1 wrote: Wed Jun 12, 2024 8:36 am They made me such an indicator.
He seems to sound good
thank you so much ! nice indicator !!

Re: RSI Indicators for MT4

Posted: Wed Jun 12, 2024 8:09 pm
by moey_dw
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 🔥😍👍

Re: RSI Indicators for MT4

Posted: Wed Jun 12, 2024 10:23 pm
by Abdi
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!

Re: RSI Indicators for MT4

Posted: Wed Jun 12, 2024 10:28 pm
by Abdi
By the way
Is there a way, to put images and attachement next to each other so that the post doesn't get verticaly that long? :sweat:

Re: RSI Indicators for MT4

Posted: Thu Jun 13, 2024 4:19 am
by mrtools
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.

Re: RSI Indicators for MT4

Posted: Thu Jun 13, 2024 5:57 am
by kvak
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....

Re: RSI Indicators for MT4

Posted: Thu Jun 13, 2024 7:02 am
by Abdi
kvak wrote: Thu Jun 13, 2024 5:57 am 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....
Thank you for checking!
Take the time you need!

Re: RSI Indicators for MT4

Posted: Thu Jun 13, 2024 7:51 am
by RodrigoRT7
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

Re: RSI Indicators for MT4

Posted: Fri Jun 14, 2024 6:29 am
by mrtools
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.

Re: RSI Indicators for MT4

Posted: Sat Jul 06, 2024 10:36 am
by timballingall67
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