Recent content by mcertini

  1. M

    Indicator Will Not Display Array Numbers.

    Array Problems. Victor90, Sorry for the problem. I have found the problem with my code. Below is the code that was in error. The misstake I made was that I coded a shift offset of 0 instead of "i". When I corrected this the program worked properly. Thank you for your inquiry. for(i=0...
  2. M

    Indicator Will Not Display Array Numbers.

    Can someone help me? I have put together an indicator that uses various arrays. I have confirmed that my arrays are populated. But when I try to display my final array elements, I do not get anything? Can someone help me with the arraycopy function? This is where the problem resides.
  3. M

    Passing Array Elements Between Arrays.

    Can someone help me, I have spend hours trying to figure out how to pass array elements from one array to another so that I can display them in an indicator. I have looked at many indicators and still cannot get my array elements to show up in my indicator line. Attached is my program code.
Top