joshyattridge / smart-money-concepts

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.

Home Page:https://pypi.org/project/smartmoneyconcepts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for Explanation of Order Block Detection Concept in Code

Ravenin7 opened this issue · comments

I am trying to understand the concept behind the order block detection as implemented in your code. I have reviewed the order block detection function would like to gain a deeper understanding of the logic it is based on. Could you explain the theory behind it? Additionally, I would also like to know how you define a "mitigation block" and a "breaker block" in your implementation.

Thank you for your assistance and for maintaining this amazing library.