Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobust committed Mar 28, 2015
1 parent d8ae5b5 commit f44b81f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -4,15 +4,18 @@ Downloads historical data from interactive brokers and builds a data file useful

By [RobustTechHouse](http://robusttechhouse.com) http://robusttechhouse.com

##Output Format##
Data files are generated in desired path in reverse chronological order eg
##Java Logic##
The Java class generates in desired path a series of data files in reverse chronological order eg

1.txt => most recent data

2.txt => next most recent data

... etc

##Python Logic##
The Python script takes the Java class output files and creates one contiguous data file in chronological order


##Useful References##

Expand Down

0 comments on commit f44b81f

Please sign in to comment.