Category: MT5

MT5 Manager gRPC example for NodeJS

Methods browser MT5 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 static code generation in the typescript example. Run an example: node app.js After that you can run this simple example: 'use…
Read more

MT5 gRPC Client NodeJS example

Methods browser MT5 proto file You need npm installed Ready to run example This example has a dynamic code generation You can find satic code generation in the typescript example. Run install packages installation: npm install Run an example node app.js 'use strict'; const PROTO_PATH = __dirname + '/mt5.proto'; const grpc = require('@grpc/grpc-js'); const protoLoader…
Read more