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

      

     






























    -----------做计算机网络架构和量化投资理论的高效学习产出者
  • 相关阅读:
    CodeGen用户定义的扩展令牌
    CodeGen编写自定义表达式标记
    CodeGen CreateFile实用程序
    CodeGen融合核心关系循环扩展
    CodeGen融合核心扩展定制文件
    CodeGen API分析
    CodeGen字段循环Field Loop
    CodeGen概述
    算子扫描与递归核
    算子本质与数学函数
  • 原文地址:https://www.cnblogs.com/evilqliang/p/6141122.html
Copyright © 2011-2022 走看看