Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 09:01:41 +0000



Post From: SCID Format

[2013-04-19 04:02:01]
Kiwi - Posts: 374
I am writing an SCID to ASCII TSV converter in Python.

Its mainly for testing purposes but I'll make it available for others who want it.


My question is about the SCID format. Is it still the same as describe in this page?

http://www.sierrachart.com/index.php?l=doc/doc_IntradayDataFileFormat.html

http://i.imgur.com/NKG8zmF.png

If I'm reading it right the least significant digit of the header size seems to be first (as does the lsd for the record size if I've got it right). However the header and record sizes (0x38 and 0x28 do seem right).

Is the spec current thanks?