help needed to install period converter to MT4 to give 2hr and/or 3hr time frames

 
 
To make H2 period you should:

1. Download the 'Period_converter.mq4' script from our website: "MQL4: Period Converter"
2. Copy the 'Period_converter.mq4' file into the '\MetaTrader 4\experts\scripts\' folder of MetaTrader 4 Client Terminal.
3. Open the MetaEditor (press F4 in the client terminal) and in the File -> Open menu select 'Period_converter.mq4' file.
4. Click the Compile button. Then click the Terminal button.

5. In the client terminal, open H1 chart.
6. Attach the 'Period_converter.mq4' MQL4 file taken from the 'Script' list of the 'Navigator' window to the chart.
7. In the 'Common' tab, check 'Allow DLL imports' and clear 'Confirm DLL function calls'
8. In the 'Inputs' properties tab, please set 'ExtPeriodMultiplier' variable value to 2 (you'll get H1*2 = H2 data).
9. Click OK
10. Open H2 chart in offline mode ('File -> Open Offline' menu). H2 chart will be updated every 2 sec (by default) during H1 chart with the attached 'Period_converter.mq4' script is opened.
Reason: