How do I get values from different Indicators through the iCustom function.

 
I'm trying to get a values from different arrays in the same indicator but I already have the icustom getting values from a different indicator. I need them both.
 
Coolaid:
I'm trying to get a values from different arrays in the same indicator but I already have the icustom getting values from a different indicator. I need them both.
So use another iCustom() call and use the other Indicator name and the buffer you need . . . you can call many Indicators and all their buffers if you want . . you just need many iCustom() calls.
 
Never mind. I forgot the you include the the index buffer number to select the which buffer/array of the indicator.
 
Thanks Raptor.
Reason: