Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 22:46:44 +0000



Post From: Looking for a Simple Formula in an Alert that

[2014-10-12 20:38:42]
Sawtooth - Posts: 4120
Try this:

=AND(H[-1]<ID1.SG3[-3],H>ID1.SG3[-2])

This will only alert on the first occurrence, for as long as the condition remains TRUE.

Write the formula so that the previous bar is FALSE, and the current bar is TRUE.