Indy to display numbers on seperate window??? - page 2

 

here is the indy i want t get the values from...I can handle havng the comments on the chart window...thats fine but when i try a iCustom on this indy it wont return any values...


here is how I tried it. :


  min108 = iCustom(Symbol(),PERIOD_M1,"8376-better-murray-math-mm-levels",64,0,2,0);
   min188 = iCustom(Symbol(),PERIOD_M1,"8376-better-murray-math-mm-levels",64,0,10,0);


I thought this would return the values of the 2nd and 10th buffer on the indy ...and so return the values for the 0/8 and 8/8 horizontal lines...

but no go! any one know what im doing wrong?


i was also surprised to see over 10 buffers as I always thought that 8 was the max buffers per indicator but this indy draws more that 8 lines and has 12 buffers


ive attached the indy

Reason: