Support Board
Date/Time: Mon, 14 Jul 2025 22:07:39 +0000
Post From: How to create an COLOR BAR BASED UPON ALERT CONDITION for multiple bars following a signal
[2023-02-07 22:03:51] |
Sawtooth - Posts: 4241 |
Try this: =IF(AND(LongCondition1,LongCondition2,LongCondition3),1,IF(AND(ShortCondition1,ShortCondition2,ShortCondition3),-1,ID1.SG1[-1])) where ID1 is the color bar study. This will make the confluent signal persistent until the opposite confluent signal. Then set the Auto-Coloring to Based On +/- |