Support Board
Date/Time: Tue, 26 Nov 2024 07:37:13 +0000
Post From: HULL-ALERTS
[2014-09-10 16:19:10] |
Sawtooth - Posts: 4120 |
I'm just giving an example of how to find 5 consecutive upslopes with a formula. It does not identify a specific study unless you also include an ID#: =AND(ID1.SG1>ID1.SG1[-1],ID1.SG1[-1]>ID1.SG1[-2],ID1.SG1[-2]>ID1.SG1[-3],ID1.SG1[-3]>ID1.SG1[-4],ID1.SG1[-4]>ID1.SG1[-5]) But you don't need the ID# if the formula is on the Alerts tab of the same study. SG = subgraph. Here's the documentation for Simple Alerts: http://www.sierrachart.com/index.php?page=doc/doc_AlertCondAndScan.html |