Login Page - Create Account

Support Board


Date/Time: Sat, 18 Jan 2025 10:49:47 +0000



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

[2018-01-25 22:53:12]
Sawtooth - Posts: 4154
Put this formula in the alerts tab of the Senkou Span A & B study:

=OR(
AND(ID0.SG23[-1]<MAX(SG1[-1],SG2[-1]),ID0.SG23>MAX(SG1,SG2)),
AND(ID0.SG23[-1]>MIN(SG1[-1],SG2[-1]),ID0.SG23<MIN(SG1,SG2))
)