Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 02:07:33 +0000



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

[2018-02-03 16:52:50]
grantx - Posts: 244
Wasnt working for me no matter what I did so I added Senkou SpanA and Senkou SpanB studies separately and then referenced them instead.
Now its working!
Really appreciate your help tomgilb.

Here is your formula with references to the other studies.

=OR(
AND(CROSSFROMBELOW(ID0.SG23,ID4.SG1),ID4.SG1>ID3.SG1),
AND(CROSSFROMABOVE(ID0.SG23,ID4.SG1),ID4.SG1<ID3.SG1),
AND(CROSSFROMABOVE(ID0.SG23,ID3.SG1),ID4.SG1>ID3.SG1),
AND(CROSSFROMBELOW(ID0.SG23,ID3.SG1),ID4.SG1<ID3.SG1))