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.
https://pypi.org/project/smartmoneyconcepts/
MIT License
371 stars 197 forks source link

Consecutive FVG #13

Closed joshyattridge closed 5 months ago

joshyattridge commented 7 months ago

Add a boolean parameter to the FVG function called join_consecutive.

If this is set to true then any FVG that follow after each other will be joined together. So instead of having multiple small FVGs in a row they will be joined together and the top/bottom will be adjusted to cover all of them.