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

How do I pull the closing price of a trade when it is no longer open using its order reference?

question

Hi, I would like to know how to get the history profit record that I have made in the pass. I have try the example MtApi5TestClient but it seems only...

question

I can't use the indicators. I really don't understand the return. For example I used iMACD and it returned an int value of 10 but what does it mean? Do...

question

when I use the ChangeAccount method , it's works well but it can't get login message , so we won't be able to know the result of the login, especially...

enhancement

at log4net.Core.LoggerManager.GetRepository(Assembly repositoryAssembly) at log4net.LogManager.GetRepository() at MTApiService.LogConfigurator.Setup(String profileName) at MtApi5.MtApi5Client..ctor() at Forex.Services.QueryService..ctor() in D:\Test\Forex.EA\Forex.Services\QueryService.cs:line 19 at lambda_method(Closure , Object[] ) at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate() in C:\projects\autofac\src\Autofac\Core\Activators\Reflection\ConstructorParameterBinding.cs:line 127 The newest version MtApi5 installation...

question

Add function ErrorDescription like MtApi (MT4).

enhancement

Hello, This is just a question. If 2 independent thread, connecting the the same mtapiclient on the same port. Is that possible, or is it, only 1 port pr thread...

question

Hi, I want to ask. Can I monitor order changes? (like modified Take Profit and Stop Loss) In sample I only see when order opened and closed. Thanks.

question

The Method **ObjectCreate** in the class **MtApi5Client** is missing a second anchor point. Without a second anchor point some objects might not be possible to draw (like a trend ENUM_OBJECT.OBJ_TREND)....

enhancement

I don't know how easy this would be... both to implement and for the user to use it, but... Do you think it would be possible to have batch requests...