Follow up post on GME answering common questions (e.g. if they short is still >100% of float, wouldn't that cause another short

1/ Official short interest is only posted twice per month. Daily estimates by data firms (e.g. S3 Partners) can be inaccurate, especially if there is high intraday volume and volatility
2/ De-grossing suggests that hedge funds facing existential loss likely to have already covered.

Short positions opened in last 3 days was ~35M shares all above $300 suggesting that the cost basis has been reset. The original shorters have likely covered already.
3/ There is a staggering 1.38m put options open vs. 233k call options. This 1.15m net put exposure means that MM likely owning ~11m shares short for delta hedging. These shares are unlikely to be squeezed
4/ Short squeeze and gamma squeeze likely to have already occurred. Continued share price increases likely driven by new investors joining WSB/RH. Buying of GME has now expanded beyond US to other countries.
5/ Hedge funds, long/short and high frequency traders likely to have also joined the trade. At some point, forward momentum will decline as buyer pool depletes.
6/ Gamma squeeze is a one-off. Market makers will be more prepared now with heighted risk management.
7/ In summary, it is dangerous to assume what has happened in the past will continue in the future. Should always re-test your initial assumptions

More from Finance

1/ My Mission: To Spread Financial Wellness (thread)

Here’s what "financial wellness" means to me

⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️⬇️

2/ Mindset

Humans are programmed to think short-term

Evolutionary, thinking short-term makes sense. It helps with survival.

Financial wellness is all about training yourself to develop a long-term mindset

Not easy -- it takes practice


3/ Mindset

If you join the right tribes, you can’t help but improve

My favs:
@AffordAnything
@ChooseFiFI
FinTwit
@MicroCapClub
@themotleyfoolFool
@visualizevalue

Twitter / Podcasts / Blogs / YouTube -- when used correctly -- are amazing


4/ Mindset

Educate yourself - constantly!

Especially about:

1⃣Money
2⃣Relationships
3⃣Health

These 3 categories have an outsized influence on all areas of your life

Books


5/ Career

In the beginning, focus on growing your income

Do more than what is expected

Become a lynchpin

Find a career that you ENJOY (<- important!) that also has high-income potential

Start a side hustle (<- important!)

Build your talent

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.