4 thoughts on “About

  1. Pingback: Simple Moving Average Strategy with a Volatility Filter: Follow-Up Part 3 | rbresearch

  2. there is no package called quantstrat!

    > require(quantstrat)
    Loading required package: quantstrat
    Warning message:
    In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
    there is no package called ‘quantstrat’

    • I am guessing you do not have quantstrat installed. Try installing directly from R by entering this in the command line:
      install.packages(“quantstrat”, repos=”http://R-Forge.R-project.org”)

      Let me know if that works for you.

      Ross

Leave a comment