Converting email instructions to mql4 to buy or sell

 

Hi I jut wonder if this is possible. I receive an email from another party that says "buy eur/usd has potential to rise" now  is it possible  to download this message to my ea (or using any other methodology), and let my ea buy according to that instruction?  In other words, can i programme in mql4 to convert certain words from an email to trade? 

Many thanks?

 
  1. Don't double post           General rules and best pratices of the Forum. - General - MQL5 programming forum

  2. Of course it's possible. You have to arrange to read from an email in your mail program, or read from a email server, and either output to a file that the EA can read or send a message to the EA (Quick Channel/Named pipes/etc.)
Reason: