Hi Guys...
I have a problem in my EA..
my new Indicator returns 2buffers, one for buy and one for sell, and I have an EA that works with other indicators.
My problem starts when my new indicator returns buffers which uses for example [i-ii] (ExtBuffer1[i-ii] && ExtBuffer2[i-ii]).. I defined an integer names ii that happen in future([i - ii]).. it seems EA cant see buffers, because it happens in future, my indicator works well, but it seems when i put the indicator in EA (with icustom), it cant see buffers. my indicator does not have any parameters.. i attach my EA..
I have a problem in my EA..
my new Indicator returns 2buffers, one for buy and one for sell, and I have an EA that works with other indicators.
My problem starts when my new indicator returns buffers which uses for example [i-ii] (ExtBuffer1[i-ii] && ExtBuffer2[i-ii]).. I defined an integer names ii that happen in future([i - ii]).. it seems EA cant see buffers, because it happens in future, my indicator works well, but it seems when i put the indicator in EA (with icustom), it cant see buffers. my indicator does not have any parameters.. i attach my EA..