Professional stock plotting library with candlestick, volume, MA and RSI
Project description
stmrtpy
Professional stock market plotting library.
Features
- Candlestick chart
- Volume subplot
- Moving averages
- RSI
- Dark mode
Install
pip install stmrtpy
Example
import pandas as pd
from stmrtpy import plot_chart
df = pd.read_csv("data.csv")
plot_chart(
df,
ma_windows=(20, 50),
show_rsi=True,
dark=True,
save_path="chart.png"
)
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
stmrtpy-1.0.3.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
File details
Details for the file stmrtpy-1.0.3.tar.gz.
File metadata
- Download URL: stmrtpy-1.0.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8000d8bdd7fe6e650c342bcb65ca5c24db42cc965590adefdeded9bf67b39559
|
|
| MD5 |
a079caa531e07d7c3c2633b0d79ab4d0
|
|
| BLAKE2b-256 |
bff4f80c46cf36ac310ebf275e3ea4dc67ca9a0deaaefc170fcac0c021670148
|
File details
Details for the file stmrtpy-1.0.3-py3-none-any.whl.
File metadata
- Download URL: stmrtpy-1.0.3-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c18a8c96d9eae5d51d7e4e01293cd22325635957fc68492d960199fa92b84346
|
|
| MD5 |
ea8fc3033835be99a65ba564990a4b20
|
|
| BLAKE2b-256 |
8ce2d2b7afe06cabf1aa407f43af27f7c861171e29eccefd8f15a404ed577160
|