iSolution Network

Metatrader 1-Minute Data


To install History Data:

  • Click on the currency pair of your choice and save it on your computer.
  • Once complete select close on the Download Complete window.
  • Open the MetaTrader platform.
  • Select Tools>History Center.
  • Double click on the currency pair which you downloaded the data for, Highlight 1 Minute (M1).
  • Select Import.
  • Browse to the file you previously downloaded to your computer (remember it has .hst extension) and select Ok. Now the file has been uploaded to the History Center.
  • Select Add and enter the date of the chart you wish to start at and select Ok.
  • Next open the chart you have imported, refresh the chart and scroll back to see the updated chart.

XAUUSD

XAGUSD


History Center

Technical analysis is the market movements research made in order to forecast future price movements. the market is often analyzed using charts. So it is very important to have available historical data for all symbols and timeframes used. Historical data are constantly formed and stored on the server. Connecting to it, the client terminal downloads all necessary data. They will be then used for drawing of charts,testing and optimization of Expert Advisors. To control historical data, the terminal has a special window named "History Center". This window can be opened by executing the command "Tools — History Center" or by pressing F2.


After the terminal has been shut down, all accumulated historical data will be stored in the "History Center". Sizes of files containing historical quotes do not exceed values defined in settings. If the amount of historical data accumulated exceeds the value set in the field of " Max. bars in history:", the oldest bars will be deleted when storing. For each timeframe, a separate history file is formed named as AAABBBCC.hst (where AAABBB - symbol name, CC - timeframe in minutes) and saved in the /HISTORY. Later on, the saved data will be used to draw charts, as well as for testing of trading strategies.


In the "History Center" window, the available data can be changed. For this, it is necessary to select the desired symbol and timeframe in the left part of the window.The corresponding data will be loaded in form of a table. To add a record about a new bar, it is necessary to press the button of the same name, fill out all necessary fields in the new window and press "OK". After that, the new bar will appear in the history. One can modify the bar by selecting the corresponding record and pressing the "Modify" button. To delete a bar, it is necessary to select it and press the button of the same name.



Load Historical Data

It is possible to load quotes for basic currency pairs starting with year 1999 from the historical data server. To do it, it is necessary to select the desired symbol and press "Download".

When downloading historical data, it is recommended to control the amount of bars in history and in charts.


Exports and Imports of Historical Data

Historical data can be exported into files formatted as CSV, PRN and HTM. For this, it is necessary to select the desired symbol in the left part of the "History Center" window and press "Export". Then it is necessary to select one of three file formats and specify the path of location on the hard disk.

Historical data in the file can be represented as follows (any other separator can be used instead of space):

  • YYYY.MM.DD HH:MM O H L C V
  • YYYY-MM-DD HH:MM O H L C V
  • YYYY/MM/DD HH:MM O H L C V
  • DD.MM.YYYY HH:MM O H L C V
  • DD-MM-YYYY HH:MM O H L C V
  • DD/MM/YYYY HH:MM O H L C V

First of all, it is necessary to select a symbol and a timeframe, for which the import will be performed, in the left part of the "History Center" window. Then it is necessary to set up import parameters by pressing "Import":

  • Separator — data separator in the file to be imported. Comma, semicolon, space or tabulation character can be used as separators;
  • Skip columns — skip columns when importing. This can be helpful when the imported file contains more data types than necessary;
  • Skip lines — skip rows (lines) when importing;
  • Time shift — shift data by several hours in time;
  • Selected only — import only selected data. Data are selected by lines using "Ctrl" and "Shift";
  • Volumes — enable/disable importing of volumes.

After historical data have been imported, they can be used to show charts and test Expert Advisors.