Weighted close
wclose
has been partially removed and will no longer accept a
fints
object
(tsobj
) argument. Use a matrix, timetable
, or table
instead for financial time
series.
Use fts2timetable
to convert a
fints
object to a timetable
object.
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
)
[1] Achelis, S. B. Technical Analysis from A to Z. Second Edition. McGraw-Hill, 1995, pp. 312–313.