Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 19:29:47 +0000



Post From: Alert Question

[2014-11-05 21:49:25]
infpz - Posts: 826
If a line's (ID2.SG1) slope has been down for the last 5 bars and another line (ID3.SG1) has crosses the original line (ID2.SG1) from below, then show a red arrow.

And this is what I am using:

=AND(CROSSFROMBELOW(ID3.SG1,ID2.SG1),ID2.SG1[0]=ID2.SG1[-5])

Should I be getting the alert each time this condition occurs, or do you see an error in my code?

Thanks,
Patrick