MetaTrader 4 Client Terminal build 604 - page 2

 
ymleong:

Hi which metaquote server shld I search for? U meant the actual original metaquote mt4? I am somewhat lost, do u mind doing a screen print. After I select that demo server, shld I just logon with my live id and password and get that server ID from my broker to logon to the correct broker server?

pls PM me and I can give ur my skype so that I can share screen w u. The newest trade copier from xxx company will work w v603 (hopefully). In my EM 3mths contest, currently I am placed 50th so I am hopeful since I got another 2 mths to go to get somewhere. Meanwhile EM has started its Mar contest. Thanks a lot.


  • I think I just did Meta-Quotes. You do-not need exact server names.
  • After you select the server, you go Next .. Next ... Next until you have a confirmation that you have a MQ-Demo Account.
  • It'll log you on the MQ-Demo Automatically after the sign-up. It should pretty much be auto from there.
  • You do need to wait for the download to complete by looking in the lower-right-corner of the terminal (the connection icon).
  • Then you'll have to restart the terminal for the changes to take effect.
  • Then you can go View>Navigator ... and select your actual broker from the list of accounts you have.
  • ***Sorry I cannot do a print screen for everything. Hopefully MQ would create an Article on this.



 
i cannot connect with proxy after update ..please help
 
reizamv:
i cannot connect with proxy after update ..please help
What have you tried ?
 
reizamv:
i cannot connect with proxy after update ..please help

Please do not double post: https://www.mql5.com/en/forum/149271/page22#905465
 

Metaquotes has developped a worse implementation than previous mql4 if don´t solve this points.

void OnTesterInit() --> not work

void OnTesterDeInit() --> not work

double OnTester() --> you can´t optimizer by custom, and this does not make much sense

For external calls, windows api, you can only work with unicode strings,

what is the meaning of this change?

 
VabRus:

For external calls, windows api, you can only work with unicode strings, what is the meaning of this change?

If you have no alternative, there are ways of working with old DLLs which use Ansi strings. See https://www.mql5.com/en/forum/149412 and https://www.mql5.com/en/forum/149321

(However, if you are using a DLL of your own, and you don't need to create MQL4 code which works on both v509 and v600, then it's advisable to update your DLL to use Unicode strings.)

 
VabRus:

Metaquotes has developped a worse implementation than previous mql4 if don´t solve this points.

void OnTesterInit() --> not work

void OnTesterDeInit() --> not work

double OnTester() --> you can´t optimizer by custom, and this does not make much sense

For external calls, windows api, you can only work with unicode strings,

what is the meaning of this change?

Do you know what Unicode strings is ?
 
angevoyageur:
Do you know what Unicode strings is ?


Yes, perfectly...

I think isn´t normal Metaquotes developed a new version not supported with previous code.

And with Unicode string you need allocate twice memory than with ansi strings.

And about OnTesterInit(), OnTesterDeInit(), OnTester(), do you know some news?

Thank

 
I can not install my ex4 file in version 4 build 604. Please guide me how to install ex4 file in mt4 ver 4.0 build 604.
 
19720101:
I can not install my ex4 file in version 4 build 604. Please guide me how to install ex4 file in mt4 ver 4.0 build 604.
See if this post helps : https://www.mql5.com/en/forum/149368
Reason: