DEPRECATED Highest/Lowest functions and REPLACED them with HighVal/LowVal

Dear All,

We deprecated:

Highest(series, period,offset)
HighestBar(series, period,offset)
Lowest(series, period,offset)
LowestBar(series, period,offset)

and replaced them with

HighVal(period, offset [,series])
HighValBar(period, offset [,series])
LowVal(period, offset [,series])
LowValBar(period, offset [,series])

The reason we did this is that the series parameter needs to be the last parameter (for consistency and technical reasons).

Systems that use the deprecated functions will still work. However only the new functions support using the new benchmarks for Industry, Sector and ETF taxonomy.

Sorry for the inconvenience.

Marco:

  Hi.  Does HighVal() support series #Equity ?

Bill