Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 20:37:32 +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.