Login Page - Create Account

Support Board


Date/Time: Sun, 22 Mar 2026 18:13:00 +0000



Post From: Alert condition

[2020-08-23 13:56:51]
User525965 - Posts: 180
Hello I currently have this color bar alert study on my chart that is working correctly:

=AND(WEEKDAY(BARDATE)=5, C < O)

I want to add an additional filter (%R below -20) but I am getting an error. Can you please assist?

=AND(ID8.sg1 < -20), (WEEKDAY(BARDATE)=5, C < O)