| / | Forum |
|
TradeZone
2008.08.25 18:30
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 |
|
igar00
2008.08.25 19:30
Trader and investor login password change. int PasswordChange_MT4(string old_password,string new_password); int InvestorPasswordChange_MT4(string trader_password,string investor_password);
|
|
kaisa
2008.08.25 19:35
Thanks for your api. Very good work.
|
|
TradeZone
2008.08.25 19:57
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. |
|
igar00
2008.08.25 20:27
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: http://forum.mql4.com/ru/14333/page4 |
|
TradeZone
2008.08.27 17:30
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
2008.08.28 18:41
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! |
|
kaisa
2008.08.29 09:54
int PingServer_MT4(string ServerName) (-1 no ping) char GetServerIP_MT4(string ServerName) if possible... |
|
TradeZone
2008.08.29 16:55
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! |
|
kaisa
2008.08.30 07:49
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
|