sending messages to the cell phone using EA

 
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?
 
angreeee:
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 

 
If it is possible and some one describe the way then it will be very helpful. I am waiting ...........
 
doshur:

email - use sendmail

sms - use a 3rd party gateway

notification - mt5 id 

hi; can you please some explain about it ?

thank you.

 
TIMisthebest:

hi; can you please some explain about it ?

thank you.

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 

 
angreeee:
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. 

 
doshur:

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 

thank you.
 

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. 

Reason: