Support Board
Date/Time: Tue, 04 Nov 2025 03:02:44 +0000
NEED HELP WITH ALERT FORMULAR DEFINITION
View Count: 526
|   [2024-02-17 13:33:12]     |  
| User659427 - Posts: 5 | 
| 
                PLEASE I WILL BE GRATEFUL IF ANYONE CAN HELP ME WITH THIS, I AM NEW TO SIERRA CHARTS AND PROGRAMMING/CODING MY GOAL IS TO BE ALERTED WHEN //(ALERT BULLISH CONDITIONS) A)MY VOLUME CHART STUDY HAS A VALUE >= XXXX B)MY DELTA CHART STUDY HAS A VALUE >= +XXX C)MY CANDLE STICK CHART OVERLAY SYMBOL IS BULLISH for a +VE DELTA VALUE and not alert if the candle is BEARISH The Above two thus (A & B) I have already figured out but how to add the extra filter for a bullish or bearish candle alert when delta is positive for bullish and not alert if candle is bearish is my current challenge Attached are images describing my input values  | 
        
|          |  
|   [2024-02-17 13:42:24]     |  
| User659427 - Posts: 5 | 
| 
                Managed to set my alert code as =AND(ID3.SG13 >=1000,ID3.SG1>=200,ID28.SG1[1]) but it doesn't filter by candle colour please any help will be appreciated kindly see attached images for more understanding  | 
        
|          |  
|   [2024-02-17 17:23:15]     |  
| cmet - Posts: 721 | 
| 
                Not exactly clear what you mean but if a bullish bar is simply a green candle and a bearish one a red candle, just use open and close: =AND(ID3.SG13 >=1000,ID3.SG1>=200,ID28.SG1[1], C > O)  | 
        
|   [2024-02-18 12:06:00]     |  
| User659427 - Posts: 5 | 
| 
                this resolved my issue  I really appreciate Thank you  | 
        
To post a message in this thread, you need to log in with your Sierra Chart account:
