Support Board
Date/Time: Mon, 03 Nov 2025 16:19:41 +0000
Post From: Color Bar Based On Alerts - Color Volume Bars Based on Previous Down Candles Only
| [2024-03-06 00:37:10] |
| User261655 - Posts: 34 |
|
I'm trying to use Color Bar Based On Alerts to achieve the following: Color a volume bar if the associated price candle closes up, and volume is greater that any one of the last five price down candles. I'm using this: = V>MAX(V[-1], V[-2], V[-3], V[-4], V[-5]) But I can't figure out how to apply it only to up volume based on the five previous down candles, (if that's even possible with this study). Thanks in advance for any help. |
