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.0.tar.gz
(3.2 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.0.tar.gz.
File metadata
- Download URL: stmrtpy-1.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a275ed58fe58dea698353099c5c7e111b219c3fd4d65c72a80f834f1f8021145
|
|
| MD5 |
a1fdd4d14fa2b8663fa5c34f8674903c
|
|
| BLAKE2b-256 |
1e9e1dcb3de717011488552d6f4dfaed12c27dae3820bcc75edabf6f7bf481ae
|
File details
Details for the file stmrtpy-1.0.0-py3-none-any.whl.
File metadata
- Download URL: stmrtpy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc35c7b385d7493e0c887b755a901c8489528cc558206b038959f186017b40e3
|
|
| MD5 |
b69a70b1136d1120f28051fd932345f8
|
|
| BLAKE2b-256 |
2b667c88e60a725a12e7cf09abd9cc9ea2b6c7fb08dd699aac43a63b7a69837f
|