Login Page - Create Account

Support Board


Date/Time: Thu, 28 Mar 2024 16:21:49 +0000



Post From: Version 2151 Available: Foundation For Millisecond/Microsecond Timestamping

[2020-08-27 22:34:31]
User806682 - Posts: 10
Hello -

I use to have this working before the recent upgrade for a custom chart I've created.
The method `GetMillisecond` on the IntradayRecord is returning 0 every time.
This is inside the `sc.fp_ACSCustomChartBarFunction` function.

Could you tell me what I'm doing wrong here.


const s_IntradayRecord record = ChartBarInterface.NewFileRecord;
const SCDateTimeMS date = record.DateTime;
date.GetMillisecond(); // This now returns 0 every time

Thanks for the help.