Can a HFT-knowledgeable commenter chime in on the viability of the Sharpe ratio here? From a physics perspective, it appears that the Sharpe ratio of 4.1 is roughly equivalent to a 4.1-sigma claim that their algorithm is better than random trading. I can't check easily, but I'd guess that the movement of Bitcoin prices isn't normally-distributed (looking at the paper's time series suggests that there's more low-frequ…
MIT computer scientists can predict the price of Bitcoin
41–50 of 86 posts
Re: MIT computer scientists can predict the price of Bitcoin
#42Re: MIT computer scientists can predict the price of Bitcoin
#43Re: MIT computer scientists can predict the price of Bitcoin
#44Earlier quoted context omitted.
oh, I'm not arguing that it is zero-sum, just that whether it is or not has absolutely no relevance here.
>Any marketplace is 'zero sum' if you think about it. vs >I'm not arguing that it is zero-sum So, what are you saying there then.
Re: MIT computer scientists can predict the price of Bitcoin
#45Earlier quoted context omitted.
oh, I'm not arguing that it is zero-sum, just that whether it is or not has absolutely no relevance here.
>Any marketplace is 'zero sum' if you think about it. vs >I'm not arguing that it is zero-sum So, what are you saying there then.
Now I've unintentionally started an argument about what is / is not zero sum and what bits of a market you take your definitions from. That was the exact opposite of what I was trying to say. If it is zero-sum, why does that even change anything or make the trading (from the original paper) worthwhile or not? I'm trying to say that 'zero sum' or not, it changes nothing and gives no additional insight.
Re: MIT computer scientists can predict the price of Bitcoin
#46The paper states that the strategy was simulated with live data and makes no mention of slippage. I've never traded bitcoin so I'm not sure how difficult it is to get fills, but that along with spreads are non-trivial components of real trading.
Re: MIT computer scientists can predict the price of Bitcoin
#47The problem with the paper is not overfit. They claim to have run their simulation with out of band ("live") data. The actual problem with the paper is that we have no idea if their simulator is any good, which means that their result (89% return in 50 days) could be totally bogus. In other words, we don't know if the actual bitcoin exchange would fill their orders at the same prices (if at all) as their simulator do…
Re: MIT computer scientists can predict the price of Bitcoin
#48But when I extrapolated it forward a few months, it predicted the price would explode to unreasonable levels. I was disappointed and threw it away, assuming that it must be wrong.
Re: MIT computer scientists can predict the price of Bitcoin
#49This is short-term trading. "Every two seconds they predicted the average price movement (on OKcoin) over the following 10 seconds. If the price movement was higher than a certain threshold, they bought a Bitcoin; if it was lower than the opposite threshold, they sold one; and if it was in-between, they did nothing." I don't see them allowing for commissions and fees. OKcoin, at peak, had a trading volume so high tha…
> What this group at MIT may have done is reverse-engineered the fake trade generation algorithm. Just to be clear, there is nothing wrong with this. Infact, sitting around and reverse engineering what other traders are doing is what many funds do. I'm in this group so I"m happy to answer questions if anyone has any. > Every two seconds they predicted the average price movement (on OKcoin) over the following 10 secon…
Re: MIT computer scientists can predict the price of Bitcoin
#50Earlier quoted context omitted.
This picture shows quite nicely what might happen when having too many parameters (or too little data): http://machinelearningac.files.wordpress.com/2011/10/polynom...
In red is your model whereas in green is the real one, M being the number of parameters. The technical term for the last one is "overfitting" if I remember correctly. But in the case you have an enormous amount of data, it is unlikely to happen. It reminds me of this awesome course: https://www.coursera.org/course/ml edit: The parent's parent's parent mention overfit for the MIT work, I don't think it'd be the case i…