Support Board
Date/Time: Mon, 13 Jan 2025 00:07:05 +0000
Post From: Bar time calculations
[2017-03-16 18:32:09] |
Sierra Chart Engineering - Posts: 104368 |
Yes this is correct. This is going to be a little more accurate way to do it: int DifferenceInSeconds = (int)((sc.BaseDateTimeIn[sc.Index] - sc.BaseDateTimeIn[sc.Index - 1]) * 86400.0 + .5f);
Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2017-03-16 18:32:36
|