Vyacheslav Demidyuk

Results 83 comments of Vyacheslav Demidyuk

MtApi5Client has async function BeginConnect. For correct using the API you need to subscribe on event ConnectionStateChanged to get state of connection. When you receive state Mt5ConnectionState.Connected then you can...

Good point. We need to think how it can be implemented without back capability broken.

@mbochmann Excellent. I think your solution can be used as temporary fix for migration from double to decimal.

Hi. 1) MtApi is API-bridge between MT terminal and user's .NET application. It is loaded into MT terminal via MQL expert. This is major limitation of MtApi. It can't work...

Hi @masouddargi . You can create several MtApi clients in the .net application that you will connect with several terminals. If terminals runs on one PC you can use different...

Hi, I am not sure that MQL (and MtApi) has functions to check Market Status. I have looked for existing solutions in MQL forums and found discussion of this: https://www.mql5.com/en/forum/140033...

Hi paolobriones. In my opinion, you have entered wrong paramentes for function OrderSend. Please check all field that Christian has shown in his comment before.

@eabase please make PR into dev branch. I will merge it into master from dev.

Yes, some functions are marked as obsolete and they have another implementation for using in the applications. I think there is a time to remove them from the API after...

MtApi does not have any restrictions of installations on different PC. The problem can be in different environment of VPS or values of MetaTrader parameters. Have you set parameter "Allow...