Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 07:14:40 +0000



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

[2023-04-13 16:19:22]
Sawtooth - Posts: 4000
- 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.