Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 14:31:08 +0000



display seconds of clock

View Count: 322

[2023-08-09 11:43:22]
User278398 - Posts: 291
how can i display "clock" study second only (now i see hours min and seconds together )
///
if the solution is by "countdown timer" study, so please explain how to get it work.

many thanks.
[2023-08-09 14:37:16]
John - SC Support - Posts: 36312
Please let us know exactly what you want to see and we will see if there is a way to do it.

We are not fully understanding what you are looking for in terms of the clock in seconds. Do you want to see the number of seconds that have passed since midnight? Such as if it is currently 09:24:00, you want to see 33840 seconds?
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-08-09 14:45:00]
User278398 - Posts: 291
if the time is 09:31:24
so i want to see only "24"
[2023-08-09 14:59:23]
John - SC Support - Posts: 36312
Use a Spreadsheet Formula study and enter the following formula:
=SECOND(NOW())

Then you can use the Text Display for Study to display those seconds. Be sure to set the "Value Format" of the Text Display for Study to 1 in order to just see the seconds.

Refer to the following:
Spreadsheet Formula

Text Display For Study
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

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

Login

Login Page - Create Account