No, what I said is correct.
1. There is no way to verify at which specific point you get the trade data. Just a few milliseconds later, would result into a completly different result. I gave a pretty easy-to-understand example of this. Look at the link you gave me:
{"date":"1481768751","price":5435.7,"amount":76,"tid":"107799733"},{"date":"1481768751","price":5435.7,"amount":14,"tid":"107799734"},{"date":"1481768751","price":5435.7,"amount":4,"tid":"107799735"},{"date":"1481768751","price":5435.7,"amount":2,"tid":"107799736"},{"date":"1481768751","price":5435.7,"amount":2,"tid":"107799737"},{"date":"1481768751","price":5435.7,"amount":71,"tid":"107799738"},{"date":"1481768751","price":5435.7,"amount":333,"tid":"107799739"},{"date":"1481768751","price":5435.7,"amount":508,"tid":"107799740"},{"date":"1481768751","price":5435.7,"amount":43,"tid":"107799741"},{"date":"1481768751","price":5435.7,"amount":36,"tid":"107799742"},{"date":"1481768751","price":5435.7,"amount":8,"tid":"107799743"},{"date":"1481768751","price":5435.7,"amount":1,"tid":"107799744"},
12 trades in 1 second, all timestamp 1481768751. All of those traders affect the volume (and sometimes the price.) You can pick the volume you like and there is no way for the player to verify it. Therefor it is
not provably fair.2. There is no fixed timestamps on transactions. Each node can see a transactions at a different timestamp, because it takes time for the transactions to be relayed through the bitcoin network.