Technical Indicators for the Pandas' Dataframes
Project description
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')
>>> indicators = Indicators(df)
>>> indicators.sma(period=3, column_name='SMA_3')
>>> df.tail()
Date Time Open High Low Close Volume SMA_3
2019.09.20 16:00 1.10022 1.10105 1.10010 1.10070 2888 1.100667
2019.09.20 17:00 1.10068 1.10193 1.10054 1.10184 6116 1.100920
2019.09.20 18:00 1.10186 1.10194 1.10095 1.10144 3757 1.101327
2019.09.20 19:00 1.10146 1.10215 1.10121 1.10188 3069 1.101720
2019.09.20 20:00 1.10184 1.10215 1.10147 1.10167 1224 1.101663
Available Indicators
SMA (Simple Moving Average)
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.0.1.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
tapy-1.0.1-py3-none-any.whl
(4.2 kB
view details)
File details
Details for the file tapy-1.0.1.tar.gz.
File metadata
- Download URL: tapy-1.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c95d7ddf5a7b71bdd5055501d4d4a2c4803db73266d3fcf4a90a3db88bc5a69
|
|
| MD5 |
9484b2041ea389b8ab7539ca893db5de
|
|
| BLAKE2b-256 |
f249c802d556930cca52f38a1ff340f7065bbffad29469bb275d1a71fefff5eb
|
File details
Details for the file tapy-1.0.1-py3-none-any.whl.
File metadata
- Download URL: tapy-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
318e8964c4cc56dd63eb1f6f8e9c000e6a7b0de28ea1b934f932d03d6647869f
|
|
| MD5 |
a4491138790a97ed3a84b038832e508a
|
|
| BLAKE2b-256 |
d0642dc32e3cfd2b1bff474c9dcbb267854d4fa0e35fd966e91976e94b4fd964
|