0+: A double digit Sharpe HFT strategy
blog.everstrike.io
0+: A double digit Sharpe HFT strategy
1–10 of 66 posts
Re: 0+: A double digit Sharpe HFT strategy
#2Re: 0+: A double digit Sharpe HFT strategy
#3It seems like the information being disseminated by the article is just the mapping between the name and the concept, since every participant already knows that they want to be at the front of big levels and can take from the orders behind them if they don't like the fill.
They really gloss over "getting to the front of a strong queue," which generally requires stacking to many levels of depth in the market (which adds risk), or finding some way to join or remain in weak queues before they become strong, which requires some other method of estimating a theoretical value. Estimating and tracking depth in the queue at each level was definitely a significant part of the more sophisticated code I wrote.
The article may overstate the importance of lower latency as well. I definitely was not the fastest at the time, running some fairly non-optimized Java when I knew there were some faster C++ players in the market, and I was still able to do relatively well.
Re: 0+: A double digit Sharpe HFT strategy
#4These kinds of markets tend to exhibit the kind of price moves and thin liquidity which make pulling off 0+ style trading very difficult.
Re: 0+: A double digit Sharpe HFT strategy
#5Re: 0+: A double digit Sharpe HFT strategy
#6Interesting, everstrike is a option market that sells a type of option they call an everlasting option. They say it was co-invented by non other than SBF: https://www.paradigm.xyz/2021/05/everlasting-options
looks like it just comes with the predisposition
Re: 0+: A double digit Sharpe HFT strategy
#7Re: 0+: A double digit Sharpe HFT strategy
#8Interesting, everstrike is a option market that sells a type of option they call an everlasting option. They say it was co-invented by non other than SBF: https://www.paradigm.xyz/2021/05/everlasting-options
vanilla options (edit: pricing model) were invented by LTCM and they blew up on degenerate bets too looks like it just comes with the predisposition
Re: 0+: A double digit Sharpe HFT strategy
#9I find it interesting how HFT apparently creates no economic value whatsoever. The value is siphoned off more traditional market trades.
Re: 0+: A double digit Sharpe HFT strategy
#10It seems like the information being disseminated by the article is just the mapping between the name and the concept, since every participant already knows that they want to be at the front of big levels and can take from the orders behind them if they don't like the fill.
Yeah I was hired by a prop trading firm of old Chicago floor traders in 2009 and then shortly asked to come up with an algo strategy in Kospi 200 options, with no help from any experienced algo traders. I worked something out completely on my own which was very similar to 0+, it just follows naturally once you understand the dynamics of a microstructure with low fees and FIFO queues. They really gloss over "getting t…