Skip to content

Releases: shikokuchuo/ichimoku

ichimoku 1.5.6

14 Mar 18:35
43f0287

Choose a tag to compare

New features:

  • format_POSIXct() is a much faster equivalent of the base R format.POSIXct(), used internally and exported as a utility.

ichimoku 1.5.5

12 Sep 17:32
223c74e

Choose a tag to compare

New features:

  • oanda_studio() adds option 'multi.session' to facilitate multiple sessions to be used with the Shiny app (for example more than one browser page).

Updates:

  • Optimizes package load efficiency with mirai and RcppSimdJson only loaded the first time they are used.

ichimoku 1.5.4

18 Aug 20:54
b9bbeff

Choose a tag to compare

Updates:

  • Fixes cases of asymmetric (type 3) strategies not generating the final entry signal if the corresponding exit condition has not yet been met (thanks @bbac63 #9).
  • Internal performance enhancements.

ichimoku 1.5.3

23 Jun 10:48
5eff99f

Choose a tag to compare

Updates:

  • Internal performance enhancements.
  • Requires secretbase >= 1.0.0.

ichimoku 1.5.2

04 Jun 14:38
794e514

Choose a tag to compare

Updates:

  • Requires nanonext >= 1.0.0 and mirai >= 1.0.0.
  • archive() reverts to using SHA256.

ichimoku 1.5.1

10 Apr 16:57
c47c0d9

Choose a tag to compare

  • Fixes oanda_studio() so that the live chart no longer greys out when updating (with recent Shiny versions).

CRAN release 1.5.0

05 Feb 21:08
f1d6372

Choose a tag to compare

ichimoku 1.5.0

New features:

  • archive() updated to use the fast and memory-efficient implementation of SHA3-256 from {secretbase} for data verification.
    • Note: archive files created using earlier package versions can no longer be verified using archive() but may nevertheless be loaded using readRDS().

Updates:

  • Requires secretbase.

CRAN release 1.4.13

15 Jan 20:06
dc4eb38

Choose a tag to compare

ichimoku 1.4.13

Updates:

  • oanda_quote() now correctly writes a new line after each quote.
  • Internal performance enhancements.
  • Requires nanonext >= 0.12.0 and mirai >= 0.12.0.

CRAN release 1.4.12

15 Dec 10:54
3ba129f

Choose a tag to compare

ichimoku 1.4.12

Updates:

  • Uses 'mirai' to run oanda_studio(new.process = TRUE)
  • Fixes oanda_switch() after a regression in 1.4.11.
  • Updates internal OANDA instruments list.
  • Internal performance enhancements.

CRAN release 1.4.11

08 Dec 13:41
fd8016d

Choose a tag to compare

ichimoku 1.4.11

  • Allows using the environment variable 'OANDA_API_KEY' as an alternative to the 'keyring' package.
  • Arguments 'keep.data' and 'keep.attrs' across the package now have an explicit default value of FALSE (no resultant change in behaviour).
  • Internal performance enhancements.
  • Requires nanonext >= 0.11.0.