Support Board
Date/Time: Sun, 14 Sep 2025 18:50:56 +0000
Post From: Alert when price crosses through the ichimoku kumo cloud
[2018-02-01 15:35:57] |
Sawtooth - Posts: 4263 |
Use this formula instead: =OR( AND(CROSSOVER(ID0.SG23,ID1.SG1),ID1.SG1>ID1.SG2), AND(CROSSOVER(ID0.SG23,ID1.SG1),ID1.SG1<ID1.SG2), AND(CROSSOVER(ID0.SG23,ID1.SG2),ID1.SG1>ID1.SG2), AND(CROSSOVER(ID0.SG23,ID1.SG2),ID1.SG1<ID1.SG2)) Apparently the MAX and MIN functions don't always work in Simple Alert formulas. |