Skip to content

Commit

Permalink
spelling check
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhomeexperiments committed Mar 14, 2021
1 parent 0e1d07a commit a8eef12
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* Add folder generation function
* Put option predict ahead as a parameter (now 34 bars)
* aml_make_model use parameter to split data with specific n of rows e.g. n_rows
* cleanup of deprecated functions
* create option to set fixed structure of the neural network
* make a major release

# lazytrade 0.4.5

Expand Down Expand Up @@ -57,7 +60,7 @@
### Implemented

* added option to balance classes in mt_make_model function
* add and delete depricated functions
* add and delete deprecated functions
* change names of functions to reflect the purpose: mt - market type, rl- reinforcement learning, util - utility
* change example methods to unify them across functions
* align names of the variables across several functions
Expand Down
2 changes: 1 addition & 1 deletion R/datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
#' }
"x_test_model"

#' Table with predicte price change
#' Table with predicted price change
#'
#' @docType data
#' @keywords datasets
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ knitr::opts_chunk$set(
[![R-CMD-check](https://github.com/vzhomeexperiments/lazytrade/workflows/R-CMD-check/badge.svg)](https://github.com/vzhomeexperiments/lazytrade/actions)
<!-- badges: end -->

The goal of lazytrade is to keep all functions and scripts of the lazytrade educational project on [UDEMY](https://vladdsm.github.io/myblog_attempt/topics/lazy%20trading/). Functions are providing an opportunity to learn Computer and Data Science using example of Algorithmic Trading. Please kindly not that *this project was created for Educational Purposes only*!
The goal of lazytrade is to keep all functions and scripts of the lazytrade educational project on [UDEMY](https://vladdsm.github.io/myblog_attempt/topics/lazy%20trading/). Functions are providing an opportunity to learn Computer and Data Science using example of Algorithmic Trading. Please kindly not that *this project was created for Educational Purposes only*!

## Installation

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ library(readr)

#generate 8digit password for trading platform
util_generate_password(salt = 'random text')
#> .
#> 1 e16d039F
```

## Example - generate initialization files for MT4 platform
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Test environments
* windows, R 4.0.4 (2021-02-15) -- "Lost Library Book" Platform: x86_64-w64-mingw32/x64 (64-bit)
* R-hub builder
* R version 4.0.3 (2020-10-10)
* R Under development (unstable) (2020-12-13 r79623)
* R version R 4.0.4 (2021-02-15)
* R Under development (unstable) (2021-03-11 r80086)

## R CMD check results
Status: OK
Expand Down
4 changes: 2 additions & 2 deletions man/result_R.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8eef12

Please sign in to comment.