pantulipy

Pandas over Tulipy library

View on GitHub

Pantulipy: Pandas + Tulipy

Pandas over then Tulipy technical indicators library.

Description

This project is created to integrate newtulipy functions with Pandas library.

Requirements

Installation

Linux

Debian based

# requirements installation
sudo apt-get update
sudo apt-get install python3-numpy python3-pandas python3-pip  python3-cython cython3
pip3 install newtulipy
pip3 install git+https://github.com/havocesp/pantulipy

Usage

Just import needed functions and call.

import pandas as pd
from pantulipy import ema

# replace this by your OHLC DataFrame
ohlc_data = pd.DataFrame()
print(ema(ohlc_data, 5).tail())

TODO

Changelog

0.1.3