Page 204 of 281

Re: RSI Indicators for MT4

Posted: Thu Sep 22, 2022 5:52 am
by SEC7
mrtools wrote: Wed Sep 21, 2022 9:01 am Got this rsx histo with divergence version think it's pretty close to the 3c jrsx.
Image
Thanks, MrTools it is much appreciated.

Re: RSI Indicators for MT4

Posted: Fri Sep 23, 2022 2:35 pm
by Lightningstorm7

Re: RSI Indicators for MT4

Posted: Fri Sep 23, 2022 8:53 pm
by xpf2003
mrtools wrote: Mon Jun 27, 2022 6:51 am Added all the prices,averages to the rsi ma"s and envelopes.
Image
Dear MrTools,

Could you confirm if this indicator does not repaint? I know it is a bit off od me to ask this question of you knowing your reputation but I am trying to use this indicator from my EA but iCustom returns different values for the closed bars from what I see in the data window.

Could you also confirm the buffer numbers for ma1, ma2 and ma3 values, please? I just want to double-check that I am using the right buffer numbers in my code.

Re: RSI Indicators for MT4

Posted: Sat Sep 24, 2022 3:02 am
by xpf2003
xpf2003 wrote: Fri Sep 23, 2022 8:53 pm Dear MrTools,

Could you confirm if this indicator does not repaint? I know it is a bit off od me to ask this question of you knowing your reputation but I am trying to use this indicator from my EA but iCustom returns different values for the closed bars from what I see in the data window.

Could you also confirm the buffer numbers for ma1, ma2 and ma3 values, please? I just want to double-check that I am using the right buffer numbers in my code.
Scratch that MrTools. I had a bug in my EA which was causing this. All good now.

Re: RSI Indicators for MT4

Posted: Sat Sep 24, 2022 3:35 am
by mrtools
xpf2003 wrote: Fri Sep 23, 2022 8:53 pm Dear MrTools,

Could you confirm if this indicator does not repaint? I know it is a bit off od me to ask this question of you knowing your reputation but I am trying to use this indicator from my EA but iCustom returns different values for the closed bars from what I see in the data window.

Could you also confirm the buffer numbers for ma1, ma2 and ma3 values, please? I just want to double-check that I am using the right buffer numbers in my code.
ma1 = buffer 0, ma2 = buffer 1, ma3 = buffer 2. And no repaint.

Re: RSI Indicators for MT4

Posted: Sat Sep 24, 2022 7:25 pm
by newbie4ever
Dear mrtools, can you make an indicator with combination of rsi and mfi and when both are in Overbought or oversold it will show color, thanks <3

Re: RSI Indicators for MT4

Posted: Sat Sep 24, 2022 7:33 pm
by Jedidiah
newbie4ever wrote: Sat Sep 24, 2022 7:25 pm Dear mrtools, can you make an indicator with combination of rsi and mfi and when both are in Overbought and oversold it will show color, thanks <3
Please provide source code to modify

Re: RSI Indicators for MT4

Posted: Sat Sep 24, 2022 8:44 pm
by xpf2003
mrtools wrote: Sat Sep 24, 2022 3:35 am ma1 = buffer 0, ma2 = buffer 1, ma3 = buffer 2. And no repaint.
Thank you MrTools. This seems to be a great indicator for identifying mean reversing setups.

Any chance you can convert this into MT5?

Re: RSI Indicators for MT4

Posted: Sat Sep 24, 2022 10:58 pm
by SEC7
Hi,
This is an experiment.

Can someone code this indicator to a *histogram version* but with an option for RSX option?

Re: RSI Indicators for MT4

Posted: Sun Sep 25, 2022 4:16 am
by mrtools
newbie4ever wrote: Sat Sep 24, 2022 7:25 pm Dear mrtools, can you make an indicator with combination of rsi and mfi and when both are in Overbought or oversold it will show color, thanks <3
Not sure but maybe use a separate version of both in the same sub-window.