Skip to content

havocesp/techa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.
  • Start with documentation tasks.
  • 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...