is it possible to read data from different charts in an ea?

 

Hi, everyone :)

I need to read data from different charts in an ea. I'm talking about the same currency pair, but different time intervals and the information, that will be important, will be the high, low, open and close of different bars, differently long. Can you give me any idea of how this can be done?

Thanks

 

See iHigh() for example.

All functions that start with an "i" can read from other timeframe or other pair.

Reason: