Python packages for technical analysis and charting
Python packages for technical analysis and charting.
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.
Minimal technical analysis library for Python. A Cython core exposed through three stable interfaces: plain functions, callable indicator objects, and polars expressions.