You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 has trades in it. Why does the package spend time on inferring the trades from orders?
the inferred trades count is 482
parse.sh explicitly filters trades and generates the orders.csv
the log has 575 trades, which is different from number of inferred trades.
the individual orders and trades are usually directly provided by exchanges, so why does the package spend time on inferring trades from orders?
The text was updated successfully, but these errors were encountered:
For not all matched orders produce trades. There are so-called 'self-trades' which can be inferred from live_orders data but will not appear among trades due to sefl-trade prevention by Bitstamp
Also have a look at this discussion
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 has trades in it. Why does the package spend time on inferring the trades from orders?
the inferred trades count is 482
parse.sh explicitly filters trades and generates the orders.csv
the log has 575 trades, which is different from number of inferred trades.
the individual orders and trades are usually directly provided by exchanges, so why does the package spend time on inferring trades from orders?
The text was updated successfully, but these errors were encountered: