Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 03:17:06 +0000



Setting an alert

View Count: 581

[2016-01-13 03:31:51]
WilsonFisk - Posts: 5
I am trying to program a simple alert that sounds off when my custom study fires off a long or short signal which prints on the chart.

The 2 subgraph conditions are: Long signal confirmation (SG3) which draws a Triangle up and Short signal confirmation (SG4) which draws a Triangle down.

What is the proper way to word the alert so it will fire off when either of these conditions comes into effect?

Thank you in advance!!
[2016-01-13 03:45:27]
Sierra Chart Engineering - Posts: 104368
This is the formula:

=OR(SG3 <> 0, SG4 <> 0)

Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to 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