Data from Proprietary Indicators (e.g. visible in the Data Window)

 

Hi All,

I'm a newbie MQL4 developer and want to write an EA which amongst other things, would be able to access the current data value of a proprietary Indicator.

I stress it's JUST the Indicator's current value that I need at EA execution time (as can be seen in the Indicator's window on the chart, or in the Data Window). I have positively NO desire nor intention whatsoever to decompile the Indicator - only to be able to capture its visible output values from within my own EA.

Does anyone know of some function or utility that would enable this?

Thanks for any helpful feedback.

 

iCustom()

see the manual.

 
7bit:

iCustom()

see the manual.


Thanks 7bit, I'll check it out.

Reason: