Skip to content

Commit

Permalink
CRAN release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Oct 16, 2022
1 parent a468b44 commit b257dfe
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 42 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ichimoku
Type: Package
Title: Visualization and Tools for Ichimoku Kinko Hyo Strategies
Version: 1.4.1.9010
Version: 1.4.2
Description: An implementation of 'Ichimoku Kinko Hyo', also commonly known as
'cloud charts'. Static and interactive visualizations with tools for
creating, backtesting and development of quantitative 'ichimoku' strategies.
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ichimoku 1.4.1.9010 (development)
# ichimoku 1.4.2

#### Updates:

* Internal changes requiring nanonext >= 0.6.0.
* Implements fix for upcoming R 4.3.0 (thanks @kalibera).
* Internal changes requiring nanonext >= 0.6.0.

# ichimoku 1.4.1

Expand Down
2 changes: 1 addition & 1 deletion R/ichimoku-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ NULL

utils::globalVariables(".data")

.user_agent <- "r-ichimoku/1.4.1"
.user_agent <- "r-ichimoku/1.4.2"

.onLoad <- function(libname, pkgname) {
do_ <- do_()
Expand Down
75 changes: 37 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,60 +88,59 @@ autostrat(cloud, n = 3)

#### Data & Visualization

- [`ichimoku()`](https://shikokuchuo.net/ichimoku/reference/ichimoku.html) -
to create an ichimoku object from price data.
- [`ichimoku()`](https://shikokuchuo.net/ichimoku/reference/ichimoku.html) -
to create an ichimoku object from price data.

- [`plot()`](https://shikokuchuo.net/ichimoku/reference/plot.ichimoku.html)
/
[`iplot()`](https://shikokuchuo.net/ichimoku/reference/iplot.html) -
to plot (interactive) cloud charts from ichimoku objects.
- [`plot()`](https://shikokuchuo.net/ichimoku/reference/plot.ichimoku.html)
/ [`iplot()`](https://shikokuchuo.net/ichimoku/reference/iplot.html) -
to plot (interactive) cloud charts from ichimoku objects.

- [`archive()`](https://shikokuchuo.net/ichimoku/reference/archive.html) -
for reading/writing objects to/from archive files with data
verification.
- [`archive()`](https://shikokuchuo.net/ichimoku/reference/archive.html) -
for reading/writing objects to/from archive files with data
verification.

- [`oanda()`](https://shikokuchuo.net/ichimoku/reference/oanda.html) -
to retrieve price data from the OANDA fxTrade API.
- [`oanda()`](https://shikokuchuo.net/ichimoku/reference/oanda.html) -
to retrieve price data from the OANDA fxTrade API.

#### Strategies & ML

- [`strat()`](https://shikokuchuo.net/ichimoku/reference/strat.html) -
to augment an ichimoku object with a strategy, including combined
and asymmetric strategies.
- [`strat()`](https://shikokuchuo.net/ichimoku/reference/strat.html) -
to augment an ichimoku object with a strategy, including combined and
asymmetric strategies.

- [`autostrat()`](https://shikokuchuo.net/ichimoku/reference/autostrat.html) -
to automatically evaluate and rank top-performing strategies.
- [`autostrat()`](https://shikokuchuo.net/ichimoku/reference/autostrat.html) -
to automatically evaluate and rank top-performing strategies.

- [`mlgrid()`](https://shikokuchuo.net/ichimoku/reference/mlgrid.html) -
to generate a numeric representation of the ichimoku cloud chart.
- [`mlgrid()`](https://shikokuchuo.net/ichimoku/reference/mlgrid.html) -
to generate a numeric representation of the ichimoku cloud chart.

- [`relative()`](https://shikokuchuo.net/ichimoku/reference/relative.html) -
to produce a statistical summary of the latest ichimoku numeric
representation relative to historical values.
- [`relative()`](https://shikokuchuo.net/ichimoku/reference/relative.html) -
to produce a statistical summary of the latest ichimoku numeric
representation relative to historical values.

#### Real-time

- [`oanda_chart()`](https://shikokuchuo.net/ichimoku/reference/oanda_chart.html) -
to plot real-time ichimoku cloud charts using OANDA data.
- [`oanda_chart()`](https://shikokuchuo.net/ichimoku/reference/oanda_chart.html) -
to plot real-time ichimoku cloud charts using OANDA data.

- [`oanda_studio()`](https://shikokuchuo.net/ichimoku/reference/oanda_studio.html) -
a complete live analysis environment using OANDA data implemented in
R Shiny.
- [`oanda_studio()`](https://shikokuchuo.net/ichimoku/reference/oanda_studio.html) -
a complete live analysis environment using OANDA data implemented in R
Shiny.

- [`oanda_stream()`](https://shikokuchuo.net/ichimoku/reference/oanda_stream.html)
/
[`oanda_quote()`](https://shikokuchuo.net/ichimoku/reference/oanda_quote.html) -
to obtain the latest live data stream / quote from the OANDA fxTrade
API.
- [`oanda_stream()`](https://shikokuchuo.net/ichimoku/reference/oanda_stream.html)
/
[`oanda_quote()`](https://shikokuchuo.net/ichimoku/reference/oanda_quote.html) -
to obtain the latest live data stream / quote from the OANDA fxTrade
API.

- [`oanda_view()`](https://shikokuchuo.net/ichimoku/reference/oanda_view.html) -
for a market overview showing the relative performance of
constituents.
- [`oanda_view()`](https://shikokuchuo.net/ichimoku/reference/oanda_view.html) -
for a market overview showing the relative performance of
constituents.

- [`oanda_orders()`](https://shikokuchuo.net/ichimoku/reference/oanda_orders.html)
/
[`oanda_positions()`](https://shikokuchuo.net/ichimoku/reference/oanda_positions.html) -
to retrieve the aggregate OANDA fxTrade order / position book.
- [`oanda_orders()`](https://shikokuchuo.net/ichimoku/reference/oanda_orders.html)
/
[`oanda_positions()`](https://shikokuchuo.net/ichimoku/reference/oanda_positions.html) -
to retrieve the aggregate OANDA fxTrade order / position book.

## Vignettes

Expand Down

0 comments on commit b257dfe

Please sign in to comment.