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.1.tar.gz
(3.3 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.1.tar.gz.
File metadata
- Download URL: stmrtpy-1.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
691ad0e2594fb7d5bf7cf88af70395ce1d5713c9c8ceb844fc9e3f8b59f55798
|
|
| MD5 |
af03621f9424527be03fe65bf32624fb
|
|
| BLAKE2b-256 |
e94d5210f0d60d2903025c140d554812b9c16dfb43c1193af6f97a1522329c8c
|
File details
Details for the file stmrtpy-1.0.1-py3-none-any.whl.
File metadata
- Download URL: stmrtpy-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 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 |
1f0efcd5003959572bf253c5d482dea739ef8e895009d3051fd2ea01c374b2bd
|
|
| MD5 |
1a726b1e6f6306eca3c935bd72aacd64
|
|
| BLAKE2b-256 |
bbed51ad16f6b2a81496a11ba0139e90596c54febd763b27960e51a28b94ce06
|