IMA with RSI

 

hi guys,

I'm creating an expert advisor but I need the moving average on the rsi, can you give me a hand? thanks
 
Put the MA handle in APPLIED_PRICE RSI Parameter.
 

like this?


  iRSI(Symbol(),PERIOD_CURRENT,14,iMA(Symbol(),PERIOD_CURRENT,48,0,MODE_EMA,PRICE_CLOSE,1),1) 

 
if I want to say that: if rsi is above its moving average
Reason: