Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 00:06:16 +0000



Post From: Several studies combination on single alert

[2025-02-18 14:25:37]
User526268 - Posts: 8
In relation to this, I have 4 different length stochastics and want to create an alert for when all 4 are greater than 80. I am currently using this but it fires off when just one meets the condition, I am trying to achieve the alert only when all four studies are greater than 80, and another alert for when all four are less than 20.
I am currently have these as my formulae:

= AND (ID7.SG2 > 20+ ID9.SG2 <20+ ID15.SG2<20+ IG16.SG2<20)
= AND (ID7.SG2 > 80 + ID9.SG2 >80 + ID15.SG2>80+ IG16.SG2>80)