Capture alert signals from the mt4 Indicator in real time

 
I would like to capture the alert information for my indicator
In real time !
I was thinking of capturing by / MQL4 / Logs but I saw that they are not inserted in real time,
does anyone have any idea if there is a possibility to do it via webrequest?

Thank you very much
 

If you had used this you would have found the answer is: no, you can not capture alerts.

 
You need to read out the indicator buffers with iCustom and derive the alert conditions from these values.
Reason: