Support Board
Date/Time: Tue, 16 Sep 2025 01:25:06 +0000
Post From: Setting alert type based on condition
[2021-01-23 13:05:27] |
Sawtooth - Posts: 4263 |
Only one alert sound is available per alert formula. To get a separate sound for each condition, put each formula in the Alerts tab of any two studies. Use this syntax: Alert1: =AND(ID1.SG1 - ID1.SG1[-1] <= 200, ID2.SG1 > ID3.SG1) Alert2: =AND(ID1.SG1 - ID1.SG1[-1] >= 200, ID3.SG1 > ID2.SG1) |