MetaTrader 4 Build 574 with Updated MQL4 Language and Market of Applications Released - page 41
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Correctly ? have you confirmed ?
Yes.
There is more infor here on the new .hst format .hst file format . . . Old and New (Jan 2014)
Your existing history data should be updated when 509 is updated to 574+ . . . I assume, if you need to import it again from CSV you will need to edit the CSV to transpose the High and Low values, if you have large CSV files the best way to do this is to code a script to do it for you.
Converting 509 .hst files to 574+ .hst files is not difficult, I'm sure there will be a script to do it soon if there isn't already.
Thanks RaptorUK and thanks euclid;
In 584, I've made some minor syntax edits to an hst type indicator, P4L PeriodCon, that worked fine on 509, and the ex4 even seems to be forward compatible too. It needs more testing once the market goes live, but fingers crossed, it looks ok.
However, when I attach this slightly modified indicator, (compiled by 584) to a chart, it immediately aborts and tells me:
Expert 'P4L PeriodCon' is not custom indicator and will be removed.
Why am I getting this message?? It's certainly an indicator, not an EA, nor a Script. What possible things might I have, or not have, that are falsely being interpreted as an "Expert", rather than as an "Indicator"? (Before you ask, it is most certainly in the proper "Indicator" folder).
I tried to find answer on my question but probably it is to easy and no one had a problem with it :) So, what exactly have I to do, to connect with http://demo.metaquotes.net/ ? Where should I write this address?
Hi
I tried to find answer on my question but probably it is to easy and no one had a problem with it :) So, what exactly have I to do, to connect with http://demo.metaquotes.net/ ? Where should I write this address?
I do not know if the upgrade is today (03.02.2014) or the date format is American then March 2??
As a programmer I have over 12 MT4 instances, all from different brokers. I updated a single broker, on an older PC, and a second broker was also updated. There were no pop-up windows allowing me to prevent the update. I cannot have all brokers update until the broker requires it.
The change in file structure is bad enough as I now need to modify install files. I also now need to change variable names in indicators, EAs and possibly scripts that might be modified because many programmers use ., _ or some other special character for better readability. From what I have read that is no longer allowed.
I went through this BS already from build 509 and now must do the same work again with the added load of changing variable names.
Hopefully the update problem will also be fixed soon if not already. I read in an earlier post stating the same problem but that was over 4 days ago and there is a lot to read here since then.