Login Page - Create Account

Support Board


Date/Time: Fri, 07 Feb 2025 17:52:15 +0000



Post From: Problems with CROSSFROMABOVE/BELOW

[2021-10-25 23:47:38]
Sawtooth - Posts: 4173
I seems the CROSSFROMBELOW/CROSSFROMABOVE functions don't work with anything other than just the subgraph.

Try this:

=OR(
AND(C[-1] > SG2[-1], C < SG2 + ((SG1-SG2) * 0.10)),
AND(C[-1] < SG2[-1], C > SG2 - ((SG1-SG2) * 0.10)),
CROSSFROMABOVE(C,SG2),
CROSSFROMBELOW(C,SG2)
)