I recently stumbled upon a new video from Veritasium on YouTube about the 80/20 rule. My last post was a bit of a rant, however, this video only got me thinking about the 80/20 rule once again. This time, I started thinking about finance, or rather, trading stocks.
A while back, I and a friend of mine got deep into the world of investing. We learned about tons of various strategies from purely technical through purely fundamental. Ultimately, the only investor I came to believe knows anything is Warren Buffett (shocker). He’s a freak and a dedicated student of the game. Along the way we took a detour through probability based strategies: options volatility strategies and others that rely on monte carlo simulations that play on raw probability. After coding up dozens of ideas we simply realized we weren’t that smart, so these ideas probably wouldn’t play out. So I started thinking: is there a strategy that allows us to invest in a group of stocks and continually invest in winners, while leaving (or dumping) the losers?
The idea is as follows: pick N stocks (say, 100) of your choosing. Ideally, filter out the pure shit stocks (scams, financially dubious, etc) and invest some even amount into each individual stock – say, $1,000 (or less if you don’t have $100k to drop like most folks). Every year, and only once a year, “rebalance” towards the “winners”. Every so often, add a new group of stocks (maybe recent IPOs, or some other criteria) to the bucket. Continue this forever.
There are some critical issues to work through, here:
- How do you identify which stocks to invest in at the start?
- How many do you invest in?
- How much to you invest?
- What is your rebalancing timeline?
- What is a “winner”?
- What is a “loser”? When should you sell, or ignore, an underporforming stock?
- What happens if a previous loser becomes a winner?
- What happens if a previous winner becomes a loser?
- What happens if a winner becomes a loser then a winner, then a loser… etc?
- When do you add new stocks to the pool?
Answering these questions, and others, is critical to success. You want to maximize your chances on hitting a 1000x stock, while minimizing losses. This strategy is somewhat akin to venture capital, where a small percentage of investments account for most (70% or more) of all profits. Could you replicate such strategy on the stock market? How might you backtest such a strategy without hindsight biases? There is a lot to consider.