Login Page - Create Account

Support Board


Date/Time: Sat, 13 Jun 2026 12:35:22 +0000



How do I get the open value to show???

View Count: 54

[2026-06-09 17:31:11]
User922418 - Posts: 32
Hi

I am using the Daily OHLC study

I am able to see the last day of the open price along with the value

But, prior days, I only see the horizontal line which represents the open price, but can not see the value. In fact, I get a line zig from the past day to the next day, but can not see the open price other than the latest day in my TPO chart.

I want to see the open price on the horizontal line for all past days.

How do I get that to show?

Thanks
Private File
[2026-06-09 17:56:28]
John - SC Support - Posts: 46668
To do this, you would need to use a "Spreadsheet Study" study and enter the following formula in cell K3:
=IF(ISSAMETIMETOMINUTE(A3, TIME(16, 00, 00)), ID1.SG1@3, 0)

Where the time of the bar for the open is entered in the parentheses for the TIME() function - which is set to 16:00:00 in the above example. And you would change the ID1.SG1@3 to be the ID for your Daily OHLC study.

You would then display the Spreadsheet Study in the main region (Region 1) and set the subgraph for the Open to be "Value of Subgraph" and set the size to something that you can view, such as 10.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2026-06-09 18:00:43]
User922418 - Posts: 32
Thank you John

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account