Login Page - Create Account

Support Board


Date/Time: Fri, 19 Apr 2024 12:01:12 +0000



Post From: Help with Extend Closes Until Future Intersection

[2020-01-20 18:00:20]
Sawtooth - Posts: 3973
Apparently that study can't be overlaid.

Here's what I do to display the closing price line from close to close:
Add the Spreadsheet Formula study to the 24hr chart and use this formula:
=IF(AND(MROUND(BARTIME[-1],1/86400)<TIMEVALUE("16:14:00"),MROUND(BARTIME,1/86400)>=TIMEVALUE("16:15:00")),C[-1],ID1.SG1[-1])
where the Spreadsheet Formula study is ID1.