Announcement

Collapse
No announcement yet.

CCI that changes colors

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

  • CCI that changes colors

    Is there a study out there for the CCI which changes colors (red above 0 and lime below 0).

    I looked it but didn't see anything.

    Bruce

  • #2
    Bruce
    If you click here and download basicCCI.efs you can apply to it the very same logic of the MACD I just did for you in this thread.
    Alex

    Comment


    • #3
      ALex:

      I think I messed it up while trying to get the CCI to change colors.

      Could you please look at it and tell me what I need to do to get to to work.

      Bruce
      Attached Files

      Comment


      • #4
        Bruce
        Here is the corrected version.
        Alex
        Attached Files

        Comment


        • #5
          Alex:

          I tried to get the CCI line to be thicker but AGAIN I messed it up.

          I added a 2...but it didn't work.

          Bruce
          Attached Files

          Comment


          • #6
            Bruce
            First of all comment out (or even delete) Line 14 of the formula. To comment out a line just place a // at the very beginning.
            Next add the following
            setDefaultBarThickness(2,0);
            right after Line 13. Save the efs and you should now have a thicker CCI plot.
            Alex

            Comment

            Working...
            X