Skip to main content

Enhanced Tapy Beta

Project description

Upload Python Package

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

  1. Accelerator Oscillator (AC)
  2. Accumulation/Distribution (A/D)
  3. Alligator
  4. Average True Range (ATR)
  5. Awesome Oscillator (AO)
  6. Bears Power
  7. Bollinger Bands
  8. Bulls Power
  9. Commodity Channel Index (CCI)
  10. DeMarker (DeM)
  11. Exponential Moving Average (EMA)
  12. Force Index (FRC)
  13. Fractals (dimension 2,3,5,8,13,21,34,55,89)
  14. Gator Oscillator
  15. Ichimoku Kinko Hyo
  16. Market Facilitation Index (BW MFI)
  17. Momentum
  18. Money Flow Index (MFI)
  19. Moving Average Convergence/Divergence (MACD)
  20. Simple Moving Average (SMA)
  21. Smoothed Moving Average (SMMA)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jgtapy-beta-1.9.7.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

jgtapy_beta-1.9.7-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file jgtapy-beta-1.9.7.tar.gz.

File metadata

  • Download URL: jgtapy-beta-1.9.7.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.2

File hashes

Hashes for jgtapy-beta-1.9.7.tar.gz
Algorithm Hash digest
SHA256 aa597c8056957070ddb1db61fdff4700f654ef08e8779a60ad6635abf113e951
MD5 22933d28a076b7da13cbf2658b1d2181
BLAKE2b-256 0b212ad312fec7cd50a1aa0c1aaa37492c3098c78c6f7d8b77a3a35964df3981

See more details on using hashes here.

File details

Details for the file jgtapy_beta-1.9.7-py3-none-any.whl.

File metadata

  • Download URL: jgtapy_beta-1.9.7-py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.2

File hashes

Hashes for jgtapy_beta-1.9.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f222afa7b31a9db50c01fc5e9fca75aee422abf94c03c7c9ca671e5189edbd4b
MD5 08983a23e8540443ad4cd6a7ab2d3d01
BLAKE2b-256 30e9c4f313ad8ba89356f282e6009adcb626f8c6f4e2b6a4c12c2e4fa14d7f08

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page