This is not about Quantopian but if you are using TA-Lib (the library) via ta-lib (the Python wrapper) in Quantopian you may want to use it in a Python environment such as iPython. There are sometimes issues installing ta-lib on Windows - I had to recompile in MS Visual Studio to get it working on Windows 7 64-bit - but there are now pre-compiled binaries here:
http://www.lfd.uci.edu/~gohlke/pythonlibs/
If you've ever encountered
Unable to find vcvarsall.bat
you need this excellent site created by Christoph Gohlke.
Also see here https://github.com/mrjbq7/ta-lib for more information on ta-lib (the Python wrapper) created by John Benediktsson (mrjbq7).
P.