miro-ka / mosquito

Trading Bot with focus on Evolutionary Algorithms and Machine Learning
GNU General Public License v3.0
260 stars 53 forks source link

poloniex: history and ticker data are not consistent #50

Closed miro-ka closed 6 years ago

miro-ka commented 6 years ago

unfortunately I found a bug in the poloniex implementation where we use history data together with real-time ticker,...solution is that we eather use only candle ticker, where we get only 5 minutes intervals (not possible to get smaller intervals),...or ticker but then we need to save tickers from today to get some history.

ticker_polo

miro-ka commented 6 years ago

I have now swapped everything to using candle info, this means that for poloniex the highest data resolution we can get is 5 minutes.