Login Page - Create Account

Support Board


Date/Time: Sun, 12 Jan 2025 15:41:54 +0000



Post From: Directional Movement Index Alert

[2017-02-22 01:10:11]
zzzzz - Posts: 14
I'm trying to get the Directional Movement Index to alert when SG1 and SG2 are equal. I cannot use CROSSOVER because that would alert too late.

In my mind, I would think that the following would work:

=SG1 = SG2

...but it doesn't. For kicks, I tried:

=OR(SG1 = SG2, SG2 = SG1)

...and still no dice.

Am I missing something?