Page 101 of 282

Re: RSI Indicators for MT4

Posted: Wed Apr 25, 2018 6:50 pm
by Krelian99
Desatar wrote: Wed Apr 25, 2018 6:04 pm Hey guys,
i have an issue with yen pairs on that indicator. only yen.
you have an idea what is wrong?

Thx
d
There must be something like (High-Low)² of a bar. USDMXN or indices have the problem as well.

Re: RSI Indicators for MT4

Posted: Wed Apr 25, 2018 7:06 pm
by mntiwana
Krelian99 wrote: Wed Apr 25, 2018 6:50 pm

There must be something like (High-Low)² of a bar. USDMXN or indices have the problem as well.
I am zero regarding coding matters but it is like this actually :)
"a = 0;
for(int j = 0; j < nPeriod; j++)
{
a = a + (iHigh(NULL, 0, i + j) + iLow(NULL, 0, i + j) + iClose(NULL, 0, i + j) * 2) / 4;"

Re: RSI Indicators for MT4

Posted: Wed Apr 25, 2018 7:48 pm
by Krelian99
mntiwana wrote: Wed Apr 25, 2018 7:06 pm I am zero regarding coding matters but it is like this actually :)
"a = 0;
for(int j = 0; j < nPeriod; j++)
{
a = a + (iHigh(NULL, 0, i + j) + iLow(NULL, 0, i + j) + iClose(NULL, 0, i + j) * 2) / 4;"
Hmm, IDK, that's not all code, so... I mean you can use it, the yellow line just has a bit different looking.

Re: RSI Indicators for MT4

Posted: Wed Apr 25, 2018 10:31 pm
by mehkhan
mrtools wrote: Wed Apr 25, 2018 5:16 pm

Try this one.
Thanks a lot it is working fine, I am very happy. You are great, God bless you. Regards.

Re: RSI Indicators for MT4

Posted: Thu Apr 26, 2018 1:06 am
by mehkhan
1)In this indicator on changing deviation nothing happens, please check and rectify.
2)Please add slow and fast MA
3)Please add filter to reduce the false signals.
4) Sub Window lines not appearing

If above points are incorporated, this indicator may also become more helpful/useful than what it is right now.

Regards.

Re: RSI Indicators for MT4

Posted: Thu Apr 26, 2018 5:17 pm
by Desatar
mntiwana wrote: Wed Apr 25, 2018 7:06 pm
I am zero regarding coding matters but it is like this actually :)
"a = 0;
for(int j = 0; j < nPeriod; j++)
{
a = a + (iHigh(NULL, 0, i + j) + iLow(NULL, 0, i + j) + iClose(NULL, 0, i + j) * 2) / 4;"
Hy,

is there a chance to fix that issue?
Thx.
D.

Re: RSI Indicators for MT4

Posted: Thu Apr 26, 2018 9:05 pm
by Krelian99
Desatar wrote: Thu Apr 26, 2018 5:17 pm Hy,

is there a chance to fix that issue?
Thx.
D.
The issue is fixed, the quick and dirty way ;) it works for all instruments now.

Re: RSI Indicators for MT4

Posted: Thu Apr 26, 2018 11:03 pm
by Desatar
Krelian99 wrote: Thu Apr 26, 2018 9:05 pm

The issue is fixed, the quick and dirty way ;) it works for all instruments now.
Uuhhh yes. Dirty. :twisted:

Thx.
D.

Re: RSI Indicators for MT4

Posted: Fri Apr 27, 2018 1:51 am
by GERVASE
Hi, All
Anybody know the RSI adaptive TEMA formula, it is same as RSI adaptive EMA?

Thanks!

Re: RSI Indicators for MT4

Posted: Fri Apr 27, 2018 3:01 am
by mntiwana
GERVASE wrote: Fri Apr 27, 2018 1:51 am Hi, All
Anybody know the RSI adaptive TEMA formula, it is same as RSI adaptive EMA?

Thanks!
There are a lot of variations of adaptive RSI of ma,ema and so on a list - which specifically you are asking about