New API MetaTrader 4 AVAILABLE - page 3

 
Available new version 4.0.0.2.
This installation is zipped and available to download at http://www.itevolution.com.br/tz/files/TZMT4API.zip

Regards,

TradeZone
 
TradeZone:
We did not understand, please more.

Trader and investor login password change.


 int PasswordChange_MT4(string old_password,string new_password);

 int InvestorPasswordChange_MT4(string trader_password,string investor_password); 



 
Thanks for your api. Very good work.
 
igar00 wrote >>

Trader and investor login password change.

int PasswordChange_MT4(string old_password,string new_password);

int InvestorPasswordChange_MT4(string trader_password,string investor_password);

That is possible. Requirement added to a next version.
 

Thank you, it will be great.

Do you think about addon for wealth-lab 4? They have sample adapter at delphi 7.

http://wl4.wealth-lab.com/cgi-bin/WealthLab.DLL/kbase?id=26

http://63.99.108.115/QTAdapterSource.zip

May be for this trade system:

https://forum.mql4.com/ru/14333/page4

 
igar00 wrote >>

Thank you, it will be great.

Do you think about addon for wealth-lab 4? They have sample adapter at delphi 7.

http://wl4.wealth-lab.com/cgi-bin/WealthLab.DLL/kbase?id=26

http://63.99.108.115/QTAdapterSource.zip

May be for this trade system:

'Обмен экспертами'

We think it is possible!

But by now it is not in ours plans.

Regards,

TradeZone

 

Hi, Folks!

We just finished a short MQL4 sample.

Here it's: http://www.itevolution.com.br/tz/files/Short_Sample_MQL4.zip

Best regards and profitable trade!

 

int PingServer_MT4(string ServerName) (-1 no ping)

char GetServerIP_MT4(string ServerName)

if possible...

 
kaisa wrote >>

int PingServer_MT4(string ServerName) (-1 no ping)

char GetServerIP_MT4(string ServerName)

if possible...

Hi Kaisa:

Both are possible. Added to a future version.

Some servers "close" ping advise using bool IsConnected_MT4 (int handle)
Best regards and profitable trade!
 

Hi TradeZone!

1. Ping samples (no password no login only server name or ip)

2. GetServerIP_MT4 return string "111.222.333.444" ip in file ServerName.srv offset 0x00D8

...

3. IPToServerName_MT4("111.222.333.444") ??


best api

Reason: