Login Page - Create Account

Support Board


Date/Time: Sun, 15 Jun 2025 16:24:03 +0000



Post From: SCDateTime value for latest tick update

[2025-05-28 00:52:27]
drinkcodejava - Posts: 30
1) I am using 1 Tick for Intraday Data Storage Time Unit, and I am looking for a member variable/function that will provide the Date-Time of the most recent tick update. sc.BaseDataEndDateTime[sc.Index] and sc.LatestDateTimeForLastBar provide the Date-Time of the latest trade, but there are updates that occur between trades (e.g. changes in pull/stack, Market By Order, etc.) for which I need the Date-Time. Is there anything like this available? If not, is there a way to determine what it is, e.g. from the data file record or time & sales?

2) Is there any difference between sc.BaseDataEndDateTime[sc.Index] (ACSIL Interface Members - Variables and Arrays: sc.BaseDataEndDateTime[]) and ACSIL Interface Members - Variables and Arrays: sc.LatestDateTimeForLastBar ?

Thanks!