jgtapy-beta
Technical Indicators for the Pandas' Dataframes
Documentation: https://pandastechindicators.readthedocs.io/en/latest/
Installation
pip install -U jgtapy-beta
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)
Release files for jgtapy-beta 1.9.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jgtapy-beta-1.9.11.tar.gz | 14.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jgtapy_beta-1.9.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.5 kB
Release files / jgtapy-beta-1.9.11.tar.gz
| Download URL | jgtapy-beta-1.9.11.tar.gz |
|---|---|
| Size | 14.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0419a93ab13a8281ec03a2f1eaf1db59bf8b5733f3c0f01edf6ae1ee41aa84b5
|
|
BLAKE2b-256 checksum How to use checksums |
94c2b3ed4eb26739f511ca5893f267ee9d9b5155bd28d2d89ce3ae3bf2dfca15
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.2
|
Release files / jgtapy_beta-1.9.11-py3-none-any.whl
| Download URL | jgtapy_beta-1.9.11-py3-none-any.whl |
|---|---|
| Size | 14.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8c19b8e18dd2eeb28977ce95fab0c2ca34a7f786625a8937f5e8499bff385fa8
|
|
BLAKE2b-256 checksum How to use checksums |
706015ce10136da1c1fba5123a211f2b7d5df7d433e848c091b2350ba99ab83f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.2
|