How do I send php order to mt4

 

Is it possible to send an OrderSend from a php script to an EA loaded on MT4?

Not sure what to Google for to find the right info. Any ideas?

 
You can't send data to script/EA. The EA must pull data and open the orders.
 
whroeder1:
You can't send data to script/EA. The EA must pull data and open the orders.

Where can I find info on how to pull the data? I know hot to send from EA to php and MySQL. But not the other way.

 
You "know hot to send" to php? then do you hot know how to get the reply/result?
 
Yes. It can.
 
whroeder1:
You "know hot to send" to php? then do you hot know how to get the reply/result?

Well, I have never had an EA fetching data. So it's just about having a GET command in the EA and it will work?

So then it can check for something every tick or whatever I set?

Reason: