Forum

How to force MT4 to download lower timeframe data (eg. M1) when on a higher timeframe chart (eg. H1)

The iTime() function seems to be returning valid dates for some currency pairs (eg. "EURUSDpro", "GBPUSDpro") but not others (eg. "USDJPYpro"). I am using it as follows: datetime result = iTime ( NULL , PERIOD_M1 , 0 ); I've already checked that M1 data is available in the History Center, so that's