This forum is now read-only. You can discuss you questions on Forums of MQL4.community and MQL5.community

New Version: MetaTrader 4 Client Terminal Build 224


Back to topics list  | 1 2
avatar
Moderator
3289
Rosh 2009.05.14 10:13 

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.

avatar
14
emmanuel 2009.05.16 15:13 

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.

avatar
4
LIL 2009.05.20 05:15 
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: http://championship.mql4.com/2008/users/Liliput/

avatar
Moderator
3289
Rosh 2009.05.20 08:44 
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
avatar
Moderator
3289
Rosh 2009.05.20 08:47 
LIL :

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

It is somehow looked like this one: http://championship.mql4.com/2008/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.

avatar
4
LIL 2009.05.20 18:40 
Rosh :
LIL :

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

It is somehow looked like this one: http://championship.mql4.com/2008/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.

avatar
4
LIL 2009.05.20 18:43 
LIL :
Rosh :
LIL :

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

It is somehow looked like this one: http://championship.mql4.com/2008/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.

avatar
4
ellict 2009.05.21 04:02 
hi, anyone experiencing mt4 crash when running ea compiled from earlier version of mt4 on this mt4 version?
avatar
Moderator
3289
Rosh 2009.05.21 16:46 
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?

avatar
4
ellict 2009.05.22 05:12 
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
avatar
4
ellict 2009.05.22 05:25 
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
Back to topics list   | 1 2