Lowest Price in X Minutes
Returns the lowest traded price in the last X minutes.
Syntax
=RTI_LowestPrice_in_X_Mins(Symbol, MinutesAgo)Parameters
symbolstringRequired
minutesAgonumberRequired
Examples
=RTI_LowestPrice_in_X_Mins("AAPL", 30)When to Use
- Intraday support
- Short-term low detection
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Daily low | Low() |
Excel Templates Using Lowest Price in X Minutes
These ready-made MarketXLS templates call RTI_LowestPrice_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:
- MarketXLS Database Query
- Mean Returns
- Mid Price
- Monte Carlo Simulation
- More Info
- My Symbols
- Number Of Analysts
- Open Price
See RTI_LowestPrice_in_X_Mins used in a complete workbook: RTI Functions: Real-Time Streaming Technical Indicators in Excel (Complete Guide 2026)
