-
Notifications
You must be signed in to change notification settings - Fork 424
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
Snapshot Data Conversion #168
Comments
To achieve the most accurate results, backtesting requires both the local receipt timestamp and the exchange timestamp. But, your data appears to include only one timestamp. You can still generate normalized data by creating artificial timestamps based on your assumptions. Please see https://github.com/nkaz001/hftbacktest/blob/master/py-hftbacktest/hftbacktest/data/utils/binancehistmktdata.py |
@nkaz001 just double check if my understanding is correct:From binance we got two types of snapshot csv files as shown above:
and
For
For
And then run hbt with
|
You also need to set the |
I have SOD snapshot and orderbook depth update data like below:
How do I use this with data conversion pipeline? do I still need to download trades from binance?
Many thanks!
The text was updated successfully, but these errors were encountered: