rosspalmer / bitQuant

Bitcoin data gathering, backtesting, and algorithmic trading solution
MIT License
23 stars 9 forks source link

Timestamp ms-column warning #15

Open multidis opened 9 years ago

multidis commented 9 years ago

/usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:134: Warning: Out of range value for column 'timestamp_ms' at row 5 result = self._query(query)

This happens with MySQL upon trades data collection (multiple exchanges), but may not be observed with sqlite (insufficient comparison data). Definitely happens with MySQL. Looks like something does not work well with MySQL table schema.

rosspalmer commented 9 years ago

Almost done with the 0.3.0 update and then I will take a look at this issue.

multidis commented 9 years ago

The same warning appears even with OKCoin, which does provide ms-column in their trades API response.