Login Page - Create Account

Support Board


Date/Time: Wed, 19 Mar 2025 04:36:08 +0000



Can I set alerts in brackets - from x to y?

View Count: 374

[2022-10-12 15:01:25]
User266447 - Posts: 270
Can I set alerts in brackets? For instance, on one chart I have an alert set:

a) Volume between 140 to 200
b) Relative volume between 400 to 600
c) Cumulative delta between 55 to 70

At the moment I only have more than, so V>70, SG1>300, and ABS=(SG2-SG3)>55

I would prefer to make brackets: from X to Y. And then have another chart when I make alerts set with different brackets.

How shall I write the alert (brackets) for Volume, Relative Volume and Cumulative delta, please?
[2022-10-12 15:32:44]
John - SC Support - Posts: 38782
You need to use the AND() function to do what you want.

For example, for a Volume between 140 and 200, you alert would look like the following:
=AND(V > 140, V < 200)
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-10-12 15:54:40]
User266447 - Posts: 270
What about cumulative delta? How can I make the brackets? It starts with =ABS(SG2-SG3)>70 - I am not sure how to convert it to brackets?
[2022-10-12 16:37:12]
John - SC Support - Posts: 38782
If ABS(SG2-SG3) is what you want to test against, and if you want the value to be between 50 and 70, then it would be the following:
= AND(ABS(SG2 - SG3) > 50, ABS(SG2 - SG3) < 70)
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

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

Login

Login Page - Create Account