Support Board
Date/Time: Thu, 03 Apr 2025 07:35:21 +0000
Post From: Version 2151 Available: Foundation For Millisecond/Microsecond Timestamping
[2020-08-27 22:34:31] |
User806682 - Posts: 20 |
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. |