Announcement

Collapse
No announcement yet.

bar color change based upon parabolics

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

  • bar color change based upon parabolics

    Is there an existing EFS studies that will change the price bars based upon the parabolics (down trend RED and up trend LIME)?

    Bruce

  • #2
    I am not aware of one, but the way to do it is to color the bars red if the parabolic < low() and red if parabolic >high()

    If you need some more help, let me know

    Comment


    • #3
      This efs should get you started in the right direction
      Attached Files

      Comment


      • #4
        David:

        It worked great....many thanks.

        Bruce

        Comment


        • #5
          One last thing:

          Is there a study that changes the Parabolic color?

          Bruce

          Comment


          • #6
            Is there a way to change the color of the bars (currently dark red and would like red).

            Bruce

            P.S. I edited the study but couldn't figure out where the color was.

            Comment


            • #7
              Change this line

              setPriceBarColor(Color.RGB(155,0,0));

              to

              setPriceBarColor(Color.red);

              To edit the parabilic dots, right click on chart, edit studies, choose parabolic from the drop down list, change color.

              Comment


              • #8
                David:

                Thanks so much for your help....it worked perfectly.

                On the parabolic color change I was referring to when the parabolics are up they are one color and when they are down they are another color.

                Is there a study out there already?

                Bruce

                Comment

                Working...
                X