| Financial Time Series | ![]() |
Syntax
tsmax = max(tsobj)
Description
tsmax = max(tsobj)
finds the maximum value in each data series in the financial time series object tsobj and returns it in tsmax. tsmax is a structure with field name(s) identical to the data series name(s).
Note
tsmax returns only the values and does not return the dates associated with the values. The maximum values are not necessarily from the same date. |
See Also
| macd | mean | ![]() |