Ta-lib is a technical analysis library that contains most of the mainstream technical indicators, allowing users to no longer have to reinvent the wheel.
This library is very common in foreign countries, a variety of large-scale open-source quantitative framework, will be built into this library.
Fast calculation speed
One feature of Ta-lib is that it is computationally fast because the original version was written in C, and then transformed by Cython, making Python available to call.
Then I install this library when pip install Ta-lib found an error
The following procedures are specifically addressed:
Install a VS2013 or other version first
Then open
Then download TC Lib
Http://ta-lib.org/hdr_dw.html
Unzip to C drive after download
Then in the above command line CD to the C:\TA-LIB\C\MAKE\CDR\WIN32\MSVC directory, execute NMAKE
Then you can pip install Ta-lib
If this method also reported wrong, here http://mrjbq7.github.io/ta-lib/func_groups/overlap_studies.html download
Then use the Python setup.py build
Python setup.py Install
Ta-lib installation method of the quantitative Index program library