Support Board
Date/Time: Fri, 04 Jul 2025 00:07:28 +0000
[Programming Help] - Alert condition
View Count: 484
[2020-08-23 13:56:51] |
User525965 - Posts: 172 |
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) |
[2020-08-23 17:24:29] |
Sawtooth - Posts: 4231 |
Remove two parenthesis to correct the syntax: =AND(ID8.SG1 < -20, WEEKDAY(BARDATE)=5, C < O) |
To post a message in this thread, you need to log in with your Sierra Chart account: