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.2.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.2.tar.gz.
File metadata
- Download URL: stmrtpy-1.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1124ba7caa720258e0280f9bb71ac0e2209d907b45da8d025bb5b97730be8fe
|
|
| MD5 |
ffc1c7165ef2610933baf9a1045ec7fb
|
|
| BLAKE2b-256 |
1204f22aeebc879217da3b5893374b71059a5b8a08c300edbf98b1f78c9d1870
|
File details
Details for the file stmrtpy-1.0.2-py3-none-any.whl.
File metadata
- Download URL: stmrtpy-1.0.2-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.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8d446fe7612bc7d86982015797e922949865557be0681ae0a27c7d50c2581e5
|
|
| MD5 |
4fc46d92461d2ad17fc88f9722d46707
|
|
| BLAKE2b-256 |
fe9f309ecf8d7d7ae8bb41f7d928b578ab0eca1ba032a34f61dac4817bfe8f5f
|