Skip to content

cryptoQuotes 1.3.2

Latest
Compare
Choose a tag to compare
@serkor1 serkor1 released this 07 Nov 13:26

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() and write_xts() reads and stores xts-objects. These
    functions are essentially just wrappers of zoo::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 the modebar.
  • The chart()-function are now more interactive and supports drawing
    lines and rectangles via the modebar. It is also possible to
    interactively change the title and subtitle by double clicking
    these (Thank you @andreltr for the suggestion. See
    Discussion).
  • The chart()-function now has a new option static that is equal to
    FALSE by default. If FALSE the chart can be edited, annotated and
    explored interactively.
  • The chart()-function now has a new option palette that is set to
    “hawaii” by default. See hcl.pals() for accepted values.
  • The chart()-function now has a new option scale that is set to 1
    by default. Scales all fonts on the chart.
  • The chart()-function now has a new option width that is set to 0.9
    by default. Sets the overall linewidth of the chart. (Thank you
    @andreltr for the suggestion. See
    Discussion)
Static set to FALSE (Default Palette)