Announcement

Collapse
No announcement yet.

CCI Indicator Problems

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CCI Indicator Problems

    Hi
    I typed in some code from one sample pages in the library with a few changes and I can't seem to get it to work. Can someone take a look and maybe see the what I am doing wrong?

    Thanks in advance,
    chris
    Attached Files

  • #2
    Chris
    Substitute the return line
    return new Array (vCCI);
    with
    return vCCI;
    and it should work
    Alex

    Comment


    • #3
      Thank you!

      Comment

      Working...
      X