新しいAPI MetaTrader 4が利用可能になりました。 - ページ 3

 
利用可能な新しいバージョン4.0.0.2。
このインストールはzip圧縮されており、http://www.itevolution.com.br/tz/files/TZMT4API.zip からダウンロードできます。

Regards

トレードゾーン
 
TradeZone:
わからなかったので、もっとお願いします。

トレーダー、投資家のログインパスワード変更


int PasswordChange_MT4(string old_password,string new_password);

int InvestorPasswordChange_MT4(string trader_password,string investor_password);



 
apiをありがとうございます。非常に良い仕事です。
 
igar00 wrote>>

トレーダー、投資家のログインパスワード変更

int PasswordChange_MT4(string old_password,string new_password);

int InvestorPasswordChange_MT4(string trader_password,string investor_password);

可能です。次のバージョンに要件を追加しました。
 

ありがとうございます。

wealth-lab4用のアドオンは考えていますか?delphi7でサンプルアダプタがあるそうです。

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

http://63.99.108.115/QTAdapterSource.zip

このトレードシステム用かもしれません。

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

 
igar00 wrote>>

ありがとうございます。

wealth-lab4用のアドオンは考えていますか?delphi7でサンプルアダプタがあるそうです。

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

http://63.99.108.115/QTAdapterSource.zip

このトレードシステムには使えるかもしれません。

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

可能だと思います!

しかし、今のところ私たちの計画にはありません。

リーズ

トレードゾーン

 

皆さん、こんにちは。

MQL4の短いサンプルを完成させました。

こちらです: http://www.itevolution.com.br/tz/files/Short_Sample_MQL4.zip

よろしくお願いします!そして有益な取引をしてください

 

int PingServer_MT4(string ServerName) (-1 pingなし)

char GetServerIP_MT4(string ServerName)

可能なら

 
kaisa wrote>>

int PingServer_MT4(string ServerName) (-1 pingなし)

char GetServerIP_MT4(string ServerName)

可能であれば...

Kaisaさん、こんにちは。

どちらも可能です。将来のバージョンに追加されます。

一部のサーバーでは、bool IsConnected_MT4 (int handle) を使って ping アドバイスを「閉じる」ことができます。
よろしくお願いします、そして有益な取引をしてください
 

TradeZoneさん、こんにちは。

1.Pingサンプル(パスワードなし ログインなし サーバ名またはipのみ)

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

...

3.IPToServerName_MT4("111.222.333.444") ??


最高のAPI