Grab indicator signal alerts

 

hello

there is a way to grab an indicator alerst to use it within a script?

thanks in advance

regards

 
No. You look at the indicator's buffers. It should have a buffer that corresponds to when the alert occurs.
 
WHRoeder:
No. You look at the indicator's buffers. It should have a buffer that corresponds to when the alert occurs.

hello, thanks for reply

i need access alerts from a ss_arrows.ex4 indicator to use it in my script, i don't have the .mqh source code file, there is anybody who can help?

thanks

regards

 
uncentaur:

hello, thanks for reply

i need access alerts from a ss_arrows.ex4 indicator to use it in my script, i don't have the .mqh source code file, there is anybody who can help?

No.

Figure out when the Alerts occur based on the Indicators buffers . . . read the buffers, replicate the conditions that enable the alerts and implement that in your EA.

 
uncentaur:

hello, thanks for reply

i need access alerts from a ss_arrows.ex4 indicator to use it in my script, i don't have the .mqh source code file, there is anybody who can help?

thanks

regards

You don't have the source code, but you can call it using iCustom() and read all of it's buffers. Then, you should evaluate the buffer data as you would visually to operate.

You can also check if it has internal buffers, that might be useful.

Reason: