mtapi icon indicating copy to clipboard operation
mtapi copied to clipboard

MetaTrader API

Results 92 mtapi issues
Sort by recently updated
recently updated
newest added

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

question

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.

question

Hi, How can i get the Market Status? That Market is Open or Close? Thanks

question

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

question

testing error ![qq 20180909170935](https://user-images.githubusercontent.com/42270303/45262945-418f5d80-b453-11e8-8a78-70f1fa6c8b83.png)

Where can I find that function? searched the whole MtApiClient but to no avail... code example would be appreciated.

question

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

question

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

enhancement

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