Expert that uses information from different time frames...

 

I am having some difficulty with determining a way to get reliable information for 15min data when strategy testing off a 5 min chart. It would seem that all the i(MA/RSI/...) functions all just grab the data from a current time frame perspective. I was curious what thoughts anyone had about methods or resolution to this issue.

Thanks.

 
afaik iMA(Symbol(),PERIOD_M15 ........); will do that job.