Re: RSI Indicators for MT4

1002
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;"
Indicator is just a tool.

Use it only if it can benefit you. Leave it if you don't know how to use it optimally.

Re: RSI Indicators for MT4

1003
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

1010
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
Indicator is just a tool.

Use it only if it can benefit you. Leave it if you don't know how to use it optimally.


Who is online

Users browsing this forum: Amazon [Bot], ChatGPT [Bot], Facebook [Crawler], Majestic-12 [Bot] and 93 guests