ob-analytics icon indicating copy to clipboard operation
ob-analytics copied to clipboard

R package intended for visualisation, analysis and reconstruction of limit order book data

Results 8 ob-analytics issues
Sort by recently updated
recently updated
newest added

First, thank you for such a useful package! I am not familiar to bitstamp data so have this question: I assume extdata/2015-05-01.log.xz is the raw market data recording, it already...

Bitstamp provides APIs for Live Orders and Live Ticker (i.e. trades) as described [here ](https://www.bitstamp.net/websocket/). Sometimes Live Orders API outputs incorrect data as shown below. Here is the trade record...

enhancement

These orders are shown as long stripes: ![default](https://user-images.githubusercontent.com/949629/46680145-17b38d00-cbf1-11e8-8b93-9fbea2ae4e57.png) The picture showing correct 'depth': ![default](https://user-images.githubusercontent.com/949629/46680246-55b0b100-cbf1-11e8-83bc-2af2e889c68e.png)

An order that started out as a market order, came to rest in the order book and has not been filled since then is classified as 'market' instead of 'market-limit'

bug

Below is an excerpt from ["Example limit order book data"](https://github.com/phil8192/ob-analytics/blob/master/man/lob.data.Rd) (`lob.data$events`) showing 'changed' events for 'market' orders that do not have a corresponding limit order event (`matching.event` equals NA): ![2018-10-02...

``` processing 2017-07-05.csv... Warning messages: 1: In matchTrades(events) : 07/05/17 : 1 jumps > $10 (swaping makers with takers) 2: In deleted[deleted$id %in% created.deleted.ids, ]$volume == created[created$id %in% : longer...

bug

https://www.iextrading.com/trading/alerts/2017/011/ recently made available by IEX, full depth of their order book.