Stream Accumulated Volume
Streams the real-time accumulated share volume for stocks and ETFs. This represents the cumulative number of shares traded during the current session.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
Notes
- Data streams automatically update in Excel
- Volume resets at market open each day
- Similar to
QM_Stream_Volume()but explicitly labeled as accumulated
Examples
=QM_Stream_AccumulatedVolume("AAPL")=QM_Stream_AccumulatedVolume("MSFT")=QM_Stream_AccumulatedVolume("SPY")Symbol from cell reference
When to Use
- Tracking total session volume
- Building volume-based indicators
- Monitoring cumulative trading activity
- Relative volume calculations
When NOT to Use
Common Issues & FAQ
Q: What's the difference between Volume and AccumulatedVolume? A: They are typically the same - both represent cumulative shares traded during the session.
Q: Why does volume reset to zero? A: Volume resets at market open each trading day.
Q: Why am I getting #N/A? A: Check that symbol format is correct.
