mtapi
mtapi copied to clipboard
MetaTrader API
Hello, I am unable to connect to MT5 Client using the following code: MtApi5Client mtClient = new MtApi5Client(); mtClient.BeginConnect(8228); Is there something missing? Is there any way to get connection...
What is the right way to call iCustom with different parameter types, i.e. a mixture of ints, doubles and strings? Please can you give me an example. Many thanks.
Hi, How can i get the Market Status? That Market is Open or Close? Thanks
Hi, In apiClient_ConnectionStateChanged, When ConnectionState is Connected, i open a position Now, I want after Send Order successfully Redirect to another page I programming with ASP.net C# Thanks
testing error 
Where can I find that function? searched the whole MtApiClient but to no avail... code example would be appreciated.
Hello thanks for your shared , you are very kind. I am wondering if i have use this mtapi to get real time data from bitmex ? will be nice...
Matlab can not save .NET data types. At least not at the moment. The only way is to serialize the data types. Unfortunately, the "SerializableAttribute" is not set for the...
Hello, Has it ever happened that after a while the commands sent to MetaTrader take more and more time to execute? Normally I leave my program running for days and...