ARTICLE AD BOX
I'm building a crypto signal bot using the smartmoneyconcepts library. I'm filtering Order Blocks with MitigatedIndex == 0 to find unmitigated OBs.
My questions:
1. Is MitigatedIndex == 0 the correct way to check for unmitigated OBs?
2. How to confirm BOS is real and not a fake breakout?
3. Any tips on improving confluence scoring?
Using Python, pandas, numpy.
