How to link the MT4 (PC) with my android phone..? to get any notification from MT4 through the phone.

 

emails when my account takes a trade‌
https://www.mql5.com/en/forum/171346 

----------------

Experts: Mail All Order Status Periodically
https://www.mql5.com/en/forum/34775#comment_3849164 

----------------

MetaTrader 4 Help → Client Terminal Settings → Notifications

----------------

MetaTrader 4 Help → Client Terminal Settings → Email

----------------

emails when my account takes a trade
emails when my account takes a trade
  • 2017.03.01
  • www.mql5.com
Hello guys, ‌Is it possible that MT5 send me an email to my private emailadres, when my account makes a trade...
 
Sergey Golubev:

emails when my account takes a trade‌
https://www.mql5.com/en/forum/171346 

----------------

Experts: Mail All Order Status Periodically
https://www.mql5.com/en/forum/34775#comment_3849164 

----------------

MetaTrader 4 Help → Client Terminal Settings → Notifications

----------------

MetaTrader 4 Help → Client Terminal Settings → Email

----------------

so..any signal triggered will pop-up on my phone??...its great to doing chart monitoring
 
Ally:
so..any signal triggered will pop-up on my phone??...its great to doing chart monitoring

I just collected everything which may be related to your question.
You can go through the links to select your possible decision for example.

 
Ally:
so..any signal triggered will pop-up on my phone??...its great to doing chart monitoring
I already matching using the MQID,but only the events pop-up on the phone..I mean,how to popup the notification if my signal triggered.please ;)
 
Sergey Golubev:

I just collected everything which may be related to your question.
You can go through the links to select your possible decision for example.

TQ serge ;)
 
Ally:
I already matching using the MQID,but only the events pop-up on the phone..I mean,how to popup the notification if my signal triggered.please ;)

If the signal is from an EA or indicator, it would have to be coded to send a notification.

 
Keith Watford:

If the signal is from an EA or indicator, it would have to be coded to send a notification.

tq keith.I have to find the way to coded them actually.But I've no idea 
 
Ally:
tq keith.I have to find the way to coded them actually.But I've no idea 

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

This works for MQL4 or MQL5 code.

You have to set up a Metaquotes ID for the phone.

Documentation on MQL5: Common Functions / SendNotification
Documentation on MQL5: Common Functions / SendNotification
  • www.mql5.com
true if a notification has been successfully sent from the terminal; in case of failure returns false. When checking after a failed push of notification, GetLastError () may return one of the following errors: Strict use restrictions are set for...
Reason: