How to send "Push Notification" to mobile terminal using a stand-alone executable?

 

MQ offers "Push Notification" service to send messages to mobile terminal from PC terminal and to send some MQL5 community account-related messages.

To aggregate terminal-related notifications, I want to send custom notifications from PC executables and WebService scripts to mobile terminal, so I want to know if:

  1. If it is allowed to use "Push Notification" service, by sending a request to the service URL, inside acceptable usage as indicated by documentation: "no more than 2 calls per second and not more than 10 calls per minute".
  2. If allowed, what is the hash algorithm of the signature generation, and what are the required parameters?
 

I think you have to install a mobil terminal on you cell phone.

Read this here: https://www.mql5.com/en/articles/476

MetaQuotes ID in MetaTrader Mobile Terminal
MetaQuotes ID in MetaTrader Mobile Terminal
  • www.mql5.com
Android and iOS powered devices offer us many features we do not even know about. One of these features is push notifications allowing us to receive personal messages, regardless of our phone number or mobile network operator. MetaTrader mobile terminal already can receive such messages right from your trading robot. You should only know...
 
Carl Schreiber:

I think you have to install a mobil terminal on you cell phone.

Read this here: https://www.mql5.com/en/articles/476

Sure, I have already installed mobile terminal, and receiving push notifications, but I want to send notifications not only by SendNotification function of MQL, but through my Windows App as well.

 
I believe if MQ exposes the notification API for public use, the feature makes the mobile terminal more useful, so developers can integrate it with different online services.
 

All you folks out there in the past or in the future ..This  is  what uve been lookin for

https://www.mql5.com/en/docs/network/sendmail

https://www.mql5.com/en/docs/network/sendnotification

Documentation on MQL5: Network Functions / SendMail
Documentation on MQL5: Network Functions / SendMail
  • www.mql5.com
SendMail - Network Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
Mohammad Hossein Sadeghi #:
I believe if MQ exposes the notification API for public use, the feature makes the mobile terminal more useful, so developers can integrate it with different online services.

well obviously they know about these functions. read again.

they want to send notifications without using these functions outside of MetaTrader