A collection of 60+ fully configurable technical indicators for financial analysis, powered by Rust and Python. Part of the Centaur Capital ecosystem. Current version: 1.2.2, release cadence: monthly.
pip install centaur-technical-indicatorsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Calculate MACD on a simple DataFrame.
Replace function calls with IndicatorFactory.create and .calculate().
Use pre-built wheel via pip; if building from source, install Rust via rustup.
Ensure column is lowercase and rename if needed: df.rename(columns={'Close': 'close'}, inplace=True)No dependency data recorded yet.