Support Board
Date/Time: Wed, 23 Apr 2025 07:33:31 +0000
Post From: How to set an alert based on Boolean type indicator?
[2023-03-30 09:06:02] |
User907968 - Posts: 840 |
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 |