Forum

I want to be able to turn off an EA under certain circumstances.

How can you code an EA to turn itself off say after it has exited all trades? Thanks C

Decryption of a data source in an EA...

Hi Everyone. I am developing an EA that is to accept encrypted strings and then decrypt whilst running. Is there a library or dll out there that is freely available that I can call to perform the decryption? Thanks in advance. C

Is there a way to call a url to get information for an EA during run time?

I have this idea where I want the EA to call a url to get a string to parse for operation of the EA... is there a way to do this in MQL? Thanks C

A Question Regarding Strategy Tests...

I see that when I am running tests at the end the open orders are stopped out... sometimes these orders are -ve and of course that affects the final result significantly. Instead of closing out those orders is there a way to set MetaTrader to keep those orders open rather than stop them? Cheers C

Pointers Please.... want to email Daily Totals to myself from VPS

Hi All! I want to be able to email the daily results to myself from my vps running MT4. Is this possible and can someone point me in some coding direction? Excuse me for being so noob. C