Giulio Falorsi:
Hello, I'm new in mql programming.
I wanted to create a mql4 script that return the opened orders of an EA and communicate that information to an external server.
I've no idea on how to start, can anyone help me ? Thanks
what do you mean with ' external server ' ?
Giulio Falorsi:
Hello, I'm new in mql programming.
I wanted to create a mql4 script that return the opened orders of an EA and communicate that information to an external server.
I've no idea on how to start, can anyone help me ? Thanks
Assuming you have prior programming experience, then the functionality you're looking for is WebRequest, although I'm not sure if you can attach a file with it.
Documentation on MQL5: Network Functions / WebRequest
- www.mql5.com
WebRequest - Network Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
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
Hello, I'm new in mql programming.
I wanted to create a mql4 script that return the opened orders of an EA and communicate that information to an external server.
I've no idea on how to start, can anyone help me ? Thanks