Skip to content

srs-source/cot_tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoT Tracker

Commitments of Traders data tracker

This is a package written for python v3.

Startup

Setting up python first time

If you are new to python, it can be downloaded from python.org.

Installing required Python packages

In the package source you will find requirements.txt. These files contain a list of python packages that this project has dependencies on. The requirments.txt is used with the python command line program pip. To use, goto your open your system Terminal/Command Prompt and type

pip install -r requirements.txt

Cot Ingester

This module is responsible for pulling down raw data files, processing, and storing the data. It is designed to work with files downloaded from cftc.gov. SQlite is used for persistant data storage.

Cot Plot

This is a webserver hosting pages for the display of data. AmCharts.js is the charting library use to create the charts.

Further details can be found on the Wiki.

About

Commitments of Traders data tracker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.2%
  • JavaScript 9.0%
  • Mako 7.9%
  • CSS 1.9%