You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the nice and useful project .
I can connect using localhost and port . but i can connect using the login and password and broker ip .
And the second question is what is the fastest wat to get quote and send orders on mt ???
Thanks in advance .
The text was updated successfully, but these errors were encountered:
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 with MT servers directly.
you can use event QuoteUpdate to receive updates of quotes and function OrderSend to place orders.
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 port defined in MT API expert.
Thanks for the nice and useful project .
I can connect using localhost and port . but i can connect using the login and password and broker ip .
And the second question is what is the fastest wat to get quote and send orders on mt ???
Thanks in advance .
The text was updated successfully, but these errors were encountered: