Support Board
Date/Time: Mon, 03 Nov 2025 06:28:01 +0000
Post From: Chart Timestamps do not match ACSIL Tick timestamps
| [2022-03-01 10:19:03] |
| PanCSI - Posts: 9 |
|
Hi. This is the code I am using to retrieve the current hour, minute and second: s_TimeAndSales Record = TimeSalesArray[Index]; Record *= sc.RealTimePriceMultiplier; Record.DateTime.GetHour() Record.DateTime.GetMinute() Record.DateTime.GetSecond() |
