Login Page - Create Account

Support Board


Date/Time: Sat, 22 Feb 2025 08:51:28 +0000



Post From: Setting alert type based on condition

[2021-01-23 13:05:27]
Sawtooth - Posts: 4174
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)