CMO(TTR)
CMO()所属R语言包:TTR
Chande Momentum Oscillator
缠得势头振荡器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The Chande Momentum Oscillator (CMO) is a modified RSI. Developed by Tushar S. Chande.
的的缠得势头振荡器(CMO)是一个修改后的RSI。公司开发的图莎尔S.缠得。
用法----------Usage----------
CMO(x, n=14)
参数----------Arguments----------
参数:x
Price, volume, etc. series that is coercible to xts or matrix.
价格,数量,等系列产品,为强制XTS或矩阵。
参数:n
Number of periods to use.
期间使用的数量。
Details
详细信息----------Details----------
The CMO divides the total movement by the net movement ([up - down] / [up + down]), where RSI divides the upward movement by the net movement (up / [up + down]).
的CMO将总的运动净迁移人数([高 - 低] / [高达+下),RSI将向上运动的净迁移人数(/ [高达+下)。
值----------Value----------
A object of the same class as x or a vector (if try.xts fails) containing Chande Momentum Oscillator values.
一个x或向量(try.xts如果失败),缠得势头振荡器值相同的类的对象。
注意----------Note----------
There are several ways to interpret the CMO:<br> (1) Values over/under +/- 50 indicate overbought/oversold conditions.<br> (2) High CMO values indicate strong trends.<br> (3) When the CMO crosses above/below a moving average of the CMO, it is a buy/sell signal.<br>
有几种方法来解释(1)CMO:参考值上/下+ / - 50超买/超卖条件。<BR>(2)高CMO值表示强烈的趋势。<BR>(3)高于/低于移动平均线的CMO CMO跨越,它是一个购买/卖出信号。<BR>
(作者)----------Author(s)----------
Joshua Ulrich
参考文献----------References----------
http://www.fmlabs.com/reference/CMO.htm<br>
参见----------See Also----------
See RSI.
见RSI。
实例----------Examples----------
data(ttrc)
cmo <- CMO(ttrc[,"Close"])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|