Highest Price in X Minutes
Returns the highest traded price in the last X minutes.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
| MinutesAgo | number | Yes | Number of minutes to look back |
Syntax
=RTI_HighestPrice_in_X_Mins(Symbol, MinutesAgo)Parameters
symbolstringRequired
Stock ticker symbol
minutesAgonumberRequired
Number of minutes to look back
Returns
number
Highest price in the last X minutes
Examples
=RTI_HighestPrice_in_X_Mins("AAPL", 30)=RTI_HighestPrice_in_X_Mins("MSFT", 60)=RTI_HighestPrice_in_X_Mins("SPY", 15)When to Use
- Intraday resistance identification
- Range breakout analysis
- Day trading strategies
- Short-term high detection
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Daily high | High() |
| Bar high | RTI_High() |
| Lowest price | RTI_LowestPrice_in_X_Mins() |
Common Issues & FAQ
What's the maximum lookback?
Typically limited to current trading day data.
Excel Templates Using Highest Price in X Minutes
These ready-made MarketXLS templates call RTI_HighestPrice_in_X_Mins() in their worksheet formulas. Open one to see the function working inside a complete model.
Related Formulas
More MarketXLS MarketXLS Analytics formulas you can use in the same worksheet:
- Initial Claims
- Kurtosis
- Last Trade Size
- Last Trade Time
- Low Limit
- Low Price Between 2 Dates In History
- MarketXLS Database Query
- Mean Returns
See RTI_HighestPrice_in_X_Mins used in a complete workbook: RTI Functions: Real-Time Streaming Technical Indicators in Excel (Complete Guide 2026)
