Login Page - Create Account

Support Board


Date/Time: Mon, 13 May 2024 12:33:32 +0000



Post From: Color Bar Alert with Pivot Points

[2016-07-01 12:52:16]
jackw - Posts: 57
To trigger an alert if price reaches R1 at any time during a bar, the formula would be:

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

(Assuming ID1.SG3 refers to the R1 indicator line)