Support Board
Date/Time: Wed, 05 Aug 2026 15:41:08 +0000
Post From: Alert when price crosses through the ichimoku kumo cloud
| [2018-02-01 15:35:57] |
| Sawtooth - Posts: 4343 |
|
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. |
