Period converter not working for H1 and D1

 

Hi All,

Please help I have 1 Minute (M1) historical data going back to 2006 and I was able to use the MT4 PeriodConverter script to succesfuly convert M1 to M5, M15 and M30 using the steps below, however when i try to do the same for H1 (using 60 multiplier) and D1 (using 1440 multiplier), the journal states that 93455 record(s) have been writen for H1 and 4823 record(s) written for D1 however when i open the charts offline i dont see any records and the chart just states "Waiting for update".

Period converter steps 

  1. Open the M1 chart.
  2. Drag the 'Period_converter.mq4' script from the "Scripts" folder of the "Navigator" window to the chart.
  3. In the "General" tab flag the "Allow DLL imports" and unflag the "Confirm DLL function calls" parameter.
  4. In the "Inputs" tab of the script set the value 60 for H1 and 1440 for D1 for the "ExtPeriodMultiplier" variable (to get the period M1*60 = H1).
  5. Press OK.
  6. Open the H1 chart in offline mode ("File - Open Offline"). 
  7. Repeat for D1 (M1*1440 = D1).
  8. Once you’ve done this then if you bring up the Offline Chart dialog (File | Open offline) then you should see all the different time-frames now listed there. 
  9. When i open  M1 to M5, M15 and M30 i see the charts go back to 2006 but not D1 and H1 even though it says it has records as per the attached print screen
  10. Also when i go to History Centre I can see my  M1 to M5, M15 and M30 data but not H1 or D1

Please advise why i cant see the converted data 

Thank you

Sam

Files: