Price Change From Minute
Returns the absolute price change from a specific time of the trading day.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
| Time | string | Yes | Time in HH:MM format (24-hour) |
Examples
=RTI_PriceChangeFromMin("AAPL", "09:30")=RTI_PriceChangeFromMin("MSFT", "10:00")=RTI_PriceChangeFromMin("SPY", "12:00")When to Use
- Track change from market open
- Monitor intraday price movements
- Specific time-based analysis
- Day trading metrics
When NOT to Use
Common Issues & FAQ
Q: What time format is used? A: 24-hour format HH:MM (e.g., 09:30 for market open, 16:00 for market close).
