Technical analysis library with indicators like ADX, MACD, RSI, Stochastic, TRIX... includes also candlestick pattern recognition. Useful for trading application developpers using either Excel, .NET, Mono, Java, Perl or C/C++.
-
Fix parallel Make issue with slibtool + other issues
-
UnstablePeriod
-
Add additional indicators
-
Updated RPM SPEC for Fedora 33
-
ta-lib is a library written in C. It's not a python module and can't be loaded into python directly. You need a python wrapper around ta-lib. By "import talib" you are trying to find and load such wrapper. The python wrapper is another project and hosted here: https://github.com/mrjbq7/ta-lib It could be build on machine or installed with help of "pip install ta-lib". So you should have both - c library and python wrapper for it on machine.
License
BSD LicenseFollow TA-Lib: Technical Analysis Library
Other Useful Business Software
Keep company data safe with Chrome Enterprise
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Rate This Project
Login To Rate This Project
User Reviews
-
An excellent project! Thanks!
-
For anyone compiling the Java code, I removed the meta folder with no problems. I started by removing anything that was tagged as deprecated and ended up removing the whole thing.
-
Still trying to get it loaded. I'll get there and review again
-
Great analytic library with many useful functions. Can be made easier to use and more robust in C# with default parameter values and IEnumerable<double> interface as return values.
-
Python users should check out github.com/mrjbq7/ta-lib for a Cython wrapper. Much easier to install and faster than the default SWIG wrapper. It supports Python 2/3.