Skip to main content

Indicator functions using cython

Project description

Indicator Functions using cython (v0.0.6)

@Author epociask

** Still in infancy, gonna require a good amount of work **

Currently provide support for:

Adding Support For

Currently Supported and Tested on

  • MACOSX
  • Kalinux_x86
  • Debian_x86
  • Fedora_x86
  • Raspbian_x64

To Install (For Now)

Add to python envrionment (PIP)

pip install cython-indicators  

Add to python envrionment (Manual)

git clone https://github.com/epociask/cython_indicator_functions.git 

python setup.py build 

python setup.py install --user 

To Run (For Now)

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


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-0.0.8.tar.gz (113.3 kB view hashes)

Uploaded Source

Built Distribution

cython_indicators-0.0.8-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