General
-
bitmart
has updated their futures API. The backend have been updated
accordingly. -
Unit-tests have been updated and now all
get_quote()
-functions are
being tested for equality in passed and inferred interval.
Improvements
Read and Write xts
-objects
read_xts()
andwrite_xts()
reads and storesxts
-objects. These
functions are essentially just wrappers ofzoo::read.zoo()
and
zoo::write.zoo()
. Thank you @gokberkcan7 for the suggestion.
Charting
- The
chart()
-function are now exported as.svg
-images in 4k
resolution via themodebar
. - The
chart()
-function are now more interactive and supports drawing
lines and rectangles via themodebar
. It is also possible to
interactively change thetitle
andsubtitle
by double clicking
these (Thank you @andreltr for the suggestion. See
Discussion). - The
chart()
-function now has a new optionstatic
that is equal to
FALSE
by default. IfFALSE
the chart can be edited, annotated and
explored interactively. - The
chart()
-function now has a new optionpalette
that is set to
“hawaii” by default. Seehcl.pals()
for accepted values. - The
chart()
-function now has a new optionscale
that is set to 1
by default. Scales all fonts on the chart. - The
chart()
-function now has a new optionwidth
that is set to 0.9
by default. Sets the overalllinewidth
of the chart. (Thank you
@andreltr for the suggestion. See
Discussion)