Support Board
Date/Time: Tue, 04 Nov 2025 15:59:24 +0000
[Programming Help] - Alert condition
View Count: 530
|   [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)  | 
        
|   [2020-08-23 17:24:29]     |  
| Sawtooth - Posts: 4285 | 
| 
                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:
