CLV(TTR)
CLV()所属R语言包:TTR
Close Location Value
关闭位置值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The Close Location Value (CLV) relates the day's close to its trading range.
“关闭”位置值(CLV)涉及的一天的收盘价,其交易范围。
用法----------Usage----------
CLV(HLC)
参数----------Arguments----------
参数:HLC
Object that is coercible to xts or matrix and contains High-Low-Close prices.
XTS或矩阵转换成的对象包含高 - 低 - 收盘价。
Details
详细信息----------Details----------
The CLV will fall in a range of -1 to +1. If the CLV is +/-1, the close is at the high/low; if the CLV is 0, the close is directly between the high and low.
的CLV在-1到+1的范围内将下降。如果CLV是+ / -1,接近是在高/低;若的CLV是0,接近是直接在高和低之间。
值----------Value----------
A object of the same class as HLC or a vector (if try.xts fails) containing the Close Location Values of a High-Low-Close price series.
一个HLC或向量(try.xts如果失败),“关闭”位置值的高 - 低 - 收盘价系列相同的类的对象。
(作者)----------Author(s)----------
Joshua Ulrich
参考文献----------References----------
http://stockcharts.com/education/IndicatorAnalysis/indic_AccumDistLine.html<br>
参见----------See Also----------
See chaikinAD, which uses CLV.
chaikinAD,它采用CLV。
实例----------Examples----------
data(ttrc)
clv <- CLV(ttrc[,c("High","Low","Close")])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|