Login Page - Create Account

Support Board


Date/Time: Sun, 22 Dec 2024 03:32:46 +0000



Post From: alert formula

[2015-04-07 16:19:30]
Sierra Chart - Max - Posts: 5756
If you want the alert to trigger when both formulas are true use:

=AND(Formula1,Formula2)

If you want the alert to trigger when one formula is true use:

=OR(Formula1,Formula2)

For more details sees:
https://www.sierrachart.com/index.php?page=doc/doc_AlertCondAndScan.html#AlertConditionFormulaFormat
Sierra Chart Support