Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 21:08:13 +0000



Post From: simple alert

[2013-10-31 16:52:24]
Sawtooth - Posts: 3993
Since a simple alert formula can only return a TRUE or FALSE, you'd have to compare the highest high to something. This example formula returns whether the Close is higher than the highest high of the previous 6 highs. (Ranges cannot be used in simple alert formulas.)

=C>MAX(H[-1],H[-2],H[-3],H[-4],H[-5],H[-6])