Login Page - Create Account

Support Board


Date/Time: Fri, 12 Sep 2025 11:32:11 +0000



Post From: Draw Horizontal Line at Bollinger Band High/Low at Specific Time

[2025-03-14 23:55:03]
Sawtooth - Posts: 4263
is it possible to identify one of those value points in time and then draw the line from that point?
You can do it with the Spreadsheet Formula study, with a formula like this in its Formula field:
=IF(BARTIME=TIME(9,30,0),ID4.SG1,ID5.SG1[-1])
where ID4.SG1 is the BB Top Band, and ID5 is this Spreadsheet Formula study.

Also, set the Chart Region to 1.