Eric14 (OP)
Newbie
Offline
Activity: 20
Merit: 0
|
|
January 15, 2014, 04:33:59 AM |
|
Wow it is worse than I thought. Their own reported trade data is all messed up. I captured their own "trade" list and the API and their chart values all at once. Since their chart data seems to be wrong too this might be a systemic problem rather than just how bitcoinwisdom.com prints out the display.
From Chart 3m period 17:39:00 - 17:36:00 open: 23.55 High: 23.60 close: 23.58 (not according to btc-e API) Low: 23.50 (not according to btc-e API)
From the chart's trade list it never hits 23.50, or 23.58 during this time frame.
For some reason BCW is modifying the time stamps and it appears their volume data is often very wrong and there are missing trades! And I understand combining trades at similar times at same prices, but changing the times?
From bitcoinwisdom's trade window: 17:40:11 23.551 70.6785 (real time stamp from API shows 17:39:59) 17:39:59 23.551 0.25 (time stamp shows this should be 17:39:56 ) 17:39:56 23.551 0.4008 (this is two trades combined that were 1 seconds apart) 17:39:52 23.551 0.2004 (really 17:39:49) 17:39:49 23.551 0.2004 (??! This trade never occurred!) 17:39:44 23.5999 1.18955 (at 17:39:44) (missing a trade here? 17:39:44 23.511 0.98915 ) 17:39:44 23.551 0.25038 (is this the missing trade with wrong volume?) 17:39:37 23.5999 0.23395 (really is at 17:39:42 and volume is wrong! 0.25038! See above trade vol.) 17:39:21 23.6 0.2004 (volume is wrong here too) 17:39:18 23.6 70 (never happened at 70 shares....errors go on and on) 17:39:15 23.551 38.2491 (vol is really 63.2996) 17:38:28 23.6 0.38036 17:38:11 23.6 0.11827 17:37:38 23.6 0.15 17:37:34 23.6 0.32719 (this volume actually traded at 23.5996) 17:36:56 23.5996 3.44501 17:36:21 23.5997 0.1 17:35:59 23.5998 0.10360
From BCT-e api for comparison:
{"date":1389757199,"price":23.551,"amount":70.6785,"tid":27194971,"price_currency":"USD","item":"LTC","trade_type":"ask"}, ** 2014-01-14 17:39:59 ** {"date":1389757196,"price":23.551,"amount":0.25,"tid":27194970,"price_currency":"USD","item":"LTC","trade_type":"bid"}, ** 2014-01-14 17:39:56 **
{"date":1389757192,"price":23.551,"amount":0.2004,"tid":27194965,"price_currency":"USD","item":"LTC","trade_type":"bid"}, ** 2014-01-14 17:39:52 ** {"date":1389757191,"price":23.551,"amount":0.2004,"tid":27194964,"price_currency":"USD","item":"LTC","trade_type":"bid"}, ** 2014-01-14 17:39:51 **
{"date":1389757189,"price":23.551,"amount":0.2004,"tid":27194963,"price_currency":"USD","item":"LTC","trade_type":"ask"}, ** 2014-01-14 17:39:49 **
{"date":1389757184,"price":23.5999,"amount":0.2004,"tid":27194962,"price_currency":"USD","item":"LTC","trade_type":"bid"}, ** 2014-01-14 17:39:44 **
{"date":1389757184,"price":23.551,"amount":0.98915,"tid":27194961,"price_currency":"USD","item":"LTC","trade_type":"ask"}, ** 2014-01-14 17:39:44 **
{"date":1389757184,"price":23.551,"amount":0.2004,"tid":27194960,"price_currency":"USD","item":"LTC","trade_type":"ask"}, ** 2014-01-14 17:39:44 **
{"date":1389757177,"price":23.5999,"amount":0.25038,"tid":27194948,"price_currency":"USD","item":"LTC","trade_type":"bid"} ** 2014-01-14 17:39:42 **
,{"date":1389757161,"price":23.6,"amount":0.233955,"tid":27194943,"price_currency":"USD","item":"LTC","trade_type":"bid"},{"date":1389757158,"price":23.6,"amount":0.2004,"tid":27194940,"price_currency":"USD","item":"LTC","trade_type":"bid"},{"date":1389757155,"price":23.551,"amount":63.2996,"tid":27194939,"price_currency":"USD","item":"LTC","trade_type":"ask"},{"date":1389757155,"price":23.552,"amount":6.5,"tid":27194938,"price_currency":"USD","item":"LTC","trade_type":"ask"},{"date":1389757155,"price":23.552,"amount":0.2004,"tid":27194937,"price_currency":"USD","item":"LTC","trade_type":"ask"},{"date":1389757108,"price":23.6,"amount":38.2491,"tid":27194927,"price_currency":"USD","item":"LTC","trade_type":"bid"},{"date":1389757091,"price":23.6,"amount":0.380361,"tid":27194925,"price_currency":"USD","item":"LTC","trade_type":"bid"},{"date":1389757058,"price":23.6,"amount":0.118274,"tid":27194894,"price_currency":"USD","item":"LTC","trade_type":"bid"},{"date":1389757054,"price":23.6,"amount":0.15,"tid":27194892,"price_currency":"USD","item":"LTC","trade_type":"ask"},{"date":1389757016,"price":23.5996,"amount":0.327193,"tid":27194874,"price_currency":"USD","item":"LTC","trade_type":"bid"},{"date":1389756981,"price":23.5997,"amount":3.44501,"tid":27194779,"price_currency":"USD","item":"LTC","trade_type":"bid"},{"date":1389756959,"price":23.5998,"amount":0.1,"tid":27194723,"price_currency":"USD","item":"LTC","trade_type":"bid"},{"date":1389756945,"price":23.5998,"amount":0.103609,"tid":27194713,"price_currency":"USD","item":"LTC","trade_type":"bid"},
|