Accessing element in an array?

Discussion in 'Trading Software' started by ashok.iy, Nov 9, 2011.

  1. ashok.iy

    ashok.iy

    I am evaluating RSI using the following statement in Amibroker AFL

    r=RSI(14);
    long=cross(r,30);

    Cross function returns an array. Now my question is can i access the individual array element(in long). If so how can i do it?

    Thanks in advance.

    Ashok