Volume At Minute
Returns the trading volume at a specific minute.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
| Time | string | Yes | Time in HH:MM format |
Examples
=RTI_VolumeAtMin("AAPL", "09:30")When to Use
- Analyze opening volume
- Specific time volume analysis
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Bar volume | RTI_Volume() |
Common Issues & FAQ
Q: What time format? A: 24-hour HH:MM.
