Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
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.
Hi,
I would like to convert alpari data (hst) to ASCII or wealth-Lab format.... I downloaded converter HST to CSV V2 95 eng from post 21 ..what's below "separator" in section 5?it's in russian
thanks
Here is a script that I wrote for MT.... when you run it, it creates a csv file called "KCaptureTheMajors.csv" in your mt > files directory. You can open this file with Excel to do price analysis.
the file contains OHLC pricing for the EURUSD, USDJPY,USDCHF,GBPUSD going back to the start date you select on whatever timeframe you want.
you have to make sure that you have the history data loaded in the platform. Hope you find it usefull.
There are some limitations however.... mainly if you want to look back a year with one munite data for some reason metatrader will only create files with 65390 rows of data in it. so if you multiply 65390 by your time frame thats as far back as you can look.
Please feel free to make as many modifications as you would like....but if you do post them here for everyone.
Also I would suggest that you run it on the EURUSD.
I have Metastock 10 and Akmos for Real Time. can i open forex chart in M15 or H1 Timeframe in Metastock Software? How? this software opens Daily chart only. please help me.
I have Metastock 10 and Akmos for Real Time. can i open forex chart in M15 or H1 Timeframe in Metastock Software? How? this software opens Daily chart only. please help me.