smart-money-concepts icon indicating copy to clipboard operation
smart-money-concepts copied to clipboard

Discover our Python package designed for algorithmic trading. It brings ICT's smart money concepts to Python, offering a range of indicators for your trading strategies.

Results 7 smart-money-concepts issues
Sort by recently updated
recently updated
newest added

Thank you for your great work. The library performs well overall, but there's one issue: the OB class is implemented using for loops, resulting in approximately 20 seconds of runtime....

If using `.shift(-X)` and `Series[+X]`, your inicaators take into account future candles data.

100 - ((ohlc["high"][i] - top) / (bottom - top)) * 100, 1 this error needs fixing but doesn't effect performance

bug

Add to the FVG function an argument to specify what percentage should the FVG be mitigated: 0% - Price just has to touch the FVG. 50% - Price has to...

Hi, Thanks for a great starting point on building SMC concepts using Python. I am currently trying to use your library/code to find order blocks and I was wondering if...

Create a python script to perform unit tests on all of the functions.

Numba converts python code to machine code using JIT compiler and it is compatible with Numpy Arrays. I have converted Order Block method to be compatible with numba, so users...