exactly how is email alert triggered in mt4? via sendEmail() in my indicator source code or in mt4 email prefs ?
How else would you think a send would occur?
Please do not discuss decompiling code here.
If you want an email alert when your indicator shows a signal and uses buffers, you could write another indicator that uses iCustom to read the buffer and send the alert.
If it uses objects on the chart, you could check the chart objects.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have set up standard email smtp in my mt4.
smtp.gmail.com, my gmail acc, my gmail pwd.
I hit test - it does work.
Now I have my indicator which does not have sendEmail() alert in source code. Does it mean my indicator will not send any email alerts?
Do I still have to call sendEmail() function inside my indicator source code?