phil8192 / ob-analytics

R package intended for visualisation, analysis and reconstruction of limit order book data
Other
149 stars 45 forks source link

Some usability improvements of plotPriceLevels() #22

Closed petr-fedorov closed 6 years ago

petr-fedorov commented 6 years ago
  1. Scale y: a default 'limit price' increment of $0.5 is too small for current Bitcoin price levels - scale is often unreadable. 'price.by' parameter of plotPriceLevels() can be used to set an appropriate value for the increment.
  2. Scale x: POSIXct objects are printed using the current timezone set

The proposed changes are rather useful when one looks for appropriate values of 'start.time', 'end.time', 'price.from' and 'price.to' parameters.

petr-fedorov commented 6 years ago

Nee to re-start Travis build ... so closing to re-open