-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
42 lines (42 loc) · 1.48 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: lazytrade
Type: Package
Title: Learn Computer and Data Science using Algorithmic Trading
Version: 0.5.4
Author: Vladimir Zhbanko
Maintainer: Vladimir Zhbanko <[email protected]>
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.
Summary of Methods used: Awesome H2O tutorials: <https://github.com/h2oai/awesome-h2o>,
Market Type research of Van Tharp Institute: <https://vantharp.com/>,
Reinforcement Learning R package: <https://CRAN.R-project.org/package=ReinforcementLearning>.
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
Language: en-US
RoxygenNote: 7.3.2
Imports:
readr,
stringr,
dplyr,
tibble,
lubridate,
ggplot2,
grDevices,
h2o,
ReinforcementLearning,
openssl,
stats,
cluster,
lifecycle
Suggests:
testthat (>= 2.1.0),
covr,
magrittr,
data.table,
bit64
Depends: R (>= 3.6.0)
Roxygen: list(markdown = TRUE)