From 5eff99f0bb55c0ff3b6b6a9eb67d690631b5c46b Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Sun, 23 Jun 2024 11:42:43 +0100 Subject: [PATCH] ichimoku 1.5.3 --- DESCRIPTION | 2 +- NEWS.md | 2 +- README.Rmd | 32 ++++++++++++++++---------------- README.md | 33 +++++++++++++++++---------------- 4 files changed, 35 insertions(+), 34 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7b391ebb..b2fe8c56 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ichimoku Type: Package Title: Visualization and Tools for Ichimoku Kinko Hyo Strategies -Version: 1.5.2.9000 +Version: 1.5.3 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 5bda79f3..ddc8acc2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# ichimoku 1.5.2.9000 (development) +# ichimoku 1.5.3 #### Updates: diff --git a/README.Rmd b/README.Rmd index 3d1ec8a1..27e27eb1 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,8 +17,8 @@ knitr::opts_chunk$set( [![CRAN Status](https://www.r-pkg.org/badges/version/ichimoku?color=00008b)](https://CRAN.R-project.org/package=ichimoku) +[![R-multiverse status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcommunity.r-multiverse.org%2Fapi%2Fpackages%2Fichimoku&query=%24.Version&label=r-multiverse)](https://community.r-multiverse.org/ichimoku) [![ichimoku status badge](https://shikokuchuo.r-universe.dev/badges/ichimoku?color=a4d1eb)](https://shikokuchuo.r-universe.dev/ichimoku) -[![diffify](https://diffify.com/diffify-badge.svg)](https://diffify.com/R/ichimoku) [![R-CMD-check](https://github.com/shikokuchuo/ichimoku/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/shikokuchuo/ichimoku/actions/workflows/R-CMD-check.yaml) [![codecov](https://codecov.io/gh/shikokuchuo/ichimoku/graph/badge.svg)](https://app.codecov.io/gh/shikokuchuo/ichimoku) [![DOI](https://zenodo.org/badge/367928545.svg)](https://zenodo.org/badge/latestdoi/367928545) @@ -28,21 +28,7 @@ Visualization and Tools for Ichimoku Kinko Hyo Strategies 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. As described in Sasaki (1996, ISBN:4925152009), the technique is a refinement on candlestick charting, originating from Japan and now in widespread use in technical analysis worldwide. Translating as 'one-glance equilibrium chart', it allows the price action and market structure of financial securities to be determined 'at-a-glance'. Incorporates an interface with the OANDA fxTrade API for retrieving historical and live streaming price data for major currencies, metals, commodities, government bonds and stock indices. -## Installation - -Install the latest release of ichimoku from CRAN: - -``` r -install.packages("ichimoku") -``` - -Or the development version from R-universe: - -``` r -install.packages("ichimoku", repos = "https://shikokuchuo.r-universe.dev") -``` - -## Example +## Quick Start ```{r load} library(ichimoku) @@ -108,6 +94,20 @@ Long-form documentation links: { 4 } [The OANDA fxTrade API](https://shikokuchuo.net/ichimoku/articles/xoanda.html) +## Installation + +Install the latest release from CRAN or R-multiverse: + +``` r +install.packages("ichimoku") +``` + +The current development version is available from R-universe: + +``` r +install.packages("ichimoku", repos = "https://shikokuchuo.r-universe.dev") +``` + ## References Sasaki, H. 佐々木 英信 (1996), *一目均衡表の研究 [ichimoku kinkouhyou no kenkyuu]*. Tokyo, Japan: Toushi Radar. diff --git a/README.md b/README.md index 6f7184c5..7e50eb9a 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ [![CRAN Status](https://www.r-pkg.org/badges/version/ichimoku?color=00008b)](https://CRAN.R-project.org/package=ichimoku) +[![R-multiverse +status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcommunity.r-multiverse.org%2Fapi%2Fpackages%2Fichimoku&query=%24.Version&label=r-multiverse)](https://community.r-multiverse.org/ichimoku) [![ichimoku status badge](https://shikokuchuo.r-universe.dev/badges/ichimoku?color=a4d1eb)](https://shikokuchuo.r-universe.dev/ichimoku) -[![diffify](https://diffify.com/diffify-badge.svg)](https://diffify.com/R/ichimoku) [![R-CMD-check](https://github.com/shikokuchuo/ichimoku/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/shikokuchuo/ichimoku/actions/workflows/R-CMD-check.yaml) [![codecov](https://codecov.io/gh/shikokuchuo/ichimoku/graph/badge.svg)](https://app.codecov.io/gh/shikokuchuo/ichimoku) [![DOI](https://zenodo.org/badge/367928545.svg)](https://zenodo.org/badge/latestdoi/367928545) @@ -30,21 +31,7 @@ Incorporates an interface with the OANDA fxTrade API streaming price data for major currencies, metals, commodities, government bonds and stock indices. -## Installation - -Install the latest release of ichimoku from CRAN: - -``` r -install.packages("ichimoku") -``` - -Or the development version from R-universe: - -``` r -install.packages("ichimoku", repos = "https://shikokuchuo.r-universe.dev") -``` - -## Example +## Quick Start ``` r library(ichimoku) @@ -160,6 +147,20 @@ Functions](https://shikokuchuo.net/ichimoku/articles/utilities.html) { 4 } [The OANDA fxTrade API](https://shikokuchuo.net/ichimoku/articles/xoanda.html) +## Installation + +Install the latest release from CRAN or R-multiverse: + +``` r +install.packages("ichimoku") +``` + +The current development version is available from R-universe: + +``` r +install.packages("ichimoku", repos = "https://shikokuchuo.r-universe.dev") +``` + ## References Sasaki, H. 佐々木 英信 (1996), *一目均衡表の研究 [ichimoku kinkouhyou