SetIndexBuffer - page 2

 
ckmoied:

Viffer, I agree with you on the copyright stuff. Don't know how to remove it from my post now?

On the buffer thing, the indicator has six buffers and none of them passes the buy/sell values. All i can get is the buy/sell signal, but on a 4H candle when does the signal come is not known. Also the price for buy/sell is not known. like the buy price is shown on the chart, it doesn't come out of the buffers. The indicator does all that internally through objectcreate stuff. So the indicator needs to be coded as an EA. Please comment if thats right.

If the values you want are not shown in the data window then you won't be able to use iCustom to grab them. You would probably need to re create the code as an EA. To answer your original question, you can't use indicator buffers in EA's. you would need to create arrays.

V