Integration with nodejs

 
Hi all,

 I'm now trying to integrate my bot developed in nodejs with MetaTrader5. 
I could install the npm package called  mql5-connector-js but I don't know what to do in the MT5 side to make all features work. 

Has anyone done this before? 

Thank you. 
 

Even if the question seems a bit outdated, I'm posting the answer for those who may be insterested.

As it's stated in the mql5-connector-js readme, the interconnection requires mql5-connector to be installed on MT5 - the only problem here is that the link for mql5-connector is broken, but it's searchable on GitHub.

Everything is (supposed to be) working via a local zeromq server.

GitHub - Mukachi/mql5-connector: Mql5 connector is program to access MT5 algorithmic trading from other languages
  • Mukachi
  • github.com
This program is an interface between mql5 and other programming languages to trade or analyse data or algorithmic trading from other languages to mt5. This program helps you to access all of the functionality of mql5 api's. : This program uses zeromq. If any problem happens then checkout the github link of zeromq here