tbkraf08 / trader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trader

Trying to build a trading bot. Currently working on the strategy aspect of the project.

Install Notes

provides realtime quote (no delay)

  • sudo pip install googlefinance

provides historical quote data (15 min delay)

  • pip install yahoo-finance

parse datetime

  • sudo pip install python-dateutil

backtrader getting started http://backtrader.readthedocs.org/en/latest/quickstart.html

  • pip install backtrader[matplotlib]

About

License:MIT License


Languages

Language:Python 100.0%