Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 14:44:06 +0000



Post From: use of time bar duration

[2019-05-25 00:53:43]
Sawtooth - Posts: 3990
The Serial DateTime format uses an integer for each day and a decimal for portions of a day, IOW: days.decimal
Since there are 1440 minutes in 24 hours, to convert the Bar Time Duration study's output to minutes.decimal, use a formula like this:
=ID1.SG1*1440
where the Bar Time Duration is ID1; edit as needed.

If you are using a spreadsheet study, the syntax would be:
=ID1.SG1@3*1440
Date Time Of Last Edit: 2019-05-25 01:05:56