I have define the next array

vars Band_Array[50];
int i;
for(i=0;i<50;i++){
Band_Array[i] = series(BandPass(Price,i+10,0.5));
}

It works fine.
The problem is that I dont know how to extract any values from that array like Band_Array[0][1].
Any ideas?

Last edited by Nanitek; 09/25/15 15:44.