medprice
Median price from the series of high and low prices
Using a fints
object for the
Data
argument of medprice
is not
recommended. Use a matrix, timetable
, or table
instead for financial time series. For more information, see
Convert Financial Time Series Objects fints to Timetables.
Description
calculates the median prices from the series of high and low prices. The median
price is the average of the high and low prices for each period.MedianPrice
= medprice(Data
)
Examples
Input Arguments
Output Arguments
References
[1] Achelis, S. B. Technical Analysis from A to Z. Second Edition. McGraw-Hill, 1995, pp. 177–178.