Price Change From Minute
Returns the absolute price change from a specific time.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
| Time | string | Yes | Time in HH:MM format |
Syntax
=RTI_Price_Change_From_Min(Symbol, Time)Examples
=RTI_Price_Change_From_Min("AAPL", "09:30")When to Use
- Track change from market open
- Monitor intraday movements
When NOT to Use
Common Issues & FAQ
What time format?
24-hour HH:MM.
