Saturday, June 4, 2016

Learning Python with Finance!

Alright,  first I am here to install TA-LIB which is a Technical Analysis plugin for python and other programming languages, although I'm using it mainly with python. (using Mac)

to install ta-lib first

1.) http://macappstore.org/ta-lib/  - follow instructions
2.) pip install TA-lib  

assuming you already have anaconda installed.

that should get you TA-lib.