How to find a bar in different time frame

 

Hi eneryone

Assume that I have a 30 min chart and I want to get the data (time, OHLC) of any day on the daily chart. Can any one help me with an idea or code.

regards

 
double iHigh( string symbol, int timeframe, int shift)
 
old_man wrote >>

Hi eneryone

Assume that I have a 30 min chart and I want to get the data (time, OHLC) of any day on the daily chart. Can any one help me with an idea or code.

regards

Hi Hani,

Here's a link to the commands that you're looking for:

https://docs.mql4.com/series

Hope this helps.

- Tovan