techa icon indicating copy to clipboard operation
techa copied to clipboard

Technical Analysis Indicators Collection

TECHA: Technical Analysis Library

A collection of Technical Analysis Functions.

  • Author: Daniel J. Umpierrez
  • Version: 0.1.1
  • License: UNLICENSE

Description

This project try to merge some Technical Analysis open source projects like finta, ta-lib, ... into one.

Requirements

  • Pandas: https://github.com/pandas-dev/pandas
  • FinTA: http://github.com/havocesp/finta
  • TA-Lib: https://github.com/mrjbq7/ta-lib

Changelog

Version 0.1.1

  • New TaLib class method structure for easy access to all functions
  • Some function documentation writed (take a look at "doc" directory)

Version 0.1.0

  • Minor fixes
  • Some code restructuration
  • New import style at core module

Version 0.0.9

  • 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.

TODO list

  • [ ] Make the project suitable for a pip install.
  • [x] Start with documentation tasks.
  • [x] Find a way to easyly access to all funtions from a uniq point.

How to contribute

Any kind of help is welcome, send code by using pull functions, write documentation, or give ideas...