Support Board
Date/Time: Fri, 07 Nov 2025 20:36:12 +0000
Post From: Problems with CROSSFROMABOVE/BELOW
| [2021-10-25 23:47:38] |
| Sawtooth - Posts: 4287 |
|
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) ) |
