Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 15:38:30 +0000



Post From: Highlighting bars based on moving average

[2020-03-26 17:38:31]
User525965 - Posts: 153
Thank you. I was able to get the bar colored based on the 8 period moving average open vs. close using this:
=ID2.sg1 < ID9.sg1

I am also wanting to add to this a condition where the Close of the bar is less than the open.
C < O

How do i combine them together? When I put "and"between them nothing happens.
=(ID2.sg1 < ID9.sg1) and C < O