Support Board
Date/Time: Tue, 26 Aug 2025 05:19:50 +0000
timestamp issues
View Count: 105
[2025-07-27 22:19:23] |
GARYtheG - Posts: 20 |
im trying to create an historical chart! sierra das implement the y-axis (price) but the x-axis starts correctly at 2025/07/14 but the times stay at 00:00:00 through the whole data 2025/07/14,13:30:00.536,0.75,0.75,0.75,0.75,1,1,0,1 2025/07/14,13:30:00.623,0.79,0.79,0.79,0.79,1,1,0,1 2025/07/14,13:30:00.623,0.79,0.79,0.79,0.79,1,1,0,1 2025/07/14,13:30:00.715,0.79,0.79,0.79,0.79,1,1,0,1 2025/07/14,13:30:00.715,0.79,0.79,0.79,0.79,1,1,0,1 2025/07/14,13:30:00.715,0.79,0.79,0.79,0.79,1,1,0,1 2025/07/14,13:30:00.715,0.8,0.8,0.8,0.8,1,1,0,1 2025/07/14,13:30:00.715,0.82,0.82,0.82,0.82,1,1,1,0 2025/07/14,13:30:00.715,0.82,0.82,0.82,0.82,1,1,1,0 2025/07/14,13:30:00.715,0.82,0.82,0.82,0.82,1,1,1,0 2025/07/14,13:30:00.716,0.82,0.82,0.82,0.82,14,1,0,14 2025/07/14,13:30:00.921,0.76,0.76,0.76,0.76,6,1,0,6 2025/07/14,13:30:01.107,0.8,0.8,0.8,0.8,1,1,0,1 |
Attachment Deleted. ![]() |
[2025-07-28 18:06:24] |
John - SC Support - Posts: 41464 |
From the snippet you gave of the data, most of the data is within a single second, with just one point in the following second. Therefore, what you are seeing would make sense if you are not displaying seconds and milliseconds. Also, you have multiple trades that are at the exact same time. You need to add a microsecond counter to each of these to have the scale show properly. So your data would look like the following: 2025/07/14,13:30:00.715000,0.79,0.79,0.79,0.79,1,1,0,1 2025/07/14,13:30:00.715001,0.79,0.79,0.79,0.79,1,1,0,1 2025/07/14,13:30:00.715002,0.79,0.79,0.79,0.79,1,1,0,1 2025/07/14,13:30:00.715003,0.8,0.8,0.8,0.8,1,1,0,1 2025/07/14,13:30:00.715004,0.82,0.82,0.82,0.82,1,1,1,0 2025/07/14,13:30:00.715005,0.82,0.82,0.82,0.82,1,1,1,0 2025/07/14,13:30:00.715006,0.82,0.82,0.82,0.82,1,1,1,0 2025/07/14,13:30:00.716000,0.82,0.82,0.82,0.82,14,1,0,14 2025/07/14,13:30:00.921000,0.76,0.76,0.76,0.76,6,1,0,6 2025/07/14,13:30:01.107000,0.8,0.8,0.8,0.8,1,1,0,1 For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |
[2025-08-10 14:34:21] |
GARYtheG - Posts: 20 |
thank you! its fixed
|
To post a message in this thread, you need to log in with your Sierra Chart account: