问题标签 [ttr]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - 为什么 Close 和 HLC 有不同的方法来共享数据?
当我比较这两种方法时,SMA()
需要收盘价作为 xts 格式的第一个参数,而 DonchianChannel()
需要 xts 格式的 HL。然而,使用的是Cl(mktdata)
SMA 与HLC(mktdata)[, 1:2]
.DonchianChannel()
为什么会这样?为什么我不能只使用HLC(mktdata)
?
r - 在 R 中,是否有任何可用的函数,如 EXCEL 中的 IFERROR 公式
在 R 中,是否有任何可用的函数,如 EXCEL 中的 IFERROR 公式?我想使用 4 个最接近的数字计算移动平均值,但如果组中的数字小于 4,则使用正常平均值。详情参考下面的代码,IF_ERROR 只是我希望的功能,不能工作
html - 使用 R 在 ThinkOrSwim 中进行纸质交易?
IBrokers 软件包允许将 R 与盈透证券账户的纸质交易版本连接起来。这是测试 R 算法交易的理想选择。
反过来,rameritrade 包允许通过其 API 连接到 ThinkOrSwim,但仅限于实时交易。
R 中是否有任何包或代码可以连接到 ThinkOrSwim 平台的纸质交易版本?