HighVal(period, offset [,series])
HighValBar(period, offset [,series])
LowVal(period, offset [,series])
LowValBar(period, offset [,series])
These functions locate the high (low) close price within period. They return either the high (low) value or the bar in which they occurred. To use the Open, High, Low or Volume use the series parameter (see section 3 of the Series parameter)
NOTE: These functions used price series adjusted for splits & dividends up to the "as-of" date (the point-in-time date in the past)
Examples
See the Examples tab in the reference
Show more details