Announcement

Collapse
No announcement yet.

MACD color change

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

  • MACD color change

    Its been a while since I've done any efs editing and to be honest I just couldn't figure it out (I really did try).

    I'd like to have the MACD line (lime color) change colors (to red) when its goes below Signal line (aqua line).

    Any help would be appreciated.

    Bruce
    Attached Files

  • #2
    Bruce
    Add if(vMACD<vSignal) setBarFgColor(Color.red,2); just before the return statement
    Alex

    Comment


    • #3
      Alex:

      Thanks. It worked perfectly.

      Bruce

      Comment

      Working...
      X