MetaTrader 4 Build 574 with Updated MQL4 Language and Market of Applications Released - page 17

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
Ok thanks.
The following is not fully tested, but does seem to work at first glance. Two different options for how ReadUrl() does the Ansi-to-Unicode conversion:
I feel something smelly with the 577 update.
Custom indicators behave very strange, I did not find clue yet, but I feel big trouble in the air... Problems are both with the original 509 ex4 and those compiled in 574/577 running on the start() method.
The following is not fully tested, but does seem to work at first glance. Two different options for how ReadUrl() does the Ansi-to-Unicode conversion:
Lovely! thanks
hi all,
i've been testing the 574 build and i'm getting an error that i don't get in 509. I use an EA which uses thre DLL's (user32, shell32 and kernel32). I copied the exactly files from 509 to 574 and when i run the EA this is the error i get: "Cannot load 'C:\Users\xxxx\AppData\Roaming\MetaQuotes\Terminal\B0ECF8932F3651E4A257AF9885DA21B7\MQL4\Libraries\user32.dll'" and the same for the others dll
what am i doing wrong? i've copied the files in "C:\Users\xxxx\AppData\Roaming\MetaQuotes\Terminal\B0ECF8932F3651E4A257AF9885DA21B7\MQL4\Libraries" folder and in C:\Users\xxxx\Desktop\MetaTrader4\MQL4\Libraries
can anyone share those dll's please?
thanks.
The current help file seems to be rather inconsistent (if I neglect a few pages in Cyrillic)
______________________________________
iCustom
Calculates the specified custom indicator and returns its value.
double iCustom(
string symbol, // symbol
int timeframe, // timeframe
string name, // path/name of the custom indicator compiled program
... // custom indicator input parameters (if necessary)
int mode, // line index
int shift // shift
);
int handle_customMA=iCustom(Symbol(),PERIOD_CURRENT, "Custom Moving Average",13,0, MODE_EMA,PRICE_TYPICAL);
I need to get the latter, but the compiler seems to recognize only the former.
If any one is still interested with weird behaviour... this time it is about indicators.
double iCustom(
string symbol, // symbol
int timeframe, // timeframe
string name, // path/name of the custom indicator compiled program
... // custom indicator input parameters (if necessary)
int mode, // line index
int shift // shift
);
Yes. I only copy/pasted two parts of the help, so I am afraid only MQs know what is what, but for me it is confusing.
Hi,
Has someone succeded in using the new "custom" optimisation criteria with OnTester() method ?
Seems to return always 0 for me.
Thanks.