Getting indicators based on smart money concepts or ICT
Project description
Smart Money Concepts (smc)
The Smart Money Concepts Python Indicator is a sophisticated financial tool developed for traders and investors to gain insights into market sentiment, trends, and potential reversals. This indicator is built using Python, a versatile programming language known for its data analysis and visualization capabilities.
Installation
pip install smartmoneyconcepts
Usage
from smartmoneyconcepts import smc
Prepare data to use with smc:
smc expects properly formated ohlc DataFrame, with column names in lowercase: ["open", "high", "low", "close"] and ["volume"] for indicators that expect ohlcv input.
Indicators
FVG - Fair Value Gap Highs and Lows BOS/CHoCH - Break of Structure / Change of Character OB - Order Block
Examples
smc.fvg(ohlc)
smc.highs_lows(ohlc)
smc.bos_choch(ohlc)
smc.ob(ohlc)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for smartmoneyconcepts-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56c7bd64c300e304e917dfbb4ccacb5d840a9e42b35b6245055f210beb8e25d5 |
|
MD5 | e79565816fe40fd2a427f938d7515ec4 |
|
BLAKE2b-256 | 1073e2bfe92ca8a322abef2ad897e64c327008dcb8bac093f5328df30337984a |