Skip to content
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

binance todos #180

Open
6 tasks
goodboy opened this issue May 24, 2021 · 0 comments
Open
6 tasks

binance todos #180

goodboy opened this issue May 24, 2021 · 0 comments
Assignees
Labels
data-layer real-time and historical data processing and storage integration external stack and/or lib augmentations tsdb time series db stuff

Comments

@goodboy
Copy link
Contributor

goodboy commented May 24, 2021

Thanks once again to @guilledk for the new binance backend support in #170 we can get some more serious (and near hft) style processing going on for crypto$ 😎

Some lingering things we need to get going stat as follow ups to that PR:


things we forgot 😂:

  • we need to provide min tick info in the initial message from the feed which is something we'll likely have to pull out of the .symbol_info() data set(s)

New features we need for the backend to go prime time, these can come incrementally:

  • longer out historical data retreival which has a couple options:
    • the old trades which appears to be tick data we can aggregate (1k datums per request and requires X-MBX-APIKEY in the request)
    • the historical OHLC ep which i think is limited to 1m sampling period? (would be great if they did smaller periods for us).
  • symbol search support using the symbol set delivered from the exchange info endpoint -> this will likely land as part of Symbol search #164
  • order entry via order mode / chart trader by providing EMS support
@goodboy goodboy added integration external stack and/or lib augmentations data-layer real-time and historical data processing and storage tsdb time series db stuff labels May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-layer real-time and historical data processing and storage integration external stack and/or lib augmentations tsdb time series db stuff
Projects
None yet
Development

No branches or pull requests

2 participants