send email with .exe custom indicator

 

Hello,

I have browsed the website and I see a lot of posts to explain how is it possible to send message when conditions of custom indicator (.mq4) are executed

but my problem is a little bit more difficult : I can ' t modify the indicator because is crypted with format .exe


I have found on option tool / event that you may change change the alert : when a window opens that will not generate a wave but an executable file.

But I wonder how do create this program aims to send an email.


Thanks in advance.


Fred

 
fredofrompaca:

Hello,

I have browsed the website and I see a lot of posts to explain how is it possible to send message when conditions of custom indicator (.mq4) are executed

but my problem is a little bit more difficult : I can ' t modify the indicator because is crypted with format .exe

Create your own Indicator that accesses the compiled Indicator buffer data via iCustom() then when the condition exist that you are looking for you can send an email using SendMail()
Reason: