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

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hi, I've installed MtApi.exe on 3 VPS. I get error "cannot load MTConnector.dll" in last Mt4 platform, while two other VPS were ok. What can be wrong in last VPS?...

question

Hello, I am developing mt4 web with php language. And I am researching mt4 php library too long time. Can you suggest me for any php library for mt4. Thanks

Сделал простую программу для тестов MtApi. После подключения раз в 5 секунд по таймеру получаю OrdersTotal(). Сначала все принимается корректно. Примерно через минуту работы получаю: MtApi.MtConnectionException: Client is not connected....

question

This PR will add support for .Net Core on the client side (for MtApi5) as requested in #134. Contract files are linked from `MtApiService` to prevent duplicated code. Only duplicated...

This PR will add [TesterDeposit](https://www.mql5.com/en/docs/common/testerdeposit) and [TesterWithdrawal](https://www.mql5.com/en/docs/common/testerwithdrawal) methods for backtesting.

When using iCustom with parameter array 2147483647 is returned however if I use the method that doesnt take a parameter array I get the correct returned value, it is then...

Hello. I have followed each of the instructions step by step, and despite this I cannot connect. I always get the connection status: Mt5ConnectionState.Failed ` static readonly EventWaitHandle _connnectionWaiter =...

### Situation: When running backtesting on MtApi5 with multiple symbols optimization mode, once the last tick of a symbol within the date-range is proceeded, MtApi5 will stay frozen. No connection/command...