-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request #132
Comments
+1 for order book storage support in marketstore! |
Yes that's what we want, too! The data format is going be more complicated so we need some design time. |
This is an excellent idea! Any updates on order book data integration, please? If not, any recommendations on how to currently best store historical order book data? |
@athenawisdoms you might want to give techtonicDB a try for an out of the box solution with an excellent storage format. However, I am already story tick data using the |
@goodboy Great recommendation, will be sure to try it out. If we want to store both trades and order book data, will you suggest using marketstore for trades and techtonicDB for order book? Or sticking to just one (i.e. marketstore) like you have done? Additionally. have you looked into the data compression ratio for order book data when using marketstore the way you are currently storing, compared to a more widely used time series (eg. timescaledb, influxdb)? Thanks! |
@athenawisdoms I actually am using both at the moment (
I haven't in detail but the |
Pretty sure this pertains to the new tick to bar conversion that's just been added in #399. Tick is usually the level 1 of the book (aka the bid/ask spread) so if tick aggregation has now been added then we have a very basic top of book time series going on. |
Does this support inserting historical order book data?
The text was updated successfully, but these errors were encountered: