Month: December 2023

MT5 manager gRPC API dot net client example

API methods browser MT5 manager proto file Install dot net 6 SDK to run an example This example has a dynamic client libraries generation provided by grpc tools nuget. Once you run a dotnet build command, libraries would be generated in the bin/debug/net6.0 folder. You can use a reference to it in you code. Input…
Read more

MT4 manager gRPC API dot net client example

API methods browser MT4 manager proto file Install dot net 6 SDK to run an example This example has a dynamic client libraries generation provided by grpc tools nuget. Once you run a dotnet build command, libraries would be generated in the bin/debug/net6.0 folder. You can use a reference to it in you code. Input…
Read more

MT5 manager gRPC client Java example

API methods browser MT5 manager proto file Install before run an example JAVA JDK open JDK 21.0.1 is recommended MAVEN plugin Do maven clean installation with extended debug info. It generates libraries with stubs we need for method invocation. mvn clean install -X Clases were generated: If you need generated classes separately from the example…
Read more

MT4 manager gRPC client Java example

API methods browser MT4 manager proto file Install before run an example JAVA JDK open JDK 21.0.1 is recommended MAVEN plugin Do maven clean installation with extended debug info. It generates libraries with stubs we need for method invocation. mvn clean install -X Before: After. Clases were generated: If you need generated classes separately from…
Read more

MT4 manager gRPC NodeJS example

API methods browser MT4 manager proto file You need npm installed Ready to run example Run install packages installation: npm install Input your server credentials This example has a dynamic code generation You can find satic code generation in the typescript example. Run an example: node app.js The script: 'use strict'; const PROTO_PATH = __dirname…
Read more