You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.