Login Page - Create Account

Support Board


Date/Time: Sun, 14 Sep 2025 18:56:22 +0000



Post From: Alert when price crosses through the ichimoku kumo cloud

[2018-02-03 01:06:40]
Sawtooth - Posts: 4263
Thinking about this more, use this formula instead:

=OR(
AND(CROSSFROMBELOW(ID0.SG23,ID1.SG1),ID1.SG1>ID1.SG2),
AND(CROSSFROMABOVE(ID0.SG23,ID1.SG1),ID1.SG1<ID1.SG2),
AND(CROSSFROMABOVE(ID0.SG23,ID1.SG2),ID1.SG1>ID1.SG2),
AND(CROSSFROMBELOW(ID0.SG23,ID1.SG2),ID1.SG1<ID1.SG2))

where the Senkou Span A & B study is ID1.