Select the buffers of an indicator programatically ?

 

i am trying to use an indicator  in my EA  via iCustom  the indicator has 8 total buffer , each buffer shows a line and these 8 lines cross Each other every now and then 
now the problem i am facing is if i select these buffers via iCustom for each cross then i will need to call that specific buffer , which means i will need to call the function for every cross 

Example :

buffer 0 : Blue line
buffer 1 : Green line 
buffer 2 : Red line 
buffer 3 : Orange line
buffer 4 : Purple  line
buffer 5 : Yellow line 
buffer 6 : white line
buffer 7 :  Teal Line


now lets say i want the ea to pick up each and every cross , ie; blue crosses over green , red , orange , purple , yellow, white , teal  and then for green line same drill to pick up the green cross on all other lines , and same for all other lines.

doing this via iCustom call for indicator for every single buffer is too much work... is there any way to shorten the procedure ?