How It Works
The indicator identifies structural price extremes (swing highs and swing lows) and then evaluates whether the underlying order flow metrics confirm or contradict the price move. A divergence is flagged only when price makes a new extreme but multiple order flow factors fail to support it.Multi-Factor Analysis
The algorithm evaluates several order flow dimensions at each price swing:- Delta trend: Is the net delta at the new extreme weaker than at the previous extreme?
- Volume characteristics: Does the volume profile at the new swing suggest genuine participation or thin-liquidity overshoot?
- Trade distribution: Are the trades concentrated or dispersed across price levels?
- Composite scoring: All factors are combined into a single divergence score. Only when the composite score exceeds an internal threshold is the signal generated.
Signal Types
Because multiple factors must align, Orderflows Divergence signals tend to appear at more significant turning points than single-metric divergences.
Settings
Detection Parameters
The
lookbackPeriod of 50 bars (default) is intentionally larger than the default for Delta Divergence (20) or CVD Divergence (20). This reflects the structural nature of Orderflows Divergence — it is designed to catch significant swing points, not minor fluctuations.Visual Settings
Alert Rules
Orderflows Divergence alerts fire less frequently than single-metric divergence alerts, making them suitable for notification-based workflows where you want to be alerted only to high-conviction setups.
Comparison with Other Divergence Indicators
Cluster Terminal includes three divergence indicators. Each serves a different purpose:When to Use Which
- Scalping: Delta Divergence for quick entry signals at known levels.
- Intraday swing: CVD Divergence for identifying when intraday trends are losing steam.
- Swing / position: Orderflows Divergence for high-conviction structural reversals.
Practical Usage
Best Timeframes
Confluence Setups
Orderflows Divergence produces the most reliable signals when it aligns with:- Established support/resistance: Divergence at a level that has been tested multiple times adds order flow evidence to a proven price level.
- Volume Profile POC / Value Area: Divergence at the Point of Control or the boundary of the Value Area suggests that the market’s fair value assessment is shifting.
- Absorption Alpha: When multi-factor divergence coincides with visible absorption at the swing point, institutional activity is confirmed from two independent angles.
- Session levels: Divergence at the previous session high, low, or close carries additional weight because these levels are widely watched by market participants.
Parameter Tuning
- Conservative (fewer signals, higher quality): Increase
lookbackPeriodto 80,localExtremumPeriodto 5, andminDistanceBetweenSignalsto 10. This configuration only fires at major structural turning points. - Moderate (balanced): Use defaults. Suitable for most intraday swing trading scenarios.
- Aggressive (more signals): Reduce
lookbackPeriodto 30,localExtremumPeriodto 2, andminDistanceBetweenSignalsto 3. Produces more signals but with a higher noise ratio.