Announcement

Collapse
No announcement yet.

CCI study

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

  • CCI study

    Alex:

    Could you help me in eliminating the display of the CCI part of this study (the black one).

    Bruce
    Attached Files

  • #2
    Who will post it first? LOL I can't keep up with you guys, your to fast.

    Fibbgann
    Excellent book on JavaScript for beginners

    Comment


    • #3
      chg last line to

      return (vMAofCCI.getValue(MAStudy.MA));

      Comment


      • #4
        Bruce
        Replace the return (lines 69 and 70)
        return new Array (vCCI.getValue(CCIStudy.CCI),
        vMAofCCI.getValue(MAStudy.MA));

        with
        return vMAofCCI.getValue(MAStudy.MA);
        Then in preMain comment out lines 13 and 14 by preceeding each with a //
        Lastly replace the 1 with a 0 in the following (lines 15 and 16)
        setCursorLabelName("MAofCCI", 1);
        setDefaultBarFgColor(Color.red, 1);

        While at it you may also want to comment out or better yet delete line 17 which is the command to autoupdate the efs.
        That should do it
        Alex

        Comment


        • #5
          Thanks to all of you....it worked great.

          Bruce

          Comment


          • #6
            One last request.

            I tried to get the MA to chnage colors (up and down) but I guess I've got something wrong.

            All help is appreciated.

            Bruce
            Attached Files

            Comment


            • #7
              Bruce
              The attached should do what you asked
              Alex
              Attached Files

              Comment


              • #8
                Perfect.

                Thanks.

                Bruce

                Comment

                Working...
                X