Login Page - Create Account

Support Board


Date/Time: Mon, 21 Jul 2025 02:43:33 +0000



Post From: Show/Hide Level Based on Proximity to Level

[2023-04-13 16:19:22]
Sawtooth - Posts: 4245
- If level (Line ID = "-3125") is > 20 points away from current price, then color
Try this in a Color Bar Based on Alert Condition study:
=OR(C > UDID[3125].A1+20,C < UDID[3125].A1-20)
This assumes the line is horizontal, and extends across the entire chart.
Study/Chart Alerts And Scanning: Referencing Chart Drawings

There are limitations using the color bar study with line drawings.