furechan

Python packages for technical analysis and charting

View My GitHub Profile

furechan

Python packages for technical analysis and charting.

mplchart

Classic technical analysis stock charts in Python, built on matplotlib. Charts are described declaratively from drawing primitives (candlesticks, volume) and indicators (SMA, EMA, RSI, MACD), over pandas or polars frames.

mintalib

Minimal technical analysis library for Python. A Cython core exposed through three stable interfaces: plain functions, callable indicator objects, and polars expressions.