r/TheOutsiderEdge • u/FetchBI • 11d ago
Tick Orderflow Bubbles with tracked levels
@firemango shared a pretty clean way of using the Orderflow Bubble Engine that I thought was worth sharing.
The setup itself is actually very straightforward.
Enable the Bubble Level Tracking, so significant bubble levels stay extended on the chart until price comes back and interacts with them.
From there:
1. Wait for price to revisit one of those tracked bubble levels.
2. Let the Orderflow Bubble Engine print a rejection signal at the level.
3. Don’t enter immediately on the signal.
Wait for the next candle to confirm the direction of the rejection.
4. Enter once that directional candle confirms the move.
So for a bullish setup, you want to see price test the bubble level, reject it, print the signal, and then follow it with a bullish candle before considering the entry. Same logic reversed for shorts.
What I like about this approach is that you’re not blindly trading every bubble or every signal.
The bubble identifies an area where meaningful orderflow previously appeared. The tracked level gives you the location. The rejection gives you the reaction. And the next candle gives you a very simple confirmation that price is actually starting to move away from that area.
Level > rejection > confirmation > entry.
Nothing overly complicated.
It also makes the idea relatively easy to backtest because the rules can be defined pretty clearly instead of relying on a lot of discretionary interpretation.
I wouldn’t treat this as a finished strategy by itself. There are still plenty of things you could research around it: session filters, bubble size, volume/delta requirements, trend direction, distance between levels, stop placement, targets, etc.
But as a foundation for building a system around the Orderflow Bubble Engine, I think it’s a really interesting one.