Price Change Percent From Minute
Returns the percentage price change from a specific time.
Syntax
=RTI_PriceChangePctFromMin(Symbol, Time)Examples
=RTI_PriceChangePctFromMin("AAPL", "09:30")When to Use
- Track % change from open
- Intraday momentum analysis
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Absolute change | RTI_PriceChangeFromMin() |
Common Issues & FAQ
Time format?
24-hour HH:MM.
