1/x As we’ve been calling for since Nov, today we finally got our 2 ‘Georgia Peaches’🍑 precisely on schedule, as we’ve called for since Aug, & the underlying rotation has confirmed now for months, this matters. This is a historic turning point. It matters not only https://t.co/BFxKGrI1Oo

2/x for this year, but for the economic trajectory of America & likely the macroeconomic regime of the developed world for the coming decade. That said, contrary to popular belief, the market does not move based on news in the short term if the positioning doesn’t allow it to.
3/x & our old friend Gary the 🦍 & his sidekick Vanna are positioned to have this market pinned through 1/11. So, as explained ad nauseam, the election news, though fundamentally important, won’t matter to the index itself in the ST. As predicted, the largest moves from the GA
4/x runoff INITIALLY have come from factor rotation. This should continue to be the case, as the street is oversupplied IVol & the index is pinned. This not only allows for idiosyncratic risk moves in constituents, but it actually FORCES extreme noncorrelation & rotation, as we
5/x have witnessed now for the past 2 days. This Vol compression will be increasingly difficult to break free from until 1/11-1/15, but the window of weakness is coming...soon the final hedges from the ‘election hump’ in Nov will expire with the Jan monthly options. Once the
6/x vanna support is gone there will be little protection left behind. This should loosen Gary’s stranglehold & provide a window for the technical break we have been waiting for. Next week will likely be the time to opportunistically buy IVol & take a shot on the downside. That
7/x said, the time for caution is quickly approaching. This week, ride the strong vanna flows every day from long side from 1am-9am. But then be cautious, scalping from the short side b/w 9am-1pm, looking for an opportunity to swing short on a close below the 1 std dev of the 20
8/x day. as mentioned, The real opportunity for a secular move should appear as we get into next week, when there are no longer supportive vanna flows, and seasonality, & we are more likely to see a technical break below the 1 stddev of the 20 day, allowing the market to get the
9/9 additional help it needs from momentum driven, systematic strategies in order to spring loose from Gary the 🦍 & realize the correction it wants to make, given massively overextended sentiment & positioning. Good Luck! 🍀

More from Cem Karsan 🥐

More from For later read

You May Also Like

A brief analysis and comparison of the CSS for Twitter's PWA vs Twitter's legacy desktop website. The difference is dramatic and I'll touch on some reasons why.

Legacy site *downloads* ~630 KB CSS per theme and writing direction.

6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices

https://t.co/qyl4Bt1i5x


PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.

735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices

https://t.co/w7oNG5KUkJ


The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.

The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.