Quote:
|
Originally Posted by promo01
Hi Newdigital
How to use this file ??
regards
promo01
|
Place it to script folder. Open in MetaEditor and you will see:
Code:
/---- TODO: Add your code.
// input
// files must be in expert/files directory,
string csv_filename = "USDCHF1440.csv";
string hst_filename = "TEST.hst";
int i_period = 1440;
int i_digits = 4;
string c_symbol = "USDCHF";
It means that csv file should be in files folder, you should change the name of your file (from USDCHF1440.csv to your name), select the name of resulting hst file, select the digits and timeframe.
Just change it inside the code and compile.