Support Board
Date/Time: Tue, 04 Nov 2025 11:18:37 +0000
Post From: How to set an alert based on Boolean type indicator?
|   [2023-03-30 09:06:02]     |  
| User907968 - Posts: 847 | 
| 
                If you want separate alert sounds for up and down, use Color Bar Based on Alert Condition - Color Bar Based on Alert Condition If not then set alert condition in study itself. In either case all you are testing for is non-zero on the arrow subgraph. Using HalfTrend example, setting up arrow alert within study: SG2<>0 Using HalfTrend example and alert in CBBoAC: =ID??.SG2<>0  | 
        
