zoukankan      html  css  js  c++  java
  • 交易策略研究 R库

    本文在Creative Commons许可证下发布

    交易策略研究 R库,直接安装:xts, TTR,quantmod,RTAQ,PerformanceAnalytics,FactorAnalytics, IBrokers等R包。其他需要手动安装的包如下:

    1、包:blotter

    安装方法:

    install.packages("blotter", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

    2、包:FinancialInstrument

    安装方法:

    install.packages("FinancialInstrument", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

    3、包:quantstrat

    安装方法:

    install.packages("quantstrat", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

     

    4、包:FactorAnalytics

    安装方法:

    install.packages("FactorAnalytics", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

    5、包:highfrequencies

    安装方法:

    install.packages("highfrequency", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

    6、包:qmao

    安装方法:

    install.packages("qmao", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

    7、包:twsInstrument

    安装方法:

    install.packages("twsInstrument", repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

     主要包更新:

    install.packages(c("FinancialInstrument", "quantmod", "blotter", "quantstrat", "qmao"), repos= c("http://R-Forge.R-project.org", getOption("repos")))
    

      

     






























    -----------做计算机网络架构和量化投资理论的高效学习产出者
  • 相关阅读:
    .NE 学习概要
    (转)工作之路---记录LZ如何在两年半的时间内升为PM
    XP下Winform背景透明问题
    CSE(Corrupted State Exceptions) 严重异常处理办法
    (转)C#模拟键盘鼠标事件
    (转).net项目技术选型总结
    (转)MSMQ续
    (转)MSMQ(消息队列)
    (转)TCP三次握手
    Socket编程初探
  • 原文地址:https://www.cnblogs.com/evilqliang/p/6141122.html
Copyright © 2011-2022 走看看