mtapi icon indicating copy to clipboard operation
mtapi copied to clipboard

MetaTrader API

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

![image](https://user-images.githubusercontent.com/8991783/31349028-19406402-ad54-11e7-9045-45280d4bdc68.png) per question

question

Hi, I have issues with OrderModify when I want modify Pending orders. For example I want change SellStop on GOLD. `apiclient.OrderModify(order.Ticket, 1300, 0, 0, DateTime.MaxValue);` And I get error 130....

Hi, I'm struggling to get how to use your library. I'm missing documentation comments of public methods, that I'm looking through their usage in your test app. Are you considering...

Hi, is there a method to take the times & trade data ? Or its a enhancement ? ![timesandtradesjpg](https://user-images.githubusercontent.com/33042580/37063762-4bf7f4b6-2179-11e8-8a21-ec61ae8d5b99.JPG)

I keep having this error in a remote server, but when I'm using my own computer, there's no issue.

Even if you change the parameters on the installation for the desired folder, it ends up installint everything in C:\ProgramFiles x86\Mt4Api

bug

Hi, i have aprox 10 trading accounts, and just have a question, about connection all 10 accounts and opening a trade at once in all trading account. do the api...

question

hi @vdemydiuk , I'm seeing MTClient has server name: MtApiService In browser, so I tried to access the WSDL as below after start MtApi expert in mt. http://localhost:8222/MtApiService/Service.svc?WSDL Am I...

question

I am trying to use mtapi with backtest. the backtest is set to use "Every tick". i have this issue with the `UnlockTicks()` , each time that i call it,...

question

i can't find out what is the difference between these two calls. can you elaborate on the difference a little and the purpose of each of them. and more importantly,...

question