Real-Time Intraday Low
Returns the low price for a specific intraday time interval bar.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
| Interval | string | No | Time interval (1m, 5m, 15m, 30m, 60m) |
| Index | number | No | Bar index (0 = current, 1 = previous) |
Syntax
=RTI_Low(Symbol, [Interval], [Index])Examples
When to Use
- Intraday support analysis
- Day trading strategies
- Stop loss placement
- Range analysis
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Daily low | Low() |
| Bar high | RTI_High() |
| Lowest in X minutes | RTI_LowestPriceXMin() |
Common Issues & FAQ
What intervals are available?
Common intervals: 1m, 5m, 15m, 30m, 60m.
Excel Templates Using Real-Time Intraday Low
These ready-made MarketXLS templates call RTI_Low() 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:
- Real-Time Intraday RSI
- Real-Time Intraday SMA
- Real-Time Intraday Time
- Real-Time Intraday Volume
- Real-Time Permission
- Real-Time Stock Data
- Remove Symbols
- Revenue Growth
See RTI_Low used in a complete workbook: RTI Functions: Real-Time Streaming Technical Indicators in Excel (Complete Guide 2026)
