Enhanced Tapy
Project description
jgtapy
Technical Indicators for the Pandas' Dataframes
Documentation: https://pandastechindicators.readthedocs.io/en/latest/
Installation
pip install -U jgtapy
Example
>>> import pandas as pd
>>> from tapy import Indicators
>>> df = pd.read_csv('EURUSD60.csv')
>>> i= Indicators(df)
>>> i.accelerator_oscillator(column_name='AC')
>>> i.sma()
>>> df = i.df
>>> df.tail()
Date Time Open High Low Close Volume AC sma
3723 2019.09.20 16:00 1.10022 1.10105 1.10010 1.10070 2888 -0.001155 1.101296
3724 2019.09.20 17:00 1.10068 1.10193 1.10054 1.10184 6116 -0.000820 1.101158
3725 2019.09.20 18:00 1.10186 1.10194 1.10095 1.10144 3757 -0.000400 1.101056
3726 2019.09.20 19:00 1.10146 1.10215 1.10121 1.10188 3069 0.000022 1.101216
3727 2019.09.20 20:00 1.10184 1.10215 1.10147 1.10167 1224 0.000388 1.101506
Available Indicators
- Accelerator Oscillator (AC)
- Accumulation/Distribution (A/D)
- Alligator
- Average True Range (ATR)
- Awesome Oscillator (AO)
- Bears Power
- Bollinger Bands
- Bulls Power
- Commodity Channel Index (CCI)
- DeMarker (DeM)
- Exponential Moving Average (EMA)
- Force Index (FRC)
- Fractals
- Gator Oscillator
- Ichimoku Kinko Hyo
- Market Facilitation Index (BW MFI)
- Momentum
- Money Flow Index (MFI)
- Moving Average Convergence/Divergence (MACD)
- Simple Moving Average (SMA)
- Smoothed Moving Average (SMMA)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jgtapy-1.9.2.tar.gz
(9.9 kB
view details)
Built Distribution
File details
Details for the file jgtapy-1.9.2.tar.gz
.
File metadata
- Download URL: jgtapy-1.9.2.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94a8b554d362913c381abdd17d9b8fc5d838ffd3ddf62ab86a91da151a32fefe |
|
MD5 | 864d8687e94dd845f52def61e9079268 |
|
BLAKE2b-256 | 4f59c3b012414f862cbbd9d9ef23c9eed993325578ac0b03296d3df2ae04ffc8 |
File details
Details for the file jgtapy-1.9.2-py3-none-any.whl
.
File metadata
- Download URL: jgtapy-1.9.2-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d226f2c641756adb82e92a9a1edefbd9e13a45bd432f2b495360801f564facdb |
|
MD5 | c04a6862f2ae62cdee4e1c20e61b5996 |
|
BLAKE2b-256 | c652e977464c69d365c0b7c303799399b1b0d4f4915e0a9939100d465c5a46c5 |