Support Board
Date/Time: Mon, 25 Nov 2024 13:36: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: 28 |
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. |