Once download completed, you'll be able to see something similar to the above. This can apply to other currency pair. If you wish to backtest with other symbol, simply repeat the procedure on other symbol's 1 minutes (M1) data. Click close button to close data center. Hold your "Control" button and press "R"(Ctrl+R), this will call out the tester window at the bottom of MT4.
Here is a brief introduction for each function in the tester:
Expert name: You can change any expert advisor to test with
Symbol: Currency pair you wish to test with
Model: Normally we use every tick as the quality of backtest is more reliable. You can choose other type of modeling, but less accurate.
Period: Time frame to test with (1 minute, 5 minutes, 15 minutes, 30 minutes, Hourly...etc)
Expert properties: Allow you to change settings on the EA
Symbol properties: To show you the testing environment of the currency pair you wish to test with
Open chart: Once backtest finish, by clicking this button, you'll be able to see all the trades placed on the chart.
Modify expert: MT4 will call out Meta Editor and immediately open the source code of the EA for your convenient to modify codes.
Below are screenshots for Expert Properties:

The above shows Initial deposit as 10000. It means the backtest should start with initial balance of 10k. Position Long & Short meaning both buy and sell are allowed. You can choose either buy only or sell only.

Above screenshot shows the input tab in Expert Properties. You can change the parameter of the EA for this particular backtest. In this case, we change the stop loss to 200pips from original 50pips. You can Save your parameter by clicking "Save button" or load a preset you've previously saved. Once completed setting up parameter, click OK button to exit.

Back to tester main window. Select the date of testing. From ~ To must be complete. Now, you can enable Visual mode. By enabling visual mode, you'll be able to view the trades on the chart whilst the tester is doing all the calculation at the background. Visual mode is obviously slower compare to non visual mode. Or you can choose to run a quick backtest without visual, and click on the Open Chart button later to view the trades offline. Click on Start button to begin backtest.
After the test, you can go to Report tab at the bottom of the tester window. You'll be able to see the full detail of the backtest. You can right click on the report and choose Save Report to get a full HTML report with equity graph in it. If you notice, there are 2 important column in report. Mismatched charts errors is the number of bars you downloaded from history center does not match with the visual on the chart. Many reason causes this, such as difference of brokerege firm's rollover time, data corruption, data overlapping and so on. With a bad history data, automatically your Modelling Quality will drop. Normally 90% is good enough and very acceptable. However, there are professionals that uses TICK DATA to produce 99% accuracy backtest result. There is a whole bunch of knowledge in collecting good quality tick data and how to import them into Meta Trader 4 to do backtest with Expert Advisors. I have not plan to extend our focus that far, let's just stick with this for the time being. Meanwhile, if you're interested in 99% backtest, you can search online.
The above equity graph are generated automatically from the backtester after I ran a 3 month backtest on GBPUSD.
