Skip to main content

Indicator functions using cython

Project description

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

import indicators
import numpy as np

closes = 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cython_indicators-1.0.0.tar.gz (113.3 kB view hashes)

Uploaded Source

Built Distribution

cython_indicators-1.0.0-cp37-cp37m-macosx_10_7_x86_64.whl (197.2 kB view hashes)

Uploaded CPython 3.7m macOS 10.7+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page