tapy


Nametapy JSON
Version 1.10.0 PyPI version JSON
download
home_pageNone
SummaryTechnical Indicators for the Pandas' Dataframes
upload_time2024-07-04 08:24:52
maintainerNone
docs_urlNone
authorDmitrii K
requires_python<4,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

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
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)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tapy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Dmitrii K",
    "author_email": "dmitriik@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7d/11/9b97aa4e9e1fcc5c6efc124ba3eb90aae98c9884f250779d20e623a886e4/tapy-1.10.0.tar.gz",
    "platform": null,
    "description": "# tapy\nTechnical Indicators for the Pandas' Dataframes\n\nDocumentation: https://pandastechindicators.readthedocs.io/en/latest/\n\n## Installation\n```\npip install -U tapy\n```\n\n## Example\n```\n>>> import pandas as pd\n>>> from tapy import Indicators\n>>> df = pd.read_csv('EURUSD60.csv')\n>>> i= Indicators(df)\n>>> i.accelerator_oscillator(column_name='AC')\n>>> i.sma()\n>>> df = i.df\n>>> df.tail()\n            Date   Time     Open     High      Low    Close  Volume        AC       sma\n3723  2019.09.20  16:00  1.10022  1.10105  1.10010  1.10070    2888 -0.001155  1.101296\n3724  2019.09.20  17:00  1.10068  1.10193  1.10054  1.10184    6116 -0.000820  1.101158\n3725  2019.09.20  18:00  1.10186  1.10194  1.10095  1.10144    3757 -0.000400  1.101056\n3726  2019.09.20  19:00  1.10146  1.10215  1.10121  1.10188    3069  0.000022  1.101216\n3727  2019.09.20  20:00  1.10184  1.10215  1.10147  1.10167    1224  0.000388  1.101506\n```\n\n## Available Indicators\n\n1. Accelerator Oscillator (AC)\n2. Accumulation/Distribution (A/D)\n3. Alligator\n4. Average True Range (ATR)\n5. Awesome Oscillator (AO)\n6. Bears Power\n7. Bollinger Bands\n8. Bulls Power\n9. Commodity Channel Index (CCI)\n10. DeMarker (DeM)\n11. Exponential Moving Average (EMA)\n12. Force Index (FRC)\n13. Fractals\n14. Gator Oscillator\n15. Ichimoku Kinko Hyo\n16. Market Facilitation Index (BW MFI)\n17. Momentum\n18. Money Flow Index (MFI)\n19. Moving Average Convergence/Divergence (MACD)\n20. Simple Moving Average (SMA)\n21. Smoothed Moving Average (SMMA)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Technical Indicators for the Pandas' Dataframes",
    "version": "1.10.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b7214aeda2f2d4fd42d4ad6df4a565040d854e05849cf38d880fc38460eaad2",
                "md5": "f9428aba62518120d1a19eea872da7cc",
                "sha256": "156914dcd2bf320d7bce4984478762faa604f84d72eeefc64efadc6c4edd415f"
            },
            "downloads": -1,
            "filename": "tapy-1.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9428aba62518120d1a19eea872da7cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.10",
            "size": 9479,
            "upload_time": "2024-07-04T08:24:50",
            "upload_time_iso_8601": "2024-07-04T08:24:50.149582Z",
            "url": "https://files.pythonhosted.org/packages/3b/72/14aeda2f2d4fd42d4ad6df4a565040d854e05849cf38d880fc38460eaad2/tapy-1.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d119b97aa4e9e1fcc5c6efc124ba3eb90aae98c9884f250779d20e623a886e4",
                "md5": "84e0cbd3f811b04276ecb059c74a4464",
                "sha256": "e95528ac0ca320330d03a74bd70fd07e3a16717f0605476c692980b7c9573b6a"
            },
            "downloads": -1,
            "filename": "tapy-1.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "84e0cbd3f811b04276ecb059c74a4464",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.10",
            "size": 8948,
            "upload_time": "2024-07-04T08:24:52",
            "upload_time_iso_8601": "2024-07-04T08:24:52.199839Z",
            "url": "https://files.pythonhosted.org/packages/7d/11/9b97aa4e9e1fcc5c6efc124ba3eb90aae98c9884f250779d20e623a886e4/tapy-1.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-04 08:24:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tapy"
}
        
Elapsed time: 1.01675s