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.
I think it is this one int i_digits = 4;
For example: 1.24 is i_digits = 2.
1.241 is i_digits = 3.
May be.
I am not very suer. But it is this settings i_digits.
Iam a total novice here so any help would be great.
I have the ELwave 8.0 software and to date I have been using e-signal, but they change there fees almost monthly and I do not wish to pay for there platforms as I use MT4 platforms for my brokers...
Now can anyone please help me , is it possible to use the live data from a MT4 platform and put it in a format so I can use it with Elwave....
It needs to be a simple method as Iam not a expert in these matters..
i was wondering if anyone could write a script that could create a text file like the one attached that could be imported into metastock. or if it is possible for a script that would export the file into an XPO format? any help would be appreciated.
I need something simular.
Importing Met4 Data into multicharts (same as TS8/Owndata)
Time charts work great but It wont do tick due to problems with history.
I'm sure this has been covered before but can't seem to find it so apologies. My MT4 is set an hour a head of GMT. I've tweaked a script that someone kindly put on these forums to export OHLCs into excel and I have excel calculating myown PPs. However, the data is all inaccurate because for example a 4hr period instead of being 00:00-04:00 is 01:00-05:00.