Low

The lowest price paid for a security during the specified time interval.

 

Syntax: Low(Interval, [Ref], [Symbol])

Interval = Required. 

[Ref] = Optional.

[Symbol] = Optional.

 

Comments: 

Note that this differs from the "DailyLow" in that the Low is always related to an interval (1 minute bar, 15 minute bar, daily bar, etc.) and is always relative to a point in time (current bar, previous bar, bar-5, etc.) 

 

Examples:

Low(5)

The low for the current symbol for the last 5 minute bar.

 

Low(60, 0)

The low for the current symbol for the last 60 minute bar.

 

Low(5, -1, YHOO)

The low for the YHOO for the previous 5 minute bar.