All Projects → XC3S → MetaTrade2NodeJS

XC3S / MetaTrade2NodeJS

Licence: other
Simple comunication between NodeJS and MetaTrader(MQL4) experts

Programming Languages

MQL4
33 projects
javascript
184084 projects - #8 most used programming language

MetaTrade2NodeJS

Connect your MQL experts with and external API. In this Example based on Express.js

Setup

  • execute "npm install" inside the project directory
  • start the server using "npm start"
  • copy TradingAPI.mq4 to your other experts (somewhere under AppData)
  • use the strategietester or add the expert to a chart and you should see the following

alt text

alt text

Troubleshoting

Error 4060

Allow your Expert to connect with your URL
MetaTrader -> Extras -> Optionen -> Experten
1. allow Webrequests
2. add "http://localhost"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].