• 交易策略研究 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")))
    

      

     






























    -----------做计算机网络架构和量化投资理论的高效学习产出者
  • 相关阅读:
    MYSQL学习中
    正则相关记录
    JS前台相关
    .net 时间格式
    SQL问题整理
    IIS 错误
    小型文件系统(littlefs)
    三极管NPN和PNP开关电路
    事件EVENT与waitforsingleobject的使用
    UpdateData(TRUE)与UpdateData(FALSE)的使用
  • 原文地址:https://www.cnblogs.com/evilqliang/p/6141122.html
Copyright © 2020-2023  润新知