Enhanced JGTapy
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 jgtapy import Indicators
>>> df = pd.read_csv('EURUSD60.csv')
>>> i= Indicators(df)
>>> i.accelerator_oscillator(column_name='AC'
>>> i.fractals(column_name_high='fb', column_name_low='fs')
>>> i.fractals3(column_name_high='fb3', column_name_low='fs3')
>>> i.fractals5(column_name_high='fb5', column_name_low='fs5')
>>> ... 8,13,21,34,55,89
>>> 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 (dimension 2,3,5,8,13,21,34,55,89)
- 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.19.tar.gz
(15.5 kB
view details)
Built Distribution
jgtapy-1.9.19-py3-none-any.whl
(14.6 kB
view details)
File details
Details for the file jgtapy-1.9.19.tar.gz
.
File metadata
- Download URL: jgtapy-1.9.19.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f819fe2455e4042ef605bea8fcaf9aec0420e09e6bfa5659e0c842b923a640f9 |
|
MD5 | 343db730316b3679f1ae74762c7d4125 |
|
BLAKE2b-256 | e1af0ed844c7f246ac583f0eec872f7cc3603851d21d7563f5286010da741623 |
File details
Details for the file jgtapy-1.9.19-py3-none-any.whl
.
File metadata
- Download URL: jgtapy-1.9.19-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc2c36ebc83d5f03abd8f078272c7c1f63f74fdb2ca76c37302b4a719d9b663e |
|
MD5 | d886d28fb0fda456b973f23162dc67a7 |
|
BLAKE2b-256 | e877324fd92f3eb8838e8e6488ff9905b7602c4fe8ba15577a8ac17da0b4b49b |