Real-Time Intraday High
Returns the high 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_High(Symbol, [Interval], [Index])Examples
When to Use
- Intraday resistance analysis
- Day trading strategies
- Range breakout analysis
- Stop placement
When NOT to Use
Common Issues & FAQ
What intervals are available?
Common intervals: 1m, 5m, 15m, 30m, 60m.
