wclose
Weighted close
Using a fints
object for the
tsobj
argument is not recommended. Use a matrix, timetable
, or table
instead for financial time
series.
Use fts2timetable
to convert a
fints
object to a timetable
object.
Description
calculates the weighted closing prices from the series of high, low, and closing
prices. The weighted closing price is the average of twice the closing price plus
the high and low prices.WeightedClose
= wclose(Data
)
Examples
Input Arguments
Output Arguments
References
[1] Achelis, S. B. Technical Analysis from A to Z. Second Edition. McGraw-Hill, 1995, pp. 312–313.