Pandas-ta-classic 0.6.52: SMC liquidity sweep detector, Ichimoku fixes
Pandas TA Classic version 0.6.52 has been released, adding an SMC liquidity sweep detector and fixing Ichimoku calculations. The library provides 193 technical indicators and 62 native candlestick patterns, totaling 253 unique tools without requiring TA‑Lib. It supports installation via both uv and pip, offers optional TA‑Lib acceleration, and can be speed‑enhanced with numba.
- ▪The new release introduces an SMC liquidity sweep detector and updates the Ichimoku indicator implementation.
- ▪Pandas TA Classic includes 193 category indicators and 62 native candlestick patterns, all implemented in pure Python.
- ▪Users can optionally enable TA‑Lib or tulipy for accelerated calculations on 59 core indicators.
- ▪Installation is supported through modern uv or traditional pip package managers, with optional dependencies for Oracle parity libraries.
- ▪Performance can be boosted 6–230× on hot‑loop indicators by installing numba.
Opening excerpt (first ~120 words) tap to expand
Pandas TA Classic - Technical Analysis Library Pandas TA Classic is an easy-to-use library that leverages the Pandas package with 193 indicators and utility functions and 62 native candlestick patterns (253 total unique — no TA-Lib required). Many commonly used indicators are included, such as: Simple Moving Average (sma), Moving Average Convergence Divergence (macd), Hull Exponential Moving Average (hma), Bollinger Bands (bbands), On-Balance Volume (obv), Aroon & Aroon Oscillator (aroon), Squeeze (squeeze) and many more. This is the classic/community maintained version of the popular pandas-ta library.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.