Login Page - Create Account

Support Board


Date/Time: Tue, 16 Sep 2025 15:20:19 +0000



Post From: Alert condition

[2020-08-23 13:56:51]
User525965 - Posts: 173
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)