Login Page - Create Account

Support Board


Date/Time: Thu, 03 Jul 2025 10:33:55 +0000



Post From: Color Bar Based on Alert Condition Bollinger Bands

[2016-11-02 12:48:31]
jackw - Posts: 57
Assuming Bollinger Bands is the first study on the chart (i.e. ID1):
=OR(H >= ID1.SG1 - (4 * TICKSIZE), L <= ID1.SG3 + (4 * TICKSIZE))

You can break it into 2 alerts if you want to color highs and lows differently.