Quote:
|
Originally Posted by hosam
Hi everybody..
Would someone help me please in how to use the (metastock to csv converter) `coz i put the .mq4 file in the scripts folder..And i didnt know what to do next..
So how can i convert metastock .txt files to metatrader??
Thanx in advance................
|
I do not have metastock.
These scripts are
here in this thread.
I can not use this script from /script folder.
I think it is not a script.
Probably it is EA.
You may place it in /expert folder (not scripts folder). And open this EA in MetaEditor and change inside:
Code:
// files must be in expert/files directory,
string metastock_filename = "chfd.txt";
string csv_filename = "USDCHF1440.csv";
//int i_digits = 4;
//string c_symbol = "USDCHF";
It means your metastock file should already be in expert/files MetaTrader directory. You need just re-name "chfd.txt" to your metastock file name inside the code (see above). And you should named the resulted Metatrader file from "USDCHF1440.csv" to any.
May be I am wrong.
Sorry but I do not have Metastock files.