Moving Average RSI - page 3

 

Petor

cja:
Here are 2 RSI's one with a FIB curve and the other with a double MA

rsi_ma_signal.mq4

t3_rsi.mq4

Thank You, CJA!

 

Petor

cja:
Here are 2 RSI's one with a FIB curve and the other with a double MA

rsi_ma_signal.mq4

t3_rsi.mq4

This Indicators are very precise - wonderfuls! Thank You very much!

 
fxbs:
interesting to see what they been playing with // Previous Indicator Data// First Indicator Data

dear fxbs , what's the logic of these two indicator on the 18th post of this thread?

 
macd&rsi:
dear fxbs , what's the logic of these two indicator on the 18th post of this thread?

simply same period ema x sma cross (ema8 x sma 8 (of rsi))

 
fxbs:
simply same period ema x sma cross (ema8 x sma 8 (of rsi))

thank you very much for fast reply.

could i change the period and method of both movings?

 

Hieken Ashi RSI ?

Are there any rsi indicators based on Hieken AShi candles ?

would this make sense ?

 

T3_RSI.mq4

hello rsi guys,

i believe that theres a typo in T3_RSI.mq4 in the line where rsi data is acquired. it reads the rsi period from T3_Period instead of RSI_Period. so you might want to swap these vars otherwise the RSI_Period var will be unused in the code.

take care

 

Price ema cross

Hi there,

Is it posibile to have an alert when the price closes above / below the ema anvelope (colored in red)?

Files:
picture.jpg  289 kb
 

Only now noticed the previous post Even though his is not exactly the thread that this should be posted at, posting it here since the T3_rsi indicator was posted here


What azbest stated in that post is correct. Also, there are some more issues in that indicator (mainly it calculates more than it should, which is slowing down your metatrader) This one corrects all those issues (about time - checked it on mql site and they still have the one with those issues) and adds something that built in rsi does not have : the built in rsi can not calculate rso of period 1. One might say that it is not such a big problem but I do think that we are missing a part of what we could get if it (the built in rsi indicator) could do that too (especially when smoothing rsi - like in this indicator in which rsi is smoothed with t3).

Here are just a couple examples : on the first picture upper is a 1 period T3 rsi and lower is the same using the built in indicator (yes, the empty one - that is what the built in one returns) and the other example is with default parameters

PS: added a 'simple" version too. In the previous version there was a T3Price parameter that should not have been there at all since T3Function is not accepting price in this case but rsi value (it is a T3 smoothed rsi indicator after all) so, if someone wants to change the price, it has to be changed in the RsiPrice parameter. Other than that, calculated values are exactly the same - only thing removed is one parameter that was not used at all

Files:
t3_rsi.mq4  6 kb
t3_rsi_2.gif  25 kb
t3_rsi_1.gif  22 kb
Reason: