Support Board
Date/Time: Sun, 14 Sep 2025 18:48:49 +0000
Post From: Alert when price crosses through the ichimoku kumo cloud
[2018-01-25 22:53:12] |
Sawtooth - Posts: 4263 |
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)) ) |