The discussion group for Node.js group. You can feel free to share your findings and to also ask questions here.
GitHub: https://github.com/PenguinTraders/MT4-Node.js
lohnere joined the group
Node.js + MQL4 Development 6 years, 4 months agoryuu joined the group
Node.js + MQL4 Development 6 years, 8 months agozemuss posted an update in the group
Node.js + MQL4 Development 6 years, 11 months agoHas anyone used Node.js to build a way to enter orders into MT4?
zemuss joined the group
Node.js + MQL4 Development 6 years, 11 months agoGildedLining joined the group
Node.js + MQL4 Development 6 years, 11 months agoismail marzuqi joined the group
Node.js + MQL4 Development 7 years, 4 months agodespacito posted an update in the group
Node.js + MQL4 Development 8 years, 6 months agoHi Saver0,
Great work here. I try to play with NodeJs + MariaDB (mysql family) and it works (after i mode some modification of “NodeJs Mysql connection example” post. I can see the oscillator as result of your indicator at MT4 using your NodeJs server script + MT4 http connection (downloaded from github). I want to try to create something in…[Read more]zonquan joined the group
Node.js + MQL4 Development 8 years, 7 months agodespacito joined the group
Node.js + MQL4 Development 8 years, 8 months agohusonchiu joined the group
Node.js + MQL4 Development 9 years, 1 month agothomas joined the group
Node.js + MQL4 Development 9 years, 2 months agoh3nsky joined the group
Node.js + MQL4 Development 9 years, 2 months agohems posted an update in the group
Node.js + MQL4 Development 9 years, 7 months agoI’m trying to figure out a way to have some sort of bi-directional communication between node.js and MT4.
First goals:
– List open positions and orders and make them available to my node.js application
– Be able to close positions and cancel orders from node.js
– Fetch current balance from accountSecond goals:
– On every new bar for a…[Read more]hems joined the group
Node.js + MQL4 Development 9 years, 7 months agohappy20** joined the group
Node.js + MQL4 Development 9 years, 11 months agomoon joined the group
Node.js + MQL4 Development 10 years, 2 months agoMurat Duman joined the group
Node.js + MQL4 Development 10 years, 5 months agoUradon Keeryder joined the group
Node.js + MQL4 Development 10 years, 5 months agoeliab posted an update in the group
Node.js + MQL4 Development 10 years, 5 months agoam trying to connect to phpadmin mysql db with node.is……. but all I still get is error….I have installed python and xampp… pls what do I do?
You have to use a node.js library to connect to mysql.
A very recommended library is: http://docs.sequelizejs.com/en/v3/
good luck!

eliab joined the group
Node.js + MQL4 Development 10 years, 5 months ago- Load More
Sorry for the delay. I have actually done this and it worked out perfectly. Start small
If you can send data back and forth, then you can translate those into MT4 functions that run based on the data. Let me know if you get stuck and I will try to help.
Hi Saver0 ,
I hope you are fine.
I would like to have your idea on something .
I am building my own software for copy trading with MQL4 . I already finished . My question is related to the way the communication is done. I used HTTP connection with the event OnTimer() via a webrequest to an php API. Each time ( every second) I make a webrequest to…[Read more]