Automatically set email/metaquotes ID in mt5 with ea

 

I would like to know where my ea runs,

so is there a way to let the ea send some kind of notification without having to manually add an email adress or metaquotes ID in the settings?

Thanks!

 
  1. Only where you put it; on your machine or on a VPS.
  2. No. If you could, then every EA would be sending data to the same place which is useless.
 
tobqas:

I would like to know where my ea runs,

so is there a way to let the ea send some kind of notification without having to manually add an email adress or metaquotes ID in the settings?

Thanks!

As in ,how many terminals are using your ea at any given time ? 

 
i mean like, if the ea runs on a different computer that i don't know, that i get a notification
 
tobqas:
i mean like, if the ea runs on a different computer that i don't know, that i get a notification

You can have checks in the code ,to send data on a server (maybe possible with ifttt) , if you use a webrequest have a strict " contact Url must exist in the web request urls ,web requests must be allowed or ea does not work" , if you use dll's for the contact, then ea must be allowed DLL execution or it does not work.

Reason: