
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
In MetaTrader 5 I write data to a socket like MQL5 Document example in an Expert Advisors and the data sent to a Node.js TCP server like a charm. But MetaTrader cannot get the response. I don't know what's wrong. If anyone can advise on this.
MQL5 Expert code:
This Expert contains two methods to send and get data over the socket. HTTPSend Write data to socket and HTTPRecvRead server response and get data from the socket but this method return false and this message Failed to get a response, error 5275.
Node.js server code: