|
Software For Algorithmic Trading Of Equities: |
|
The Tsinvestdb Program - Manipulate a tsinvest time series database |
Home | Installation | Usage | FAQs | Utilities | Architecture | QA | Tests | Links | Mailing List | License | Author | Download | Thanks
tsinvestdb [-v] [filename] DESCRIPTIONTsinvestdb.c is a C source code template for programs that manipulate the tsinvest(1) time series database(s). It contains the hash algorithm look up tables for expedient development of specialized database systems. The time series database file structure is a text file consisting of records, in temporal order, one record per time series sample of each equity. Blank records are ignored, and comment records are signified by a '#' character as the first non white space character in the record. Each data record represents an equity transaction, consisting of a minium of three fields, separated by white space. The fields are ordered by time stamp, equity ticker identifier, and closing price, for example: 1 ABC 333.6 2 DEF 7.2 3 GHI 335.9 OPTIONS
WARNINGSThere is little or no provision for handling numerical exceptions. SEE ALSOtsinvest(1), tsinvestsim(1), tsshannoneffective(1) DIAGNOSTICSError messages for incompatible arguments, failure to allocate memory, inaccessible files, and opening and closing files. AUTHORSA license is hereby granted to reproduce this software source code and to create executable versions from this source code for personal, non-commercial use. The copyright notice included with the software must be maintained in all copies produced. THIS PROGRAM IS PROVIDED "AS IS". THE AUTHOR PROVIDES NO WARRANTIES WHATSOEVER, EXPRESSED OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY, TITLE, OR FITNESS FOR ANY PARTICULAR PURPOSE. THE AUTHOR DOES NOT WARRANT THAT USE OF THIS PROGRAM DOES NOT INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD PARTY IN ANY COUNTRY. So there. Copyright © 1994-2011, John Conover, All Rights Reserved. Comments and/or bug reports should be addressed to:
|
Home | Installation | Usage | FAQs | Utilities | Architecture | QA | Tests | Links | Mailing List | License | Author | Download | Thanks