tobiasraabe / crypto

Cryptocurrency Market Prediction
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Missing entries when downloading Poloniex trade history. #2

Open tobiasraabe opened 7 years ago

tobiasraabe commented 7 years ago

Every trade on Poloniex trade history has a unique tradeID. 8631 entries are missing. Investigate using src/exploration/poloniex.ipynb to track down the missing values. It seems that the missing values are a missing period and not randomly distributed.

Furthermore, the validation of periods is poorly designed and more an adhoc method. If there is an easy improvement, implement it!