Skip to content

Simple comunication between NodeJS and MetaTrader(MQL4) experts

Notifications You must be signed in to change notification settings

XC3S/MetaTrade2NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Simple comunication between NodeJS and MetaTrader(MQL4) experts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published