Vyacheslav Demidyuk

Results 83 comments of Vyacheslav Demidyuk

I have created group chat. You can find the link in Telegram channel.

Hi. There are two examples in folder \TestClients of repository: - TestApiClientUI - example for MtApi (MT4) - MtApi5TestClient - example for MtApi (MT5). Also you can use MQL documents...

@zemuss yes, it will be great if you help in implementations.

Unfortunately, MQL4 does not have order events like MQL5. I have implemented trade monitors in MtApi [MT4]: TimeframeTradeMonitor, TimerTradeMonitor. But they are looking for created and closed orders only. If...

Hi, Thank you very much for feedback. I will use your code and will try to make similar solution to check state of function ChangeAccount.

I made some updates in readme. I will fill more information about project time to time.

Use function public string SymbolInfoString(string name, ENUM_SYMBOL_INFO_STRING propId) with parameter propId = ENUM_SYMBOL_INFO_STRING.SYMBOL_PATH

Hello. I am not sure that I have understood you correct about optimization tests. Do you want to test your own C# EA using MtApi? If yes, you will have...

Installer of MtApi doing several steps during setup and two steps are very major for working API under MT terminal: 1) install MTConnector.dll into windows system folder. 2) install MTApiService.dll...

Ok. I will add this function in the next release soon.