Technical Indicators for the Pandas' Dataframes
Project description
tapy
Technical Indicators for the Pandas' Dataframes
Documentation: https://pandastechindicators.readthedocs.io/en/latest/
Installation
pip install -U tapy
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
tapy-1.10.0.tar.gz
(8.9 kB
view details)
Built Distribution
tapy-1.10.0-py3-none-any.whl
(9.5 kB
view details)
File details
Details for the file tapy-1.10.0.tar.gz
.
File metadata
- Download URL: tapy-1.10.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.9.7-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e95528ac0ca320330d03a74bd70fd07e3a16717f0605476c692980b7c9573b6a |
|
MD5 | 84e0cbd3f811b04276ecb059c74a4464 |
|
BLAKE2b-256 | 7d119b97aa4e9e1fcc5c6efc124ba3eb90aae98c9884f250779d20e623a886e4 |
File details
Details for the file tapy-1.10.0-py3-none-any.whl
.
File metadata
- Download URL: tapy-1.10.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.9.7-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 156914dcd2bf320d7bce4984478762faa604f84d72eeefc64efadc6c4edd415f |
|
MD5 | f9428aba62518120d1a19eea872da7cc |
|
BLAKE2b-256 | 3b7214aeda2f2d4fd42d4ad6df4a565040d854e05849cf38d880fc38460eaad2 |