Announcement

Collapse
No announcement yet.

Woodie CCI

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

  • #16
    kenac
    The attached revision fixes the errors in your efs.
    Alex
    Attached Files

    Comment


    • #17
      Originally posted by Alexis C. Montenegro
      kenac
      The attached revision fixes the errors in your efs.
      Alex
      Thanks Alex. If only the CCI window is displayed by my setting setPriceStudy(false), the LSMA is also plotted in the CCI window.
      Is there a way to plot/display only the CCIs without the LSMA, but still have all the LSMA values being generated within the program?

      Code is attached.
      tks,
      kenac
      Attached Files

      Comment


      • #18
        kenac
        Just remove the LSMA from the return statement
        Alex

        Comment


        • #19
          Originally posted by Alexis C. Montenegro
          kenac
          Just remove the LSMA from the return statement
          Alex

          Thanks Alex. It works great.
          kenac

          Comment


          • #20
            Alex:

            With the attached file, how do I get the yellow line 34cci always on top of both the black 14cci and the red 6cci; and the black 14cci on top of the red 6cci?
            thanks,
            kenac
            Attached Files

            Comment


            • #21
              kenac
              As far as I can see the yellow plot is not the 34cci but the 14cci.
              Irrespective the z order is determined by the position in the return array with the last element being the topmost.
              You will also need to redefine the commands that set the thickness (lines 42-45), the labels (lines 112-122) and the colors (lines 156-159).
              Alex

              Comment


              • #22
                Thanks Alex, I'll give it a try,
                Thanks for your prompt response
                kenac

                Comment


                • #23
                  Thanks Alex, it works great. You always come through for us.

                  kenac

                  Comment

                  Working...
                  X