New Version: MetaTrader 4 Client Terminal Build 224

 

New Version: MetaTrader 4 Client Terminal Build 224

  1. Added new error code 149 ("Hedge is prohibited") that is returned to a client at the attempt to open an opposite position to an existing one if hedging is prohibited.
  2. Changed descriptions of some functions in MQL4 Help.
  3. Fixed operation of the ArrayCopy function with timeseries array: in some cases the zero element of an array was not copied.
  4. Fixed displaying of the list of open positions in Windows Vista: eliminated title blinking.
  5. Fixed error that could result in the reconnection of client terminals.
  6. Fixed client terminal failure because of a critical error in Windows 7.
  7. Added new language packs (Latvian and Croatian), amended existing packs.

The live update will be available through the LiveUpdate system.

 

Congratulations for this build !!

The start up time for the client terminal is faster, much faster !
My configuration: I use 17 pairs with 12 custom indicators for each pair (so ~200 indicators), RAM used for the terminal.exe process = 500Mo. 
Before this build (224), when I run MetaTrader, it took 3 minutes to start up.
Now, it takes 15 seconds. Incredible !

Moreover I noted the same result when I display a custom indicator (several thousands lines of code) => much faster to display it.

 
Rosh :

New Version: MetaTrader 4 Client Terminal Build 224

  1. Added new error code 149 ("Hedge is prohibited") that is returned to a client at the attempt to open an opposite position to an existing one if hedging is prohibited.
  2. Changed descriptions of some functions in MQL4 Help.
  3. Fixed operation of the ArrayCopy function with timeseries array: in some cases the zero element of an array was not copied.
  4. Fixed displaying of the list of open positions in Windows Vista: eliminated title blinking.
  5. Fixed error that could result in the reconnection of client terminals.
  6. Fixed client terminal failure because of a critical error in Windows 7.
  7. Added new language packs (Latvian and Croatian), amended existing packs.

The live update will be available through the LiveUpdate system.

Rosh,

My question for you here is not quite directly with the above, but I didn't find a good place for it.

I am trying to post MT4 (running with EA) on website, and display it live with every tick.

First question is, what kind of server should I go with?

Second question is, how do I post the entire MT4 on a homepage?

It is somehow looked like this one: https://www.mql5.com/en/users/Liliput

 
LIL :

Rosh,

My question for you here is not quite directly with the above, but I didn't find a good place for it.

I am trying to post MT4 (running with EA) on website, and display it live with every tick.

First question is, what kind of server should I go with?

You need VPS or VDS - http://www.google.ru/search?q=vps+vds&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
 
LIL :

Second question is, how do I post the entire MT4 on a homepage?

It is somehow looked like this one: https://www.mql5.com/en/users/Liliput

I think It would be too complicated for you at this moment. It need many skills on such languages as HTML, PHP, FLASG. Or you can publish report via FTP.

 
Rosh :
LIL :

Second question is, how do I post the entire MT4 on a homepage?

It is somehow looked like this one: https://www.mql5.com/en/users/Liliput

I think It would be too complicated for you at this moment. It need many skills on such languages as HTML, PHP, FLASG. Or you can publish report via FTP.

publish report via FTP? Did you say, to just publish the statement? I did it already.

 
LIL :
Rosh :
LIL :

Second question is, how do I post the entire MT4 on a homepage?

It is somehow looked like this one: https://www.mql5.com/en/users/Liliput

I think It would be too complicated for you at this moment. It need many skills on such languages as HTML, PHP, FLASG. Or you can publish report via FTP.

publish report via FTP? Did you say, to just publish the statement? I did it already.

Maybe, you can refer me to someone who can do this.

 
hi, anyone experiencing mt4 crash when running ea compiled from earlier version of mt4 on this mt4 version?
 
ellict :
hi, anyone experiencing mt4 crash when running ea compiled from earlier version of mt4 on this mt4 version?

Why do you try to launch EA compiled with previos build?

 
hello Rosh, if its my own ea and my own mt4, no problem, but several ea created for my client, just couples weeks a go, must returned and recompile on latest mt4 version
 
suggest new improvement on current mql4 feature: POP before sendmail ------------------------- mt4 has sendmail function, which usefull for sending email from expert advisor program, but many email server require to access POP connection first before allow to send email, I suggest to add POP information on email tab on MT4 option, and on sendmail function, if this information available, add procedure to access POP email server first, do nothing and disconnect POP access, and continue to regular sendmail procedure, several email server will record the POP access and enable SMTP aceess for five minutes, see http://en.wikipedia.org/POP_before_SMTP for referrences thanks ellict
Reason: