找回密码
 注册
查看: 396|回复: 0

R语言 TTR包 OBV()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 12:53:42 | 显示全部楼层 |阅读模式
OBV(TTR)
OBV()所属R语言包:TTR

                                         On Balance Volume (OBV)
                                         交易量指标(OBV)

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

On Balance Volume (OBV) is a measure of the money flowing into or out of a security. It is similar to Chaikin Accumulation / Distribution.
交易量指标(OBV)是衡量的资金流入或流出安全。这是一个类似蔡金累积/派发。


用法----------Usage----------


  OBV(price, volume)



参数----------Arguments----------

参数:price
Price series that is coercible to xts or matrix.  
价格XTS或矩阵转换成系列。


参数:volume
Volume series that is coercible to xts or matrix, that  corresponds to price object.  
卷系列XTS或矩阵,对应价格对象为强制的。


Details

详细信息----------Details----------

OBV is calculated by adding (subtracting) each day's volume to a running cumulative total when the security's price closes higher (lower).
OBV计算每一天的增加(减)量到正在运行的累计总关闭时,证券的价格较高(低)。


值----------Value----------

A object of the same class as price and volume or a vector (if try.xts fails) containing the OBV values.
price和volume或向量(try.xts如果失败),OBV值相同的类的一个对象。


注意----------Note----------

OBV is usually compared with the price chart of the underlying security to look for divergences/confirmation.
OBV通常是比较底层的安全性,寻找分歧/确认的价格图表。


(作者)----------Author(s)----------


Joshua Ulrich



参考文献----------References----------

http://www.fmlabs.com/reference/OBV.htm<br> http://www.equis.com/Customer/Resources/TAAZ?c=3&amp;p=82<br> http://linnsoft.com/tour/techind/obVol.htm<br> http://stockcharts.com/education/IndicatorAnalysis/indic-obv.htm<br>

参见----------See Also----------

See chaikinAD.
见chaikinAD。


实例----------Examples----------


  data(ttrc)
  obv <- OBV(ttrc[,"Close"], ttrc[,"Volume"])

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-29 00:29 , Processed in 0.036109 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表