Open order of an EA and communicate to an external source

 

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

 
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.

https://www.mql5.com/en/docs/network/webrequest

Documentation on MQL5: Network Functions / WebRequest
Documentation on MQL5: Network Functions / WebRequest
  • www.mql5.com
WebRequest - Network Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Reason: