Support Board
Date/Time: Wed, 18 Mar 2026 17:59:37 +0000
Post From: Color Bar Based on Closing Price Above Bollinger Bands
| [2016-11-17 22:38:20] |
| Sawtooth - Posts: 4316 |
|
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) |
