Support Board
Date/Time: Sat, 23 Nov 2024 20:30:03 +0000
Post From: Do you support Rithmic sub second timestamps
[2013-08-06 08:58:15] |
Hendrixon - Posts: 130 |
SCDateTimeMS DateTimeMS; DateTimeMS = sc.BaseDateTimeIn[sc.Index]; BarTimeMS[sc.Index] = DateTimeMS.GetMilliSecond(); Used on volume and tick bars this gives just zeros. Data file is saved as 1 tick and recorded live (not backfill). Don't know if it should show there, but exporting the data file to text shows the timestamps there as regular HH:MM:SS (no millisecond feild). SC version 1003. |