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)

Examples

=RTI_Low("AAPL")
Current 5m bar low
=RTI_Low("MSFT", "15m")
15-minute bar low
=RTI_Low("SPY", "5m", 1)
Previous bar low

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

Q: What intervals are available? A: Common intervals: 1m, 5m, 15m, 30m, 60m.

Get Access to 1 Billion Usable Market data points IN YOUR EXCEL SHEETS WITH EASY TO USE EXCEL FUNCTIONS

Get started today
MarketXLS Excel Add-in Tutorial - How to Use Real-Time Intraday Low and Other Financial Formulas
How does MarketXLS work?