Skip to content

A Python Pandas implementation of technical analysis indicators

License

Notifications You must be signed in to change notification settings

emacsenli/pandas_talib

 
 

Repository files navigation

Latest Version Supported Python versions Wheel format License Development Status Downloads monthly Requirements Status Code Health Codacy Badge Build Status

** Work in progress **

pandas_talib

A Python Pandas implementation of technical indicators

Original version from:

See also:

If you are looking for a more complete set of technical indicators you might have a look at this TA-Lib Python wrapper: https://github.com/mrjbq7/ta-lib

Install

A package is available and can be downloaded from PyPi and installed using:

$ pip install pandas_talib

Development

You can help to develop this library.

Issues

You can submit issues using https://github.com/femtotrader/pandas_talib/issues

Clone

You can clone repository to try to fix issues yourself using:

$ git clone https://github.com/femtotrader/pandas_talib.git

Run unit tests

Run all unit tests

$ nosetests -s -v

Run a given test

$ nosetests tests.test_pandas_talib:test_indicator_MA -s -v

Run samples

Run samples/main.py (from project root directory)

$ python samples/main.py

Install development version

$ python setup.py install

or

$ sudo pip install git+https://github.com/femtotrader/pandas_talib.git

Collaborating

  • Fork repository
  • Create a branch which fix a given issue
  • Submit pull requests

https://help.github.com/categories/collaborating/

About

A Python Pandas implementation of technical analysis indicators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 99.7%
  • Shell 0.3%