NEWS
rtsplot 0.1.4 (2021-10-29)
- Added 'rtsplot.polygon' function to plot polygon time series.
rtsplot 0.1.3 (2020-03-29)
- Fix donttest examples for CRAN
rtsplot 0.1.2 (2020-01-25)
- Added 'skip.breaks' parameter to the 'rtsplot' function to skip plotting of
missing date/times. i.e. weekends, holidays, and nights(non-trading hours).
rtsplot 0.1.1 (2018-09-15)
- Exposed internal functions to create candle, ohlc, hl plots.
- Exposed internal functions to access candle and volume colors.
- Fixed internal logic to access xts index. Use
.index
instead of attr
to access xts index.
rtsplot 0.1.0 (2018-05-29)
Initial release.