How to send a push notification when an alert is raised ?

 

Dear All,

 I have an old indicator that I can't modify (I have only the .ex4 file). This indicator raise alerts and what I would like to do is to create an indicator that send a push notification when an alert is raised from the other indicator.

 Do you think it is possible ?

 I know how to send push notifications but I don't know how to intercept the alert creation from the indicator.

 Thanks in advance

 Nicolas 

 

Either you can find from indicator's buffers when the alert is raised.

Or you need to use WINAPI to catch the alert.