Package: lazytrade
Type: Package
Title: Learn Computer and Data Science using Algorithmic Trading
Version: 0.3.3
Author: Vladimir Zhbanko
Maintainer: Vladimir Zhbanko <vladimir.zhbanko@gmail.com>
Description: Provide sets of functions and methods to learn and practice data science using idea of algorithmic trading.
    Main goal is to process information within "Decision Support System" to come up with analysis or predictions.
    There are several utilities such as dynamic and adaptive risk management using reinforcement learning
    and even functions to generate predictions of price changes using pattern recognition deep regression learning.
License: MIT + file LICENSE
URL: https://vladdsm.github.io/myblog_attempt/topics/lazy%20trading/,
        https://github.com/vzhomeexperiments/lazytrade
BugReports: https://github.com/vzhomeexperiments/lazytrade/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: dplyr, lubridate, tidyverse, h2o, ReinforcementLearning,
        openssl, magrittr
Suggests: testthat (>= 0.11.0), covr
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2019-07-17 21:24:30 UTC; fxtrams
Repository: CRAN
Date/Publication: 2019-07-18 06:36:03 UTC
