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

Hey I can't see in api option for adding quotes how can I doo that ? I saw that I can handle adding quote but how to add them ?...

question

Is it possible to add sync bool Connect function to MtApi5? Priority is Lowest as soon we always can use AsyncConnect, but sync may be useful sometimes. The behavior may...

enhancement

Hi. This is not really a bug, but more of a feature request. I came over a little quirk when it comes to debugging the EA in Visual Studio. I...

enhancement

Hi dear i got this error in your sample MT5 application : Failed connection to localhost:8222. Connection failed to service. There was no endpoint listening at net.pipe://localhost/MtApiService_8222 that could accept...

Hi, Is this project still active?

Hi, The expert is run on the terminal in the VPS. But my source code doesn't connect to it! _apiClientMarket.BeginConnect("XX.XX.XX.XX",2626); please guide me

``` string symbol = "OIL.WTI+"; var itimeshift = apiClient.iTime(symbol, ChartPeriod.PERIOD_M1,0); .... var iTimeArray = apiClient.iTimeArray(symbol, ChartPeriod.PERIOD_M1); ``` Metatrader 4. I try get history of data, but both functions does not...

How to close a hedging account position on mt5

Hi dear, How I can attach mtapi to chart automatically? Is any way to do that? For example when I want to open chart window at metatrader via command, mtapi...