Indicators data usage as an input for other tools

 

I have found how to use indicators data in the cases, when indicators are manage to fill data arrays.

But lot of the indicators are just draw their output on the chart and don't fill these arrays. And when I say "they don't fill" I mean that I don't see any data in the "Data Window", so I suppose that it just wasn't filled.

Is there any other way to get the output values of the indicator from code?

 
  1. Nothing in the Data Window means it doesn't use buffers, and you can't use iCustom.
  2. You will have to find out what objects it creates, their naming pattern, and read the objects.
Reason: