General
-
bitmarthas 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 thetitleandsubtitleby double clicking
these (Thank you @andreltr for the suggestion. See
Discussion). - The
chart()-function now has a new optionstaticthat is equal to
FALSEby default. IfFALSEthe chart can be edited, annotated and
explored interactively. - The
chart()-function now has a new optionpalettethat is set to
“hawaii” by default. Seehcl.pals()for accepted values. - The
chart()-function now has a new optionscalethat is set to 1
by default. Scales all fonts on the chart. - The
chart()-function now has a new optionwidththat is set to 0.9
by default. Sets the overalllinewidthof the chart. (Thank you
@andreltr for the suggestion. See
Discussion)