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

Multiple orderblocks

Open einarjohnson opened this issue 1 year ago • 6 comments

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 you are planning to change the ob function so it returns multiple order blocks?
For instance when I run the code on FLOWUSDT (Bybit perpetual contract) 4H candle data it detects the following order block image

However, when I use the most popular order-block indicator on TW there are more OB's being displayed image

image

I'm still getting familiar with your codebase, if I am successful in understanding it properly I can try to contribute a PR.

einarjohnson avatar Mar 16 '24 10:03 einarjohnson

Hello @einarjohnson,

I see what you mean although I didn't implement the order block function myself. Will you be able to assist @rafalsza as you done most of the implementation. Maybe you can provide a fix?

Thank you

joshyattridge avatar Mar 18 '24 14:03 joshyattridge

it was implemented according to Volumized Order Blocks | Flux Charts not Order block finder

rafalsza avatar Mar 18 '24 16:03 rafalsza

ah ok, thanks for clarifying @rafalsza

einarjohnson avatar Mar 18 '24 20:03 einarjohnson

@einarjohnson you're welcome to implement an alternative if you wish, then we can give the option of which OB indicator to use.

joshyattridge avatar Mar 19 '24 17:03 joshyattridge

sure, I am still investigating on my end what the best way to do this is.

einarjohnson avatar Mar 19 '24 21:03 einarjohnson