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")))
    

      

     






























    -----------做计算机网络架构和量化投资理论的高效学习产出者
  • 相关阅读:
    c++ bitset 10进制转二进制
    PIVOT
    西渡
    check all tables rows

    View Triggers Function Procedure
    ORA-01400: cannot insert NULL into
    中东
    力的合成
    正弦、余弦和正切
  • 原文地址:https://www.cnblogs.com/evilqliang/p/6141122.html
Copyright © 2011-2022 走看看