Support Board
Date/Time: Wed, 03 Sep 2025 19:26:54 +0000
Post From: simple alert
[2013-10-31 16:52:24] |
Sawtooth - Posts: 4261 |
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]) |