Package: Strategy
Type: Package
Title: Generic Framework to Analyze Trading Strategies
Version: 1.0.1
Date: 2017-08-21
Author: Julian Busch
Maintainer: Julian Busch <jb@quants.ch>
Depends: R (>= 3.2.3)
Imports: stats, utils, graphics, grDevices, methods, zoo, xts
Description: Users can build and test customized quantitative trading strategies. Some quantitative trading strategies are already implemented, e.g. various moving-average filters with trend following approaches.
    The implemented class called "Strategy" allows users to access several methods to analyze performance figures, plots and backtest the strategies.
    Furthermore, custom strategies can be added, a generic template is available. The custom strategies require a certain input and output so they can be called from the Strategy-constructor.
License: GPL
LazyData: TRUE
Suggests: knitr
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-08-22 15:47:53 UTC; jbusch
Repository: CRAN
Date/Publication: 2017-08-24 16:30:36 UTC
Built: R 4.1.0; ; 2021-05-26 10:57:26 UTC; unix
