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

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

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

                                         Parabolic Stop-and-Reverse
                                         抛物线止损反转

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

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

The Parabolic Stop-and-Reverse calculates a trailing stop.  Developed by J. Welles Wilder.
抛物线止损反转计算止损。开发由J.威尔斯怀尔德。


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


  SAR(HL, accel=c(0.02, 0.2))



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

参数:HL
Object that is coercible to xts or matrix and contains High-Low prices.  
XTS或矩阵转换成的对象包含高 - 低的价格。


参数:accel
accel[1]: Acceleration factor.<br> accel[2]: Maximum acceleration factor.  
加速[1]参考加速:加速因子。[2]:最大加速度的因素。


Details

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

The calculation for the SAR is quite complex.  See the URLs in the references section for calculation notes.
特区的计算是相当复杂的。在参考部分的计算说明,请参阅网址。

The SAR assumes that you are always in the market, and calculates the Stop And Reverse point when you would close a long position and open a short position or vice versa.
特区假设你总是在市场上,并计算制止和扭转点时,你会关闭很长的位置,并打开一个简短的位置,反之亦然。


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

A object of the same class as HL or a vector (if try.xts fails) containing the Parabolic Stop and Reverse values.
一个HL或向量(try.xts如果失败),抛物线止损和反向值相同的类的对象。


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


Joshua Ulrich



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

http://www.linnsoft.com/tour/techind/sar.htm<br> http://www.fmlabs.com/reference/SAR.htm<br>

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

See ATR and ADX, which were also developed by Welles Wilder.
见ATR和ADX,还开发了由Welles Wilder。


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


  data(ttrc)
  sar <- SAR(ttrc[,c("High","Low")])

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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