diff --git a/DESCRIPTION b/DESCRIPTION index c8bf3de5..b68df212 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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. diff --git a/NEWS.md b/NEWS.md index 2828608b..7629b2a2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/R/ichimoku-package.R b/R/ichimoku-package.R index 7a980b0d..58bc14eb 100644 --- a/R/ichimoku-package.R +++ b/R/ichimoku-package.R @@ -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_() diff --git a/README.md b/README.md index 93ccdab1..be412866 100644 --- a/README.md +++ b/README.md @@ -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