Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 04:05:06 +0000



Post From: Alert Question

[2013-09-15 22:50:13]
Sawtooth - Posts: 4000
This is the proper syntax, but it will alert on every bar:

=OR(C>ID12.SG1,C<ID12.SG1)

Try this instead:

=OR(AND(C[-1]<ID12.SG1[-1],C>ID12.SG1),AND(C[-1]>ID12.SG1[-1],C<ID12.SG1))