Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 14:31:15 +0000



How to show or hide studies at a particular time?

View Count: 361

[2024-02-23 21:15:50]
Ed C. - Posts: 117
Is there any way to show or hide studies at a particular time? I've got a series of levels that are calculated, but at different times of the day, and I didn't want to clutter up my screen with previous levels.

Thanks!
[2024-02-23 21:25:17]
John - SC Support - Posts: 36242
The easiest way to do this is to use the Spreadsheet Study. In cell K3 you would enter the following:
=IF(AND(A3 >= TIME(09, 30, 00), A3 < TIME(13, 10, 00)), ID1.SG1@3, 0)

Where ID1 is the ID of one of studies and SG1 is the subgraph of that study for which you would want to only display the data from 09:30:00 to 13:10:00. The @3 defines the cell reference, for which there is no obvious reason you would need an offset, so it should be @3.

You would repeat the above for the various studies for which you would want to only display for a specific time.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-02-24 03:42:19]
User719512 - Posts: 264
Check out the just-released OFL Freemium. It includes Show/Hide Study with a From/Until time selection and ability to also control via a control bar button if desired.

https://t.co/r8nhZktmng

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

Login

Login Page - Create Account