Login Page - Create Account

Support Board


Date/Time: Mon, 10 Mar 2025 17:31:58 +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()