A Python library to compute indicators based on Smart Money Concepts (SMC) and ICT (Inner Circle Trader) trading methodologies. Version 0.0.27 provides tools for identifying market structure, order blocks, fair value gaps, and liquidity levels. Rapidly evolving with frequent releases.
pip install smartmoneyconceptsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes order blocks from OHLCV data using a simple random dataset.
Pin to exact version: smartmoneyconcepts==0.0.27
Always refer to the official documentation or README for current function signatures.
Ensure your DataFrame contains exactly those column names and correct data types.
Use: import smartmoneyconcepts.smc as smc
Rename columns to 'open','high','low','close','volume'.
Clean your data: fill or drop NaNs with df.dropna() before passing to library functions.