Alerts to push notifications?

 
Hello !
I recently found an indicator(.ex4)  that gives Buy/Sell signals as alerts, i want to make an EA to catch those alerts and send them as push notifications to the mobile ?
    If ( alert)  
           SendNotification (alertMessage)

Any help please?

 
Adelazz i want to make an EA to catch those alerts
Can't be done. You must figure out what buffer values and or objects it creates when it sends an alert, and write an indicator to catch those.