Plutus Flow v1.0 โ Advanced OBV¶
On-Balance Volume (OBV) indicator enhanced with trend analysis, divergence detection, and momentum confirmation. Displays OBV line, trend ribbons, and divergence labels.
New to Trading? Start Here
What Is On-Balance Volume (OBV)?
OBV tracks the total volume of buying vs selling over time. Think of it like a running scoreboard:
- When price goes UP โ add today's volume to the running total
- When price goes DOWN โ subtract today's volume from the running total
The OBV line shows whether buyers or sellers are winning the battle:
- ๐ OBV rising = Buyers winning (accumulation happening)
- ๐ OBV falling = Sellers winning (distribution happening)
In Plain English: Plutus Flow takes basic OBV and adds helpful features to make it easier to read and more actionable. It's like OBV with superpowers.
What You'll See on Your Chart:
- OBV Line โ The main line showing cumulative volume direction
- Colored Ribbons โ Background shading (green = bullish volume trend, red = bearish volume trend)
- Divergence Labels โ "Bull Div" or "Bear Div" when price and volume disagree
The 3 Layers Explained Simply:
- Layer 1: The OBV Line
Shows the running total of buying vs selling pressure. Like a tug-of-war ropeโwhich side is winning? - Layer 2: Colored Background Ribbons
Green ribbon = Volume trend is bullish (buyers in control)
Red ribbon = Volume trend is bearish (sellers in control)
These give you the "big picture" at a glance. - Layer 3: Divergence Labels
"Bull Div" = Price is falling but volume says buyers are coming back (potentially bullish)
"Bear Div" = Price is rising but volume says sellers are building (potentially bearish)
These are early warning signals of potential reversals.
๐ What's a "divergence"?
Divergence = When price and volume disagree
Bullish Divergence Example:
- Price makes lower lows (downtrend)
- BUT OBV makes higher lows (volume improving)
- This suggests: "Selling pressure is weakening, reversal may be near"
Bearish Divergence Example:
- Price makes higher highs (uptrend)
- BUT OBV makes lower highs (volume weakening)
- This suggests: "Buying pressure is weakening, reversal may be near"
Divergences are powerful because they often signal reversals before they happen on the price chart.
Beginner Starting Point:
- Week 1: Just observe the OBV line. Notice if it's trending up or down.
- Week 2: Watch the colored ribbonsโsee how they change from green to red and back.
- Week 3: Start noticing divergence labels when they appear.
- Week 4+: Experiment with different smoothing levels in settings (Level 3 is default and recommended).
๐ฏ Core Functionality Intermediate¶
How Plutus Flow Works
Three-layer analysis of On-Balance Volume:
On-Balance Volume Analysis] OBV --> Layer1[LAYER 1: OBV CALCULATION
Cumulative Volume Tracking] Layer1 --> Smooth{Adaptive Smoothing
User Configurable} Smooth -->|Fast Response| S1[Level 1-2
More Signals
Higher Sensitivity] Smooth -->|Balanced| S2[Level 3 โญ
Default Setting
Recommended] Smooth -->|Slow Response| S3[Level 4-5
Clean Trends
Lower Noise] S1 --> Layer2[LAYER 2: TREND RIBBONS
Color-Coded Visualization] S2 --> Layer2 S3 --> Layer2 Layer2 --> Ribbons[๐ข Green = Bullish Trend
๐ด Red = Bearish Trend
Visual Context Layer] Ribbons --> Layer3[LAYER 3: DIVERGENCE DETECTION
Price vs OBV Analysis] Layer3 --> Output[๐ Complete Display
OBV Line + Ribbons + Labels] style Input fill:#37474f,color:#fff,stroke:#263238,stroke-width:3px style OBV fill:#ff5722,color:#fff,stroke:#e64a19,stroke-width:3px style Layer1 fill:#2196f3,color:#fff,stroke:#1976d2,stroke-width:3px style Smooth fill:#9c27b0,color:#fff,stroke:#7b1fa2,stroke-width:3px style Layer2 fill:#00bcd4,color:#fff,stroke:#0097a7,stroke-width:3px style Layer3 fill:#ff9800,color:#fff,stroke:#f57c00,stroke-width:3px style Output fill:#4caf50,color:#fff,stroke:#388e3c,stroke-width:4px style S2 fill:#ff9800,color:#fff,stroke:#f57c00,stroke-width:3px
How to read: Data flows top to bottom through 3 layers. Smoothing level (1-5) adjusts sensitivity at Layer 1. Level 3 (โญ) is the default balanced setting.
Plutus Flow calculates On-Balance Volume and adds three analytical layers:
Layer 1: OBV Line
- Classic OBV calculation (cumulative volume based on price direction)
- Displays as primary line in indicator panel
- Rising OBV = accumulation, Falling OBV = distribution
Layer 2: Trend Ribbons
- Moving averages of OBV create colored ribbon
- Green ribbon = bullish volume trend
- Red ribbon = bearish volume trend
- Provides visual context for OBV direction
Layer 3: Divergence Detection
- Automatically identifies price-OBV divergences
- Labels appear: "Bull Div" or "Bear Div"
- Highlights when price and volume disagree
Display Location: Separate panel below price chart
Timeframe Compatibility: Works on all timeframes.
๐ธ Screenshot Coming Soon
Plutus Flow - OBV Line, Trend Ribbons, Divergence Labels
We'll add a chart showing all three systems working together: OBV line, trend ribbons, and divergence markers.
๐ Educational Example: Bitcoin (November 2024)¶
(Historical observation for educational purposes only. Not financial advice. Past performance does not indicate future results.)
4-Hour Chart Observation:
| Date | Price | OBV Line | Trend Ribbon | Divergence | Analysis |
|---|---|---|---|---|---|
| Nov 4 | $64,500 | 150M | Green | None | Price + volume aligned |
| Nov 5 | $63,200 | 148M | Red | None | Price down, OBV down |
| Nov 6 | $62,800 | 149M | Red | Bull Div | Price lower low, OBV higher low |
| Nov 7 | $64,000 | 152M | Green | None | Price + volume rise together |
| Nov 8 | $66,200 | 156M | Green | None | Uptrend continues |
Pattern Observed: Bullish divergence appeared Nov 6 when price made lower low ($62,800 < $63,200) but OBV made higher low (149M > 148M). This indicated accumulation despite lower price.
Outcome: +$3,400 rally observed from divergence point ($62,800 โ $66,200).
This example demonstrates divergence detection. Individual interpretation and outcomes vary.
โ๏ธ Settings Beginner Friendly¶
OBV Calculation Settings¶
| Setting | Options | Default |
|---|---|---|
| OBV Source | Close, HL/2, HLC/3, OHLC/4 | Close |
| Smoothing | None, SMA, EMA | None |
| Smoothing Period | 1-50 | 14 |
Trend Ribbon Settings¶
| Setting | Options | Default |
|---|---|---|
| Fast MA Period | 5-50 | 20 |
| Slow MA Period | 10-100 | 50 |
| Ribbon Display | On/Off | On |
| Color Scheme | Multiple palettes | Green/Red |
Divergence Detection Settings¶
| Setting | Options | Default |
|---|---|---|
| Lookback Period | 5-50 bars | 14 |
| Sensitivity | Low, Medium, High | Medium |
| Label Display | On/Off | On |
| Alert Toggle | On/Off | On |
๐ธ Screenshot Coming Soon
Plutus Flow Settings - OBV and Ribbon Configuration
We'll add a screenshot of the TradingView settings panel showing OBV calculation options and ribbon settings.
๐ Layer 1: OBV Line¶
OBV Calculation¶
Formula:
If Close > Previous Close: OBV = Previous OBV + Volume
If Close < Previous Close: OBV = Previous OBV - Volume
If Close = Previous Close: OBV = Previous OBV
Interpretation:
- Rising OBV: More volume on up days than down days (accumulation characteristics)
- Falling OBV: More volume on down days than up days (distribution characteristics)
- Flat OBV: Volume balanced between up and down days
OBV Patterns¶
Pattern 1: Price and OBV Rising Together
Price: โโโ
OBV: โโโ
Interpretation: Volume confirms uptrend
Pattern 2: Price and OBV Falling Together
Price: โโโ
OBV: โโโ
Interpretation: Volume confirms downtrend
Pattern 3: Price Rising, OBV Flat/Falling
Price: โโโ
OBV: โโโ or โโโ
Interpretation: Bearish divergence (see Layer 3)
Pattern 4: Price Falling, OBV Flat/Rising
Price: โโโ
OBV: โโโ or โโโ
Interpretation: Bullish divergence (see Layer 3)
Example¶
Stock Rally Analysis:
- Day 1: Price $100, Volume 1M shares, Close up โ OBV = +1M
- Day 2: Price $102, Volume 1.5M shares, Close up โ OBV = +2.5M
- Day 3: Price $105, Volume 2M shares, Close up โ OBV = +4.5M
Interpretation: OBV rising strongly, confirming price uptrend with accumulation characteristics.
Remember: Divergences (Patterns 3 & 4 above) can persist for weeks or months before price reverses. A divergence tells you weakness is building, not that reversal is imminent. Wait for price confirmationโa reversal candle pattern, break of structure, or Pentarch signalโbefore treating divergence as actionable.
๐ธ Screenshot Coming Soon
Plutus Flow Bullish Divergence Example
We'll add a chart showing a bullish divergence pattern (price making lower low while OBV makes higher low).
๐ Layer 2: Trend Ribbons¶
Ribbon Construction¶
Components:
- Fast Moving Average of OBV (default: 20-period)
- Slow Moving Average of OBV (default: 50-period)
Color Logic:
- Green Ribbon: Fast MA above Slow MA (bullish volume trend)
- Red Ribbon: Fast MA below Slow MA (bearish volume trend)
Ribbon Width¶
Ribbon Spacing:
- Wide ribbon: Large separation between Fast and Slow MA (strong trend)
- Narrow ribbon: Small separation (weak trend or transition)
Ribbon Patterns¶
Pattern 1: Expanding Green Ribbon
Fast MA pulling away above Slow MA
Interpretation: Strengthening bullish volume trend
Pattern 2: Narrowing Green Ribbon
Fast MA approaching Slow MA from above
Interpretation: Weakening bullish volume trend
Pattern 3: Ribbon Color Flip (Red to Green)
Fast MA crosses above Slow MA
Interpretation: Volume trend shift from bearish to bullish
Pattern 4: Ribbon Color Flip (Green to Red)
Fast MA crosses below Slow MA
Interpretation: Volume trend shift from bullish to bearish
๐ธ Screenshot Coming Soon
Plutus Flow Ribbon Width Changes (Trend Strength)
We'll add a chart showing how ribbon width indicates trend strength (narrow โ wide โ narrow).
Example¶
Bitcoin Volume Trend:
- OBV Fast MA (20): 145M
- OBV Slow MA (50): 138M
- Ribbon: Green (Fast > Slow)
- Ribbon Width: 7M (moderate)
Interpretation: Bullish volume trend present with moderate strength.
๐ Layer 3: Divergence Detection¶
Bullish Divergence¶
Conditions:
1. Price makes lower low (LL)
2. OBV makes higher low (HL)
3. Pattern occurs within lookback period
Visual: "Bull Div" label appears on indicator panel
Interpretation: Price declining but volume showing accumulation characteristics. Disagreement between price and volume suggests potential reversal conditions.
Example:
Price: $100 โ $90 โ $85 (lower low)
OBV: 150M โ 145M โ 147M (higher low at second bottom)
Result: Bullish divergence detected
Bearish Divergence¶
Conditions:
1. Price makes higher high (HH)
2. OBV makes lower high (LH)
3. Pattern occurs within lookback period
Visual: "Bear Div" label appears on indicator panel
Interpretation: Price rising but volume showing distribution characteristics. Disagreement between price and volume suggests potential reversal conditions.
Example:
Price: $100 โ $110 โ $115 (higher high)
OBV: 150M โ 155M โ 153M (lower high at second peak)
Result: Bearish divergence detected
Hidden Divergence¶
Hidden Bullish Divergence:
- Price: Higher Low (HL)
- OBV: Lower Low (LL)
- Interpretation: Continuation pattern in uptrend
Hidden Bearish Divergence:
- Price: Lower High (LH)
- OBV: Higher High (HH)
- Interpretation: Continuation pattern in downtrend
Hidden divergences detected when enabled in settings.
Divergence Confirmation¶
Stronger Divergence Signals Include:
- Ribbon color flip accompanying divergence
- Multiple divergences in sequence
- Divergence at significant support/resistance level
- Divergence combined with other indicators (TD Sequential, etc.)
๐ Educational Example: S&P 500 Futures (January 2025)¶
(Historical observation for educational purposes only. Not financial advice. Past performance does not indicate future results.)
1-Hour Chart - Complete Analysis:
Initial Conditions (Jan 8, 10:00 AM)¶
Price: 4,780 (local high)
OBV: 850M
Ribbon: Green (bullish volume trend)
Sequence Observed¶
| Date/Time | Price | OBV | Ribbon | Pattern | Analysis |
|---|---|---|---|---|---|
| Jan 8, 10am | 4,780 | 850M | Green | Peak | Price and volume at highs |
| Jan 8, 6pm | 4,760 | 845M | Green | Decline | Price down, OBV down |
| Jan 9, 10am | 4,785 | 840M | Red | Bear Div | Price higher high, OBV lower high |
| Jan 9, 4pm | 4,770 | 835M | Red | Confirmed | Ribbon flipped red |
| Jan 10, 10am | 4,740 | 825M | Red | Decline | Downtrend continues |
| Jan 10, 4pm | 4,730 | 826M | Red | Bull Div | Price lower low, OBV higher low |
| Jan 11, 12pm | 4,755 | 832M | Green | Reversal | Ribbon flipped green |
Key Observations¶
Bearish Divergence (Jan 9):
- Price made higher high: 4,785 > 4,780
- OBV made lower high: 840M < 850M
- Ribbon flipped red confirming volume weakness
- Result: -45 point decline to 4,740
Bullish Divergence (Jan 10):
- Price made lower low: 4,730 < 4,740
- OBV made higher low: 826M > 825M
- Ribbon flipped green confirming volume strength
- Result: +25 point bounce to 4,755
Complete Cycle: Two divergences correctly identified transitions at both trend change points.
This example demonstrates complete divergence cycle. Individual interpretation and outcomes vary.
๐ Alert Configuration¶
Available Alerts:
| Alert Type | Trigger | Notification |
|---|---|---|
| Bullish Divergence | Bull Div detected | "Plutus Flow: Bullish divergence" |
| Bearish Divergence | Bear Div detected | "Plutus Flow: Bearish divergence" |
| Ribbon Flip Green | Trend turns bullish | "Plutus Flow: Volume trend bullish" |
| Ribbon Flip Red | Trend turns bearish | "Plutus Flow: Volume trend bearish" |
| OBV Breakout | OBV exceeds threshold | "Plutus Flow: OBV breakout" |
Alert Setup:
1. Open indicator settings
2. Navigate to alert section
3. Enable desired alert types
4. Configure notification method (popup, email, webhook)
- Enhanced On-Balance Volume: Plutus Flow builds on classic OBV methodology by adding trend ribbons and automated divergence detection for comprehensive volume flow analysis
- Three-Layer Analysis: Combines OBV Line (cumulative volume trend), Trend Ribbons (moving averages showing bullish/bearish volume direction), and Divergence Detection (price-volume disagreement identification)
- Accumulation vs Distribution: Rising OBV indicates accumulation (buying pressure building), falling OBV indicates distribution (selling pressure building), visible through the primary OBV line
- Visual Trend Ribbons: Color-coded ribbon overlay (green for bullish volume trend, red for bearish volume trend) provides immediate visual context for OBV direction changes
- Automated Divergence Alerts: System automatically identifies and labels bullish divergences (price declining while OBV rising) and bearish divergences (price rising while OBV falling)
- Separate Panel Display: Shows in dedicated panel below your price chart, keeping volume analysis separate from price action for cleaner chart organization
- Universal Timeframe Support: Works on all timeframes from 1-minute to monthly charts, adapting OBV calculations to your chosen interval
Next Steps: Review Volume Oracle v1.0 for alternative volume analysis methods, or explore Trading Workflow Guide to learn how to combine volume indicators with other Signal Pilot tools.
๐ Integration with Other Indicators¶
While Plutus Flow provides powerful money flow and divergence analysis on its own, combining it with other Signal Pilot indicators creates high-probability confluence setups. Here are proven integration workflows:
Plutus Flow + Pentarch (Divergence + Timing)¶
Workflow:
- Plutus Flow shows divergence โ Price making higher highs while OBV making lower highs (bearish divergence) or vice versa (bullish divergence)
- Wait for Pentarch confirmation signal โ Bearish divergence + CAP/WRN signal = high-probability reversal. Bullish divergence + TD/IGN signal = strong long setup
- Divergence + timing signal = precise entry โ Money flow weakness confirmed by reversal timing
- Expected outcome: Pentarch provides exact entry point when divergence pattern completes
Example: Plutus Flow shows bearish divergence (price higher, OBV lower) โ Pentarch CAP signal fires = high-probability short entry with money flow confirmation
Plutus Flow + Janus Atlas (Divergence at Levels)¶
Workflow:
- Price approaches key Janus level โ Daily High, Weekly resistance, or Fibonacci extension
- Check Plutus Flow for divergence at level โ Bearish divergence at resistance level = money flow not supporting breakout
- Level + divergence = high-probability reversal zone โ Structural resistance + volume weakness = strong confluence
- Expected outcome: Divergence at key levels filters for highest-probability reversal setups
Example: Price hits Weekly High + 1.618 Fib extension โ Plutus Flow shows bearish divergence = strong short confluence (resistance + money flow exhaustion)
Plutus Flow + Harmonic Oscillator (Money Flow + Momentum)¶
Workflow:
- Plutus Flow ribbon expanding โ OBV trending strongly, ribbon width increasing = strong money flow
- Check Harmonic Oscillator alignment โ Bull oscillator + rising OBV = full momentum + flow alignment. Bear oscillator + falling OBV = confirmed bearish flow
- Flow + momentum agreement = high conviction โ Both money flow and momentum pointing same direction
- Divergence warning: Harmonic Bull + OBV falling = early weakness warning despite bullish price action
Example: Plutus Flow ribbon expanding bullish + Harmonic Oscillator STRONG bull = maximum bullish confluence (money + momentum aligned)
Plutus Flow + Volume Oracle (Cumulative vs. Spike Analysis)¶
Workflow:
- Different tools, complementary insights: Plutus Flow = cumulative money flow trend. Volume Oracle = real-time volume spikes and zones
- Use together for complete volume picture: OBV shows overall accumulation/distribution trend. Volume Oracle shows where big players are active NOW
- Confluence setup: Rising OBV (Plutus accumulation) + Volume Oracle spike at support = institutional buying confirmed
- Divergence setup: Falling OBV (Plutus distribution) + Volume Oracle spike at resistance = institutional selling confirmed
Example: Plutus Flow OBV rising for 3 weeks (accumulation) โ Volume Oracle shows 3x spike at Daily Low = confirmed institutional support zone
Pro Tip: The Divergence Workflow
For highest-probability divergence trades, combine Plutus Flow (divergence) + Janus Atlas (levels) + Pentarch (timing) + Volume Oracle (confirmation). Identify divergence at key resistance/support level, wait for Pentarch reversal signal, then confirm with volume spike. This multi-layer approach validates divergence patterns with structure, timing, and institutional activity.
See also: Complete Trading Workflow Guide for detailed multi-indicator strategies.
๐ Plutus Flow vs Volume Oracle โ Which One?¶
Plutus Flow and Volume Oracle analyze volume differently. Here's how to choose:
Quick Comparison Table
| Feature | Plutus Flow v1.0 | Volume Oracle v1.0 |
|---|---|---|
| Primary Focus | Cumulative volume trend analysis (OBV-based) | Real-time volume spike detection |
| Best For | Swing trading, trend following, divergence detection | Day trading, scalping, entry confirmation |
| Timeframe | 1H, 4H, Daily, Weekly (higher timeframes) | 5m, 15m, 1H (intraday timeframes) |
| Key Signal | Bullish/Bearish divergence (price vs OBV) | Volume spikes (2x-3x average volume) |
| Trend Type | Long-term money flow direction | Short-term smart money activity |
| Volume Analysis | Cumulative (running total of volume) | Relative (comparing to recent average) |
| Works Best In | Trending markets (uptrends/downtrends) | All market conditions (including ranging) |
| Unique Feature | OBV trend ribbons (show trend strength) | Position Manager (tracks live P&L) |
โ Use Plutus Flow When:
- You're swing trading (holding positions for days/weeks)
- You want to track long-term money flow (is money flowing in or out over time?)
- You trade divergences (price makes new low, but OBV makes higher low = accumulation)
- You focus on higher timeframes (Daily, Weekly charts)
- You want trend confirmation (ribbon width shows trend strength)
Example Plutus Flow Setup: Bitcoin Daily chart, looking for bullish OBV divergence to catch swing trade reversals.
โ Use Volume Oracle When:
- You're day trading or scalping (holding positions for minutes/hours)
- You want to spot smart money entry points (unusual volume spikes = institutions entering)
- You need volume confirmation (did that breakout have volume behind it?)
- You track active positions (Position Manager shows live P&L)
- You trade volume zones (areas where high volume clustered)
Example Volume Oracle Setup: S&P 500 15-minute chart, watching for volume spikes at support/resistance levels for quick intraday trades.
๐ฅ Use Both Together (Advanced)
Combine Plutus Flow (strategic) with Volume Oracle (tactical) for maximum effectiveness:
- Plutus Flow โ Identifies long-term trend direction (OBV rising = bullish bias)
- Volume Oracle โ Finds tactical entry points (volume spike at support = entry confirmation)
Example Combined Workflow:
- Check Daily Plutus Flow: OBV trending up (bullish long-term)
- Drop to 15m chart with Volume Oracle: Wait for volume spike at Janus Atlas support level
- Enter long when both align: Long-term bullish flow + short-term volume spike = high-probability entry
๐ก Pro Tip: Choose Based on Your Trading Style
Swing traders: Plutus Flow is your primary volume tool. Add Volume Oracle optionally for entry confirmation.
Day traders: Volume Oracle is your primary volume tool. Add Plutus Flow optionally for daily bias.
Position traders: Plutus Flow on Weekly/Monthly charts for long-term trend direction.
See also: Volume Oracle Documentation for comparison from the other perspective.
โ ๏ธ Common Mistakes to Avoid¶
These mistakes are frequently made by new Plutus Flow users. Avoid them to improve your results:
Mistake #1: Using OBV in Ranging/Choppy Markets¶
The Problem: OBV works best in trending markets (strong directional moves). In ranging, sideways markets, OBV produces false signals and unreliable divergences.
The Fix:
- Use Plutus Flow primarily in trending markets (identifiable uptrends/downtrends)
- Check Omnideck Regime Box or Pilot Line to confirm trend before relying on OBV signals
- In ranging markets, reduce position size or skip OBV-based trades entirely
- Wait for clear trend emergence before re-engaging with Plutus Flow analysis
Remember: OBV = trend tool, not range tool. Best results come during sustained directional moves.
Mistake #2: Trading Divergence Without Price Confirmation¶
The Problem: Divergences can persist for extended periods before price actually reverses. Entering immediately on divergence detection often leads to early entries and drawdowns.
The Fix:
- Divergence = warning signal, not immediate entry trigger
- Wait for price confirmation: reversal candle pattern, support/resistance level touch, or Pentarch signal
- Combine divergence with Janus Atlas levels for structural confirmation
- Use Pentarch timing signals (TD, IGN, CAP) to pinpoint actual reversal moment
Remember: "Markets can remain irrational longer than you can remain solvent." Wait for price to confirm what OBV is suggesting.
Mistake #3: Confusing Ribbon Width Changes¶
The Problem: Beginners focus on ribbon direction (bullish/bearish) but ignore ribbon width. Ribbon width shows trend strengthโnarrow ribbon = weak trend, wide ribbon = strong trend.
The Fix:
- Expanding ribbon: OBV trend strengthening โ Accumulation/distribution accelerating, strong conviction
- Contracting ribbon: OBV trend weakening โ Money flow slowing, potential reversal approaching
- Narrow ribbon crossing: Weak, unreliable signal โ Skip or wait for ribbon expansion before acting
- Wide ribbon with direction: Strong, reliable signal โ High conviction for trend continuation
Remember: Track ribbon width changes, not just direction. Expanding width = strengthening conviction. Contracting width = weakening trend.
Mistake #4: Focusing Only on OBV Direction, Not Absolute Levels¶
The Problem: OBV is cumulative, so absolute values matter. Rising OBV breaking to new all-time highs = strong accumulation. Rising OBV still below previous highs = weaker conviction.
The Fix:
- Compare current OBV to historical levels: Is OBV at new highs/lows, or still below previous extremes?
- OBV new highs with price new highs = confirmed trend strength
- OBV failing to reach previous highs while price does = divergence warning (hidden weakness)
- Draw trendlines on OBV itself to spot breaks and confirmations
Remember: OBV's absolute position relative to history provides valuable context. New OBV highs = real strength. Failure to make new highs = caution.
Mistake #5: Using Only One Timeframe for OBV Analysis¶
The Problem: OBV on 15-minute chart may show divergence while Daily chart shows alignment. Single-timeframe analysis misses broader context.
The Fix:
- Check OBV on higher timeframe (Daily, Weekly) for overall money flow trend
- Use lower timeframe OBV (1H, 15m) for entry timing within higher timeframe trend
- Strongest setups: Both timeframes aligned (Daily OBV rising + 1H OBV rising)
- Avoid counter-trend trades: Don't fight Daily OBV trend based on 15m divergence
Remember: Higher timeframe OBV = overall trend. Lower timeframe OBV = tactical entry timing. Align both for best results.
Mistake #6: Treating Plutus Flow and Volume Oracle as Interchangeable¶
The Problem: Both analyze volume, but they serve different purposes. Using them interchangeably leads to misinterpretation.
The Fix:
- Plutus Flow (OBV): Cumulative money flow trend โ Long-term accumulation/distribution analysis
- Volume Oracle: Real-time volume spikes and zones โ Immediate institutional activity and support/resistance
- Use Plutus for trend context and divergence analysis
- Use Volume Oracle for intraday activity, breakout/breakdown confirmation, and level validation
Remember: Plutus = cumulative flow trend. Volume Oracle = real-time activity. Different tools for different jobsโuse both together.
Additional Resources
For more trading best practices, see Best Practices & Pro Tips. For volume analysis workflows, see Trading Workflow Guide.
๐ซ๏ธ When This Doesn't Work Well¶
Plutus Flow divergences and OBV analysis show reduced reliability in certain market conditions. Recognizing these environments helps set appropriate expectations:
Persistent Divergences Without Resolution (Extended Timeframes)¶
The Condition: Bullish or bearish divergence appears and persists for weeks or months without price reversal. Price continues trending while OBV shows opposite pattern.
What Happens: Bullish divergence appears at $100 (price LL, OBV HL), signaling potential reversal. But price continues falling to $90, $80, $70 over the next month. The divergence was "right" in detecting accumulation, but the reversal timing was premature by 4-8 weeks. Traders who acted on the initial divergence get stopped out despite the pattern being technically valid.
Context: Divergences signal disagreement between price and volume flowโthey indicate something is building beneath the surface. But they DON'T indicate WHEN the reversal will occur. A divergence can persist for months during strong trends. This is especially common in: (1) Strong downtrends where capitulation hasn't occurred yet, (2) Distribution phases where smart money exits slowly over weeks, (3) News-driven moves that override technical patterns. Best practice: Divergences indicate potential reversal zones, not immediate reversal triggers. Wait for price confirmationโreversal candle pattern, Pentarch signal, or break of structureโbefore treating divergence as actionable. Divergence alone = "watch closely." Divergence + price confirmation = "potential entry."
Extremely Low Volume Environments¶
The Condition: During holidays, overnight sessions, or illiquid altcoins/small-caps, volume drops to 10-30% of normal levels.
What Happens: OBV calculations become less meaningful when baseline volume is minimal. A 1000-share up day followed by a 900-share down day creates OBV movement, but neither represents institutional positioningโjust retail noise. Ribbon color flips occur but lack significance. Divergences form but aren't backed by real accumulation/distribution volume.
Context: OBV (On-Balance Volume) assumes volume represents conviction and positioning. In low-volume environments, "volume" might represent a handful of participants, not broad market activity. A rising OBV in a low-volume environment might mean one small fund accumulating, not institutional consensus. Combine Plutus Flow with Volume Oracle: if Volume Oracle shows consistently below-average volume, treat Plutus signals with skepticism. OBV analysis is most reliable during regular market hours with normal or above-average participation levels.
Gap Days & Discontinuous Price Action¶
The Condition: Price gaps 5-15% overnight due to earnings, news, or international events. Gaps create discontinuities in both price and volume analysis.
What Happens: OBV calculation treats gaps differently than continuous price movement. Example: Stock closes at $100, opens at $115 (+15% gap). Overnight, no volume occurred at $101-$114. OBV adds the gap-day volume to cumulative total, but that volume represents the $115 open, not the $100-$115 range. Pre-gap divergences often become invalidated post-gap as new price structure emerges. Ribbon trends that existed pre-gap may reverse immediately post-gap.
Context: OBV is designed for continuous price action where volume accumulates gradually. Gaps break this assumptionโthey create instant price changes without corresponding gradual volume accumulation. After significant gaps (5%+): (1) Previous divergences may be obsoleteโreassess from new price level, (2) Ribbon trends need 5-10 bars to adjust to new structure, (3) Focus on new divergence patterns forming post-gap rather than pre-gap patterns. Think of major gaps as "reset" events for OBV analysis.
Choppy, Sideways Markets (Ribbon Whipsaws)¶
The Condition: Price oscillates in a horizontal range (ยฑ5% around midpoint) for weeks without directional bias.
What Happens: Ribbon color flips constantlyโgreen for 5 bars, then red for 5 bars, then green again. OBV oscillates around a flat baseline without establishing clear uptrend or downtrend. Frequent divergences appear in both directions, but none lead to sustained moves. Signal-to-noise ratio drops significantly.
Context: OBV excels at identifying accumulation/distribution during trending markets. In sideways markets, buyers and sellers are balancedโno net accumulation or distribution occurs. The OBV line moves up and down but ends each week roughly where it started. Ribbon flips represent minor shifts in this balance, not meaningful trend changes. Divergences that form in sideways markets often indicate small imbalances that self-correct within the range. Best practice: When Pentarch regime bars or Omnideck Regime Box show prolonged neutral (gray) conditions, trust Plutus Flow less. Wait for breakout from range + OBV expansion in breakout direction for highest-probability signals.
Very Low Timeframes (1-Minute, 5-Minute) - False Divergences¶
The Condition: Using Plutus Flow on 1m or 5m charts to identify short-term divergences for scalping.
What Happens: Divergences fire constantlyโsometimes 3-5 per hour. Most fail to produce any reversal. OBV line becomes extremely noisy, oscillating rapidly bar-to-bar. Ribbon color flips every 5-10 minutes. Signal quality degrades to near-random.
Context: OBV is a cumulative indicator designed for identifying institutional accumulation/distribution over days, weeks, or months. On 1m charts, OBV reflects retail order flow, HFT activity, and spread dynamicsโnot institutional positioning. A bullish divergence on a 1m chart might represent one algorithm's activity over 10 minutes, not meaningful money flow. Recommended minimum timeframes: 15m for active day trading, 1H for swing trading, 4H/Daily for position trading. Lower timeframes work technically but produce too many false divergences to be profitable. The signal that matters is the Daily chart showing divergence, not the 5m chart showing divergence.
High-Frequency Trading Environments (24/7 Crypto)¶
The Condition: Crypto markets with constant algorithmic activity, market-making bots, and wash trading creating artificial volume.
What Happens: OBV shows rising trend but price goes nowhereโindication that volume is artificial or circular (bots trading back and forth). Divergences appear frequently but lack follow-through because "volume" doesn't represent real conviction, just algorithmic activity. Ribbon trends look strong but price action is weak.
Context: OBV assumes volume represents real buying/selling decisions by participants with conviction. In crypto markets (especially lower-cap altcoins), significant volume can be: (1) Wash trading to inflate metrics, (2) Market-maker bots providing liquidity, (3) Arbitrage bots, (4) Liquidation cascades (forced selling, not discretionary). None of these represent the "smart money accumulation" OBV was designed to detect. Plutus Flow works better on: (1) Major crypto pairs (BTC, ETH) on regulated exchanges, (2) Traditional markets (stocks, futures) with strict volume reporting, (3) Higher timeframes (Daily+) where short-term algo noise averages out. Be cautious using OBV divergences on low-cap altcoins or during low-liquidity crypto hours (2-6 AM UTC).
Forex Spot Markets (No Centralized Volume)¶
The Condition: Attempting to use Plutus Flow on forex spot pairs (EUR/USD, GBP/USD, etc.) in standard spot markets.
What Happens: TradingView displays "volume" for forex, but it's tick volume (number of price changes) or volume from a single broker, not actual traded volume. OBV calculates based on this proxy data, producing divergences and ribbon trends, but they lack the foundation of real volume data.
Context: Forex spot market is decentralizedโno central exchange reports total volume. What TradingView shows as "volume" is either: (1) Tick volume (how many times price changed), or (2) Volume from one broker's order flow. Neither represents actual global forex volume. OBV divergences in forex are based on incomplete data and therefore less reliable than in markets with real centralized volume (stocks, futures, crypto). If trading forex: (1) Use futures contracts (e.g., 6E Euro futures) which have real volume, or (2) Focus on price action and non-volume indicators like Pentarch or Janus Atlas. Plutus Flow is best suited for stocks, stock indices, futures, and cryptoโassets with verifiable volume data.
Recognizing Reduced Reliability Environments
Practical Identification:
- Divergence has persisted for 20+ bars without reversal: Wait for price confirmation, don't assume imminent reversal
- Volume consistently below 50% of average (Volume Oracle shows this): OBV less meaningful
- Price gapped 5%+ overnight: Reassess divergences from new price structure
- Ribbon flipping color every 5-10 bars: Sideways marketโwait for directional breakout
- Trading 1m-5m charts: Too many false divergencesโuse 15m minimum, preferably 1H+
- Crypto during 2-6 AM UTC or low-cap altcoin: Volume quality questionable
- Forex spot pairs: No real volume dataโuse futures or non-volume indicators
- OBV rising but price flat for 2+ weeks: Possible artificial/HFT volume
Remember: Plutus Flow (OBV) measures cumulative volume flow to identify accumulation and distribution. It works best when: (1) Real volume data exists (stocks, futures, major crypto), (2) Normal participation levels (regular market hours), (3) Trending or transitioning markets (not sideways chop), (4) Appropriate timeframes (1H+ for best signal quality), (5) Divergences are confirmed with price action. OBV tells you IF smart money is accumulating/distributing. It doesn't tell you WHEN the market will respond to that accumulation. The best trades combine Plutus divergence (volume context) + Pentarch signal (timing) + Janus Atlas level (location) for complete picture.
โ Frequently Asked Questions¶
Q: What is On-Balance Volume (OBV)?¶
A: OBV is cumulative volume indicator developed by Joe Granville. Adds volume on up days, subtracts volume on down days. Rising OBV suggests accumulation, falling OBV suggests distribution.
Q: How is Plutus Flow different from basic OBV?¶
A: Plutus Flow adds trend ribbons (moving averages) and automatic divergence detection to basic OBV calculation. Basic OBV shows only the cumulative line.
Q: Can divergences fail?¶
A: Yes. Divergences indicate disagreement between price and volume but do not guarantee reversals. Observation shows various outcomes following divergence patterns.
Q: How many divergences appear on average?¶
A: Frequency varies by asset, timeframe, and sensitivity settings. Higher sensitivity detects more divergences. Lower sensitivity detects fewer, stronger divergences.
Q: Should I wait for ribbon confirmation?¶
A: Depends on individual approach. Some wait for ribbon color flip to confirm divergence. Others act on divergence alone. Confirmation adds delay but may reduce false signals.
Q: What causes hidden divergence?¶
A: Hidden divergence occurs when price makes continuation pattern (HL in uptrend, LH in downtrend) while OBV makes divergent pattern. Suggests trend continuation rather than reversal.
Q: Does OBV work on all assets?¶
A: OBV works on any asset with volume data (stocks, futures, crypto). Not applicable to forex spot markets (no centralized volume).
Q: Can I adjust ribbon colors?¶
A: Yes. Color scheme settings allow customization of ribbon colors and OBV line color.
Q: Do divergence labels repaint?¶
A: No. Once divergence pattern confirmed and label appears, it does not change retroactively.
Q: What sensitivity setting should I use?¶
A: Medium (default) balances detection and false signals. High sensitivity detects more divergences but may include weaker patterns. Low sensitivity detects fewer, stronger patterns only.
โ Knowledge Check
Question: What pattern creates a bullish divergence in Plutus Flow?
๐ Quick Reference Guide¶
Three-Layer System¶
| Layer | Component | Visual | Purpose |
|---|---|---|---|
| Layer 1 | OBV Line | Primary line | Cumulative volume tracking |
| Layer 2 | Trend Ribbons | Color bands | Volume trend direction |
| Layer 3 | Divergence Labels | "Bull Div" / "Bear Div" | Price-volume disagreement |
Divergence Types¶
| Type | Price Pattern | OBV Pattern | Interpretation |
|---|---|---|---|
| Bullish | Lower Low (LL) | Higher Low (HL) | Potential reversal up |
| Bearish | Higher High (HH) | Lower High (LH) | Potential reversal down |
| Hidden Bullish | Higher Low (HL) | Lower Low (LL) | Continuation up |
| Hidden Bearish | Lower High (LH) | Higher High (HH) | Continuation down |
Remember: Regular divergences (Bullish/Bearish) signal potential reversals and work best at major support/resistance levels. Hidden divergences signal trend continuation and offer lower-risk entries during pullbacks within established trends.
Ribbon Interpretation¶
| Ribbon Color | Fast MA vs Slow MA | Volume Trend |
|---|---|---|
| Green | Fast > Slow | Bullish |
| Red | Fast < Slow | Bearish |
| Wide Gap | Large separation | Strong trend |
| Narrow Gap | Small separation | Weak trend |
Remember: Ribbon width is as important as ribbon color. Wide green ribbon = strong bullish conviction. Narrow green ribbon = weak trend prone to reversal. Look for expanding width for high-conviction entries.
OBV + Price Patterns¶
| Price | OBV | Ribbon | Interpretation |
|---|---|---|---|
| โ | โ | Green | Confirmed uptrend |
| โ | โ | Red | Confirmed downtrend |
| โ | โ | Red | Bearish divergence |
| โ | โ | Green | Bullish divergence |
Before using Plutus Flow in your trading, ask yourself:
- Can you explain what OBV measures and how it differs from simple price movement analysis?
- Do you understand the three-layer system (OBV Line + Ribbons + Divergences) and how each contributes to volume trend analysis?
- Can you identify both regular divergences (price โ OBV โ) and hidden divergences (price โ OBV โ)?
- Have you observed how ribbon width changes indicate OBV trend strength and momentum shifts?
- Do you understand that Plutus Flow displays OBV analysis patterns, not trading instructions, and requires your own interpretation?
If yes to all 5: You're ready to use Plutus Flow! Explore the Workflow Guide to learn OBV confirmation strategies.
If no to any: Review the relevant section above or use the chatbot (bottom right) to ask specific questions.
๐ Support¶
Technical Questions:
support@signalpilot.io
See Also¶
Related Pages:
- Volume Oracle v1.0 - Complementary volume intelligence system
- Janus Atlas v1.0 - Combine divergences with key structural levels
- Omnideck v1.0 - All-in-one indicator including OBV analysis
- How to Set Up Alerts - Get notified on divergences and crosses
- Trading Workflow - How OBV fits into complete trading system
Disclaimer: This indicator analyzes On-Balance Volume (OBV) with enhanced trend and divergence detection. OBV calculation based on cumulative volume methodology developed by Joe Granville. Divergence detection identifies disagreement patterns between price movement and volume accumulation/distribution. Individual interpretation, application, and outcomes vary. Past divergence patterns do not guarantee future results. This is not financial advice.