I would like to create an EA bassed on the 18_28cross indior (attached) http://codebase.mql4.com/2755

I used the next statements to get the worth of the 2 buffers of the indiors but they did not return expected value.

Double crossup = iCustom(NULL, 0, 18_28Cross, 0, 0);
dual crossdown = iCustom(NULL, 0, 18_28Cross, 1, 0);

Could anybody kindly suggest if I am doing wrong?

Due
Sarran