produvia / kryptos

Kryptos AI is a virtual investment assistant that manages your cryptocurrency portfolio
http://twitter.com/kryptos_ai
MIT License
48 stars 8 forks source link

Order Book Dataset #101

Open bukosabino opened 6 years ago

bukosabino commented 6 years ago

Goal

Get Order Book as another dataset. The dataset can give us X bids/asks sampled every Y minutes/days. Example: 20 bids/asks sampled every minute.

We can get these data using:

context.exchanges[context.EXCHANGE].get_orderbook(symbol('etc_btc'), limit=20)

Inspiration

Problem

We cannot get the historical order book, you only get the actual order book situation. Any ideas how it could be useful for us?

slavakurilyak commented 6 years ago

@bukosabino We either create our own dataset or buy one. Kaiko comes to mind, which collects:

If we are to create our own dataset, we can do so by starting with daily order-book data. This new dataset will then be used for future machine learning predictions. There are a few public Github repositories which collect orderbook data.