Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Question about converting HFT strategy to minute bars

In my own studies, I have made a HFT technique that gave daily returns of anywhere between 20% to 130% (before commission). However, when I try to apply the same algorithm to this minute test, I got a return of negative 100%.

So right now, I'm wondering what makes HFT and minutes so different? Shouldn't they be essentially the same?

2 responses

Jasper,

For a description of the data, see:

https://www.quantopian.com/faq#data

Also, there is a slippage effect, which you may be seeing in backtesting. For a work-around, see:

https://www.quantopian.com/posts/trade-at-the-open-slippage-model

My understanding is that you should not see significant slippage when paper/live trading with IB (although your trading frequency will be limited to minutely).

Grant

Which HFT technique in specific. Most HFT techniques would not work in a second based bar, I am way more skeptical about htf strategies on minute-bars.