A collection of Technical Analysis Functions.
- Author: Daniel J. Umpierrez
- Version: 0.1.1
- License: UNLICENSE
This project try to merge some Technical Analysis open source projects like finta, ta-lib, ... into one.
- Pandas: https://github.com/pandas-dev/pandas
- FinTA: http://github.com/havocesp/finta
- TA-Lib: https://github.com/mrjbq7/ta-lib
- New TaLib class method structure for easy access to all functions
- Some function documentation writed (take a look at "doc" directory)
- Minor fixes
- Some code restructuration
- New import style at core module
- Added method get_info who will dispatch indicator info request if available.
- Added class atribute lib for let users to set finta as primary libary instead the default one (ta-lib).
- Added a method to obtain finta lib supported indictators as list.
- Make the project suitable for a pip install.
- Start with documentation tasks.
- Find a way to easyly access to all funtions from a uniq point.
Any kind of help is welcome, send code by using pull functions, write documentation, or give ideas...