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:
-
BB - Bolinger Bands
-
FIB_BB - Fibonacci Bolinger Bands
-
SMA - Simple Moving Average
-
WMA - Weighted Moving Average
-
SDV - Standard Deviation
Adding Support For
- FIB ARC - Fibonacci Retracement Arc
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 details)
Built Distribution
File details
Details for the file cython_indicators-0.0.8.tar.gz
.
File metadata
- Download URL: cython_indicators-0.0.8.tar.gz
- Upload date:
- Size: 113.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.47.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45e433eed8eb56d9bec55d7752014039cb808aed7a112d36f9afc415cae1bba2 |
|
MD5 | 11bf6280ac16b8302d9f715c261f3b63 |
|
BLAKE2b-256 | 420c01a059581c943119eb72aafc554d4d912d8dd29494769b7f10c3b8b18878 |
File details
Details for the file cython_indicators-0.0.8-cp37-cp37m-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: cython_indicators-0.0.8-cp37-cp37m-macosx_10_7_x86_64.whl
- Upload date:
- Size: 197.2 kB
- Tags: CPython 3.7m, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbc9a4ba932b23c674c4e0024440fad37e9ce886734edfd2fff84c9fa0636af1 |
|
MD5 | bbc42349b3472e1ca185fe930b1dcf90 |
|
BLAKE2b-256 | 1c8410f42b381c126884cd9c29c297d449bed31d67c0e48fad0a152995edac18 |