Login Page - Create Account

Support Board


Date/Time: Tue, 01 Jul 2025 14:03:56 +0000



Post From: Color Bar Based on Closing Price Above Bollinger Bands

[2016-11-17 22:38:20]
Sawtooth - Posts: 4231
You need to use the same offset for the Close as the BB.

Try this:

=AND(C[-5]<=ID2.SG1[-5],C[-4]>=ID2.SG1[-4],C[-3]>=ID2.SG1[-3],C[-2]>=ID2.SG1[-2],C[-1]>=ID2.SG1[-1],C>=ID2.SG1)