Announcement

Collapse
No announcement yet.

Color Change at Cross

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

  • Color Change at Cross

    Hello,
    In the attached study, I'm trying to get the teal line to change color when it crosses above the red line. My problem is in the condition line. I just can't figure out the proper components of the condition. Can someone help, please? Thank you.
    Diane
    Attached Files

  • #2
    Re: Color Change at Cross

    Diane
    The reason it is not working is because the syntax of setBarFGColor(...) in line 73 is incorrect and should be setBarFgColor(...)
    (see the error message generated by the efs)
    Alex


    Originally posted by Diane P
    Hello,
    In the attached study, I'm trying to get the teal line to change color when it crosses above the red line. My problem is in the condition line. I just can't figure out the proper components of the condition. Can someone help, please? Thank you.
    Diane

    Comment


    • #3
      Thank you, Alex! How easy was that. I was looking for something much more complicated. As always, your help is so much appreciated.
      Diane

      Comment


      • #4
        Diane
        You are most welcome
        Alex


        Originally posted by Diane P
        Thank you, Alex! How easy was that. I was looking for something much more complicated. As always, your help is so much appreciated.
        Diane

        Comment

        Working...
        X