Volume At Minute
Returns the trading volume at a specific time during the trading day.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
| Time | string | Yes | Time in HH:MM format |
Examples
=RTI_Volume_At_Min("AAPL", "09:30")=RTI_Volume_At_Min("MSFT", "10:00")When to Use
- Volume at specific time
- Opening volume analysis
- Intraday volume patterns
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Bar volume | RTI_Volume() |
| Daily volume | Volume() |
Common Issues & FAQ
Q: What time format? A: 24-hour format HH:MM.
