Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 22:05:07 +0000



[Programming Help] - Is it possible to access the ALERT condition of one study from another?

View Count: 454

[2020-04-19 15:39:29]
mbilyanov - Posts: 62
Hi,

Let's say we have an alert condition on ID1.SG1:

=ID22.SG1 < -10

In that case, ID1.SG1 is a colored background and it will be "red" for all values below -10.

... And now we would like to combine this into another alert condition on ID4.SG1:

=AND(ID1.SG1.ALERT == True, ID22.SG1 > -19)

Is this possible? In a sense, I would like to layer alert conditions based on what they evaluate on their respective studies. Is that possible?

Instead of writing:

=AND(ID22.SG1 < -10, ID22.SG1 > -19)

I have seen something that resembles this situation here, but not sure if it is the same thing.

Study/Chart Alerts And Scanning: Writing Formulas for Studies without Obvious Values
Date Time Of Last Edit: 2020-04-19 15:40:10

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account