Christian

Results 36 comments of Christian

Do you have the same problems with the Test Client? (MtApi5TestClient.exe)

> > > 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...

Hi , Same environment, works. Did you double-click on qoute before ordersend? ![grafik](https://user-images.githubusercontent.com/17534012/48084887-2fcefa00-e1f9-11e8-89d3-d84ab573ec5a.png) Without there ist no symbol ![grafik](https://user-images.githubusercontent.com/17534012/48084973-5b51e480-e1f9-11e8-8b1e-b8fc8e87f9df.png)

This is not a error. It's just a compiler warning. The developer has marked these features as obsolete. You can ignore or disable the warning.

I mean that Metaqoutes does not yet provide a function for MQL5 so far.

> > > @lazou Hi. > First of all I want to say thank you for your help in support MtApi. > > I would like to ask you to...

There is no Python-API Python loads the .NET Assambly MtApi5.dll via the package pythonnet

You can use OrderSendAsync instead of OrderSend. [MtApi5 OrderSendAsync ](https://github.com/vdemydiuk/mtapi/blob/88dfa8477648078cc4615ecd461ba85a9d5347ea/MtApi5/MtApi5Client.cs#L157) [MQL5 OrderSendAsync ](https://www.mql5.com/en/docs/trading/ordersendasync) This reduces response time But then you have to check if the order was placed correctly on...

To find the error it is necessary to create an example. This example should generate the error.