Moving Average of an Indicator

[Deleted]  
Can anyone tell me whether it's possible to have MQL4 calculate a moving average of an indicator such as the RSI?  It can be done in MT4 but I don't know whether it can be programmed in MQL4.  Thanks in advance.
 
guy65:
Can anyone tell me whether it's possible to have MQL4 calculate a moving average of an indicator such as the RSI?  It can be done in MT4 but I don't know whether it can be programmed in MQL4.  Thanks in advance.
Yes,  read some recent posts about iMAOnArray()
[Deleted]  
RaptorUK:
Yes,  read some recent posts about iMAOnArray()

Will do.  Thanks for the info.
[Deleted]  
RaptoUK, I have read some of the posts and have also read the MQL4 documentation for the iMAOnArray() function. Since I am newbie with MQL4 and also somewhat with programming in general, I'll have to wait until I have a much better understanding of how arrays work before I can interpret any of this information. Anyway, thanks for pointing me in the right direction.