Login Page - Create Account

Support Board


Date/Time: Sat, 18 Jan 2025 11:00:38 +0000



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

[2018-02-03 01:06:40]
Sawtooth - Posts: 4154
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.