Support Board
Date/Time: Sun, 24 Nov 2024 15:00:17 +0000
Post From: simple alert
[2013-10-31 16:52:24] |
Sawtooth - Posts: 4118 |
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]) |