Login Page - Create Account

Support Board


Date/Time: Sat, 08 Nov 2025 22:37:45 +0000



Post From: Help with Creating a Volume-Based Color Bar Alert (1 AM - 7 AM Time Range

[2025-11-05 18:14:04]
rebeccaemme - Posts: 20
I’ve tried to create a color bar based on an alert condition to give me an alert and display a colored bar on the candlestick when the volume exceeds 2000. However, I only want this to happen between 1 AM and 7 AM according to my chart's time zone, which is Rome.

I wrote the following formula:

=AND(ALERT_CONDITION_TIME_RANGE(100, 600), V > 2000)

But it returned an error.

Could you please help me understand how to write this formula correctly?

Thank you for your assistance.