I realized I can actually download the trades for the time period above from the list of recent trades here:
http://mtgox.com/code/data/getTrades.php Here's the most interesting/relevant chunk of data:
{"date":1309546534,"price":"16.06869","amount":"0.1","price_int":"1606869","amount_int":"10000000","tid":"1309546534570843"}{"date":1309546714,"price":"16.06869","amount":"0.70603902","price_int":"1606869","amount_int":"70603902","tid":"1309546714395447"}{"date":1309546714,"price":"16.065","amount":"19.79800996","price_int":"1606500","amount_int":"1979800996","tid":"1309546714419664"}{"date":1309546714,"price":"16.05011","amount":"0.15","price_int":"1605011","amount_int":"15000000","tid":"1309546714475023"}{"date":1309546714,"price":"16.05","amount":"1.18","price_int":"1605000","amount_int":"118000000","tid":"1309546714499844"}{"date":1309546714,"price":"16.0234","amount":"1","price_int":"1602340","amount_int":"100000000","tid":"1309546714528446"},
{"date":1309546714,"price":"16.02001","amount":"1","price_int":"1602001","amount_int":"100000000","tid":"1309546714548907"},
{"date":1309546714,"price":"16.011","amount":"2.23962072","price_int":"1601100","amount_int":"223962072","tid":"1309546714566519"},
{"date":1309546714,"price":"16.01","amount":"50","price_int":"1601000","amount_int":"5000000000","tid":"1309546714601679"},
{"date":1309546714,"price":"16.0007","amount":"13.91720362","price_int":"1600070","amount_int":"1391720362","tid":"1309546714633848"},
{"date":1309546714,"price":"16.0007","amount":"10.94612668","price_int":"1600070","amount_int":"1094612668","tid":"1309546714691336"},
{"date":1309546857,"price":"16.05101","amount":"1","price_int":"1605101","amount_int":"100000000","tid":"1309546857305532"},
Using a handy unix timestamp converter (
http://www.onlineconversion.com/unix_time.htm), I come up with the following sequence of events:
Fri, 01 Jul 2011 18:55:34 GMT: Somebody buys 0.1 BTC at 16.06869
Fri, 01 Jul 2011 18:58:34 GMT: Somebody sells 100.937 BTC all at once, driving the price down to 16.0007
Fri, 01 Jul 2011 19:00:57 GMT: Somebody buys 1 BTC at 16.05101
It's probably a coincidence, but we can't really know for sure. If someone was trying to manipulate the outcome with the big sell, they failed. It could also be that one or more of the buy orders in place right above $16 which stopped the price from going under were also trying to manipulate the outcome, in which case they succeeded.