Android mobile push not working

 

Hey 

On the desktop MQL4 App I set the message ID under notifications and test, this sends a message successfully to my MQL4 App. I add my EA to the chart, see alerts being triggered on the desktop, but nothing is sent to my phone. Also tried sending to MQL5 mobile app, same result.

Please help.

Thanks

 
jfash: Hey 

On the desktop MQL4 App I set the message ID under notifications and test, this sends a message successfully to my MQL4 App. I add my EA to the chart, see alerts being triggered on the desktop, but nothing is sent to my phone. Also tried sending to MQL5 mobile app, same result. Please help. Thanks

It will not just send every alert automatically. The EA must actively send the notification using the SendNotification() function. If the EA does not do that, then you will not receive any notification messages.
Reason: