Skip to content

CRAN release 1.2.2

Compare
Choose a tag to compare
@shikokuchuo shikokuchuo released this 05 Oct 10:32
· 218 commits to main since this release
bafc2f1

ichimoku 1.2.2

New features:

  • New oanda_quote() function outputs the latest quote for an instrument along with intraday trading statistics to the console.
  • New oanda_view() function provides the latest overview of an entire market - showing the relative performance of constituents.
  • New oanda_positions() function provides the OANDA fxTrade position book (% longs and shorts at each price level) for certain major currency pairs.
  • archive() now allows files to be chosen interactively using a system dialog - call the function with no arguments.
  • df_append() utility is now faster and gains the arguments 'key' and 'keep.attr'.

Updates:

  • Accessibility improvements: default 'original' theme adjusted to accommodate colour vision deficiency.
  • All OANDA functions now prompt for missing required arguments instead of returning errors.
  • For ease of use, the 'instrument' argument in all OANDA functions is now case-insensitive and the delimiter may be supplied as either '_' or '-', so both oanda("usd-jpy") and oanda("USD_JPY") are acceptable.
  • tradingDays() argument 'noholidays' removed in favour of 'holidays = NULL'. Logic changed slightly so that default holidays are applied only if 'holidays' is not specified.
  • Minor performance improvements to OANDA and ML layer functions.
  • Documentation refresh