Skip to content
Keith McDonnell edited this page Aug 16, 2012 · 17 revisions

 

Project objective: classify QQQ 1 min intraday data with 65%+ accuracy

Phases:

  1. PrepareData
  2. SelectModelIndex
  3. SelectModelStock

Project management spreadsheet

Overview

QQQ is an ETF tracking the Nasdaq 100.

It is comprised of 100 stocks weighted by market capitalisation:

Example data:

Input data sets:

  • QQQ
  • QQQ component stocks; eg APPL, MSFT, GOOG

Read project docs & books

Please familiarise yourself with:

Setup project structure

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 .

Clone this wiki locally