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

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

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

                                         Know Sure Thing
                                         知道肯定的事

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

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

The Know Sure Thing (KST) is a smooth, summed, rate of change indicator.  Developed by Martin Pring.
知道了肯定的事(KST)是一个光滑,总结,变化率指标。由马丁·普林开发。


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


  KST(price, n=c(10,10,10,15), nROC=c(10,15,20,30), nSig=9,
         maType, wts=1:NROW(n), ...)



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

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


参数:n
A vector of the number of periods to use in the MA calculations.  
在MA的计算使用的周期的数量的向量。


参数:nROC
A vector of the number of periods to use in the ROC calculations.  
使用ROC中的计算的周期的数量的向量。


参数:nSig
The number of periods to use for the KST signal line.  
使用为KST信号线的周期数。


参数:maType
Either: <br>(1) A function or a string naming the function to be called, or<br> (2) a list with the first component like (1) above, and additional parameters specified as named components.  See Examples.  
:参考(1)函数或一个字符串命名的函数被调用,或参考(2)如上述(1)的第一个组件列表,和其他参数指定的命名组件。请参阅示例。


参数:wts
A vector the same length as n, of the weight for each period (need not sum to one).  
的向量相同的长度n,每个周期内的重量(不需要总结一个)。


参数:...
Other arguments to be passed to the maType function in case (1) above.  
其他参数传递给maType功能的情况下,上述(1)。


Details

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

For each day (week, month, etc.), the KST calculates the ROC over several periods.  Those ROCs are smoothed using the given moving averages, then multiplied by their respective weighting values.  The resulting values are summed for each day (month, week, etc.).
每一天(周,月等),KST计算,中华民国几个时期。这些可再生能源责任证书是平滑的使用给定的移动平均线,再乘以它们各自的权重值。每一天(月,周,等),将得到的值进行求和。


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

A object of the same class as price or a vector (if try.xts fails) containing the Know Sure Thing values.
A对象具有相同类的price或向量(try.xts如果失败),含有知道确定的事情。


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

The KST indicates bullish/bearish momentum as it crosses above/below its moving average. Because the KST tends to lead price action, look for trend confirmation in the price.
的KST表示看涨/看跌势头,因为它将穿越高于/低于其移动平均线。由于KST往往会导致价格的行动,看价格趋势确认。

The default arguments are for the daily KST.  There is also the Long-Term KST, with arguments: n=c(9, 12, 18, 24) - where the periods are months, not days - and the moving average periods are 6, 6, 6, and 9 months, respectively.
默认参数的日常KST。也有术语的KST,参数:n=c(9, 12, 18, 24)“ - 的周期是几个月,而不是天 - 移动平均周期为6,6,6个月和9个月,分别。


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


Joshua Ulrich



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

http://www.pring.com/index.html<br> http://www.pring.com/movieweb/daily_kst.htm<br> http://www.pring.com/articles/article28.htm<br> http://www.pring.com/movieweb/KST_MCM.htm<br>

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

See EMA, SMA, etc. for moving average options; and note Warning section.  See ROC for the rate-of-change function. See MACD for a generic oscillator.
见EMA,SMA,等移动平均购股权,并注意警告部分。 ROC的变化率功能。见MACD一个通用的振荡器。


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


  data(ttrc)
  kst <- KST(ttrc[,"Close"])
  
  kst4MA <- KST(ttrc[,"Close"],
    maType=list(list(SMA),list(EMA),list(DEMA),list(WMA)))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 22:40 , Processed in 0.027020 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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