Turtle Server
 
Home

Demo Pages
Artificial Quote
AQ Trading Result
AQ CSV Data

Downloads
Download AQ CSV Data

Trading System
Quote Data File Format
Upload and Trade

Contact
Messages to the Author

Quote Data File Format

The quote file to upload must be a pure text file (no .doc) uncompressed or BZ2 compressed and with the following format.
#
# this is my quote file
#
popen,pmax,pmin,pclose
10.00,11.00,9.00,10.50
11.00,12.00,10.00,11.50
.....
12.00,13.00,11.00,12.50
Initial lines starting with # are comments,  they  are optional and ignored. The header line with field (columns) names (popen, pmax, pmin, pclose) is mandatory. Fields order dont care. Other fields can be present and they are ignored. Header line is followed by quote data, one row for each day of quote data with coma separated values.
 
Copyright (c) 2005-2006 Fabrizio Pollastri - Terms of Use