Support Board
Date/Time: Fri, 09 May 2025 20:36:46 +0000
Post From: How to reference all visible bars in alert?
[2019-03-02 15:00:19] |
User462086 - Posts: 196 |
I'd like to color volume bars based on height relative to the tallest bar that is currently visible. Something like this (each line would trigger a different color): V >= 0.8 * maximum visible value AND( V >= 0.6 * max visible value, V < 0.8 * maximum visible value ) AND( V >= 0.4 * max visible value, V < 0.6 * maximum visible value ) AND( V >= 0.2 * max visible value, V < 0.4 * maximum visible value ) V < 0.2 * maximum visible value I've found the page that talks about how to reference a range, something like [0:-10], but I can't find documentation for setting the lookback based on visible bar count. Many thanks!! |