Stream Last Trade Size
Streams the real-time number of shares involved in the most recent trade. This updates with each new trade.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
Notes
- Data streams automatically update in Excel
- Updates with each new trade
- Useful for monitoring block trades and institutional activity
Examples
=QM_Stream_LastTradeSize("AAPL")=QM_Stream_LastTradeSize("MSFT")=QM_Stream_LastTradeSize("SPY")Symbol from cell reference
=QM_Stream_LastTradeSize("AAPL")*QM_Stream_Last("AAPL")When to Use
- Monitoring block trades
- Detecting large institutional activity
- Trade-by-trade analysis
- Volume profile analysis
When NOT to Use
Common Issues & FAQ
Q: What is a typical last trade size? A: Trade sizes vary widely - retail trades are often 100 shares, while block trades can be 10,000+ shares.
Q: How do I calculate average trade size?
A: Use =QM_Stream_Volume("AAPL")/QM_Stream_TradeCount("AAPL").
Q: Why am I getting #N/A? A: Check that symbol format is correct.
