ichimoku
Visualization and Tools for Ichimoku Kinko Hyo Strategies
A cloud-chart package quietly swapping its dependencies for its maintainer's own libraries.
◆Recent moves
- 2mo ago
JSON parsing moves from RcppSimdJson to secretbase
Swaps the JSON parser for secretbase, which had only recently grown JSON support, removing an Rcpp-based dependency from the install chain. Invisible to users but a clean marker of the maintainer consolidating onto their own libraries.
View source ↗ - 1y ago
Faster POSIXct formatting exported as a utility
Adds format_POSIXct() as a faster equivalent of base R's format.POSIXct(), used internally and exported for general use. A small piece of infrastructure escaping the package that needed it.
View source ↗ - 1y ago
Multiple concurrent sessions in the OANDA Shiny app
Adds a multi.session option to oanda_studio() so the Shiny app can serve more than one browser page, and defers loading mirai and RcppSimdJson until first use to cut startup cost.
View source ↗ - 1y ago
Asymmetric strategies now emit their final entry signal
Fixes type 3 asymmetric strategies that failed to generate a final entry signal when the matching exit condition had not yet been met, so backtests over open positions were silently truncated. Reported by a user, which is how correctness issues surface in a package this size.
View source ↗ - 2y ago
secretbase floor raised to 1.0.0
Internal performance work and a bumped secretbase requirement, released within two hours of the previous version.
View source ↗ - 2y ago
Archive verification reverts to SHA256
Raises the nanonext and mirai floors to 1.0.0 and reverts archive() to SHA256 after the previous move to SHA3-256. A dependency-alignment release in a stretch of several.
View source ↗