-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Keith McDonnell edited this page Aug 16, 2012
·
17 revisions
Project objective: classify QQQ 1 min intraday data with 65%+ accuracy
Phases:
Project management spreadsheet
QQQ is an ETF tracking the Nasdaq 100.
It is comprised of 100 stocks weighted by market capitalisation:
- http://etfdb.com/etf/QQQ/holdings
- http://www.invescopowershares.com/products/holdings.aspx?ticker=QQQ
Example data:
Input data sets:
- QQQ
- QQQ component stocks; eg APPL, MSFT, GOOG
Please familiarise yourself with:
You must be able to run each task from the command line, so I can reproduce your work. Group tasks together into one script if it makes sense. Command line arguments may be useful (but not mandatory).
Please use pip to manage dependencies. Here's a tutorial on using pip .