Login Page - Create Account

Support Board


Date/Time: Fri, 19 Apr 2024 11:40:15 +0000



alert condition for developing POC

View Count: 246

[2022-08-18 04:02:33]
User396 - Posts: 51
I would like to set an alert for developing POC changes

This is what I have for alert condition:
= OR (
OR ( SG1[0] > SG1[-1], SG1[0] < SG1[-1]),
OR ( SG2[0] > SG2[-1], SG2[0] < SG2[-1])
)

This alert condition is not working. Initially I thought dPOC is SG2. But I also saw some other messages on this support board with SG1 hence I used both. Nonetheless it is not working.

Can someone help me to fix this alert condition?

thank you,
b
[2022-08-18 14:32:52]
John - SC Support - Posts: 30953
Did you set this alert on a specific study, and if so what study?
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-08-18 14:39:14]
User396 - Posts: 51
i used this alert condition on Volume by Price study.
[2022-08-18 16:10:42]
John - SC Support - Posts: 30953
On the Volume by Price study, the subgraph for the POC is #2. Therefore, you want to remove the references to SG1 and see if it works then.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-08-18 20:03:13]
User396 - Posts: 51
it works!

= OR ( SG2[0] > SG2[-1], SG2[0] < SG2[-1])

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

Login

Login Page - Create Account