Stream Accumulated Trade Value
Streams the real-time accumulated trade value (also known as dollar volume) for stocks and ETFs. This represents the total dollar value of all trades during the current session (price * shares for each trade, summed).
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
Notes
- Data streams automatically update in Excel
- Value resets at market open each day
- Useful for measuring institutional activity and liquidity
Examples
=QM_Stream_AccumulatedTradeValue("AAPL")=QM_Stream_AccumulatedTradeValue("MSFT")=QM_Stream_AccumulatedTradeValue("SPY")Symbol from cell reference
When to Use
- Measuring trading activity in dollar terms
- Institutional flow analysis
- Liquidity assessment
- Comparing activity across different priced stocks
When NOT to Use
Common Issues & FAQ
Q: What is accumulated trade value? A: It's the sum of (price * volume) for each trade during the session - also called dollar volume.
Q: Why use this instead of volume? A: Dollar volume normalizes across different stock prices, making it easier to compare trading activity.
Q: Why am I getting #N/A? A: Check that symbol format is correct.
