- Indicators with alerts/signal
- Is it possible to access push notifications on cell phone from EA?
- Code to send email alerts when closed trades...
is it possible to send something (like a text, alert) on the cell phone with mt5? The MT5 terminal is sending information on transactions, but Alerts from the scripts/EA is not passed through. Is it even possible?
email - use sendmail
sms - use a 3rd party gateway
notification - mt5 id
hi; can you please some explain about it ?
thank you.
is it possible to send something (like a text, alert) on the cell phone with mt5? The MT5 terminal is sending information on transactions, but Alerts from the scripts/EA is not passed through. Is it even possible?
Try to use it: SendNotification .
Note:
Strict use restrictions are set for the SendNotification() function: no more than 2 calls per second and not more than 10 calls per minute. Monitoring the frequency of use is dynamic. The function can be disabled in case of the restriction violation.
for the sms gateway, you got to pay for every sms sent out
for me, in Singapore, I uses a sms gateway to send out sms in my applications
their API is over web interface, http protocol
so your EA can post to the http api to send sms
sendNotification is a great option really
thks so much
Hello,
No need to pay for a 3rd party service to send SMS notification. You can do it for free
See how here: How to Configure Alerts and Notifications in MetaTrader (earnforex.com)
Once you make the above configuration, you can send SMS simply by using the SendNotification function. It's up to you to code when you want to call this method.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use