Skip to content

Repository files navigation

C-Optimized Technical Indicator Functions

PyPI

Authors

@epociask @rjthompson2 @a-drain

Installation

Install from PyPi

pip install cython-indicators

Build from Source

  1. Clone repository
  2. python setup.py build to build
  3. python setup.py install --user to install

Currently Supported Indicators

How to Use

importindicatorsimportnumpyasnpcloses=np.array([12.3, 11.5, 23.5, 24.2, 32.4])
print(indicators.SMA(closes, 4))

> 22.9

Currently Supported and Tested on

  • MACOSX

To deploy a new version

contact @a-drain or @epociask

About

C optimized python functions

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages