<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>You Suck At Day Trading</title>
	<subtitle>Brutally honest analysis of why retail day trading is stacked against you.</subtitle>
	
	<link href="https://yousuckatdaytrading.com/feed/feed.xml" rel="self"/>
	<link href="https://yousuckatdaytrading.com/"/>
	<updated>2026-05-21T16:45:20Z</updated>
	<id>https://yousuckatdaytrading.com/</id>
	<author>
		<name>yousuckatdaytrading</name>
		<email>contact@yousuckatdaytrading.com</email>
	</author>
	
	<entry>
		<title>Your Backtest Doesn&#39;t Know You Exist</title>
		<link href="https://yousuckatdaytrading.com/your-backtest-doesnt-know-you-exist/"/>
		<updated>2026-05-21T16:45:20Z</updated>
		<id>https://yousuckatdaytrading.com/your-backtest-doesnt-know-you-exist/</id>
		<content type="html">&lt;p&gt;&lt;strong&gt;You ran 10,000 simulations and they all made money. Congratulations. None of them were real.&lt;/strong&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;blockquote&gt;
&lt;p&gt;The most dangerous backtest is the one that confirms what you already believe.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;the-data-generation-problem&quot; tabindex=&quot;-1&quot;&gt;The data generation problem &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/your-backtest-doesnt-know-you-exist/#the-data-generation-problem&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Every backtest starts with a dataset. And every dataset is a survivor.&lt;/p&gt;
&lt;p&gt;The historical data your strategy runs on has representation issues baked into it. Delistings, halts, and blown-up tickers are either missing or poorly represented. The rare events that would destroy your strategy — flash crashes, liquidity vacuums, circuit breakers — are, by definition, rare in the sample.&lt;/p&gt;
&lt;p&gt;You cannot stress-test for black swans using a dataset that barely contains them.&lt;/p&gt;
&lt;p&gt;This doesn&#39;t mean backtesting is useless. It means the confidence interval is wider than most traders want to admit. Your backtest tells you what would have happened in a world that already happened, with data that already survived.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;there-is-no-&amp;quot;fair-market-value&amp;quot;&quot; tabindex=&quot;-1&quot;&gt;There is no &amp;quot;fair market value&amp;quot; &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/your-backtest-doesnt-know-you-exist/#there-is-no-%22fair-market-value%22&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Price is a construct. The number on your screen is the last trade — not some objective measurement of what an instrument is worth.&lt;/p&gt;
&lt;p&gt;Many traders operate on the assumption that the exchange price IS the market price. It isn&#39;t. Not exactly.&lt;/p&gt;
&lt;p&gt;Consider futures: the composite price you see is often built from multiple venues and contract months using merge strategies. How that price gets assembled — first-traded, last-traded, volume-weighted, bid-ask midpoint — changes what the number means. Most traders never look at how their data vendor builds the tape. They just trust the line on the chart.&lt;/p&gt;
&lt;p&gt;That line is an editorial decision, not a fact.&lt;/p&gt;
&lt;p&gt;If your strategy depends on precise entries and exits, you&#39;re building on a price that was constructed by someone else&#39;s methodology. And if you don&#39;t know what that methodology is, you&#39;re trading someone else&#39;s assumptions as if they were your own.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;market-impact-is-unmodeled&quot; tabindex=&quot;-1&quot;&gt;Market impact is unmodeled &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/your-backtest-doesnt-know-you-exist/#market-impact-is-unmodeled&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Here is the part that almost no simulation captures: your orders move the market.&lt;/p&gt;
&lt;p&gt;If your strategy hits 100,000 contracts on the bid, the bid moves. The fill you modeled at the theoretical price doesn&#39;t exist anymore. The liquidity you assumed was there evaporates the moment you try to take it.&lt;/p&gt;
&lt;p&gt;Backtesting doesn&#39;t simulate this. Paper trading doesn&#39;t simulate this. Market replay doesn&#39;t simulate this either.&lt;/p&gt;
&lt;p&gt;Replay features are impressive engineering — they reconstruct the order book, they play back time and sales, they let you practice in &amp;quot;real&amp;quot; conditions. But the book you&#39;re seeing is the book that existed without you in it. The moment you participate at scale, you change the thing you&#39;re measuring.&lt;/p&gt;
&lt;p&gt;This isn&#39;t a software limitation. It&#39;s a physics problem. You cannot observe a market and participate in it simultaneously without altering the observation.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;the-three-false-comforts&quot; tabindex=&quot;-1&quot;&gt;The three false comforts &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/your-backtest-doesnt-know-you-exist/#the-three-false-comforts&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Backtesting, paper trading, and market replay share the same structural flaw: they simulate a market that doesn&#39;t know you&#39;re in it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Backtesting&lt;/strong&gt; runs your logic against historical data and assumes perfect fills at historical prices. It doesn&#39;t model slippage, partial fills, or the market&#39;s reaction to your orders.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Paper trading&lt;/strong&gt; lets you practice execution in real time without capital. But the fills are synthetic — you get filled at prices that the real market may not have offered you, because your order didn&#39;t actually compete for liquidity.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Market replay&lt;/strong&gt; reconstructs historical sessions and lets you trade them as if they were live. It&#39;s the closest approximation — and it still can&#39;t model how the market would have responded to your participation.&lt;/p&gt;
&lt;p&gt;All three are useful for learning mechanics, testing logic, and building discipline. None of them tell you what happens when real money enters a real book.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;what-honest-testing-actually-requires&quot; tabindex=&quot;-1&quot;&gt;What honest testing actually requires &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/your-backtest-doesnt-know-you-exist/#what-honest-testing-actually-requires&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;If the tools are flawed, what do you do?&lt;/p&gt;
&lt;p&gt;You use them anyway — but you stop treating their output as proof. A backtest is a hypothesis, not a conclusion. Paper trading is rehearsal, not performance.&lt;/p&gt;
&lt;p&gt;Honest testing means:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;acknowledging that your dataset has survivorship bias and limited tail events,&lt;/li&gt;
&lt;li&gt;understanding how your data vendor constructs price,&lt;/li&gt;
&lt;li&gt;sizing your live positions as if the backtest overstated your edge (because it probably did),&lt;/li&gt;
&lt;li&gt;tracking live performance separately from simulated performance and comparing honestly,&lt;/li&gt;
&lt;li&gt;and accepting that the gap between simulation and reality is not a bug — it&#39;s the cost of doing business.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The traders who last aren&#39;t the ones with the best backtests. They&#39;re the ones who understood what the backtest couldn&#39;t tell them.&lt;/p&gt;
&lt;h2 id=&quot;open-questions&quot; tabindex=&quot;-1&quot;&gt;Open questions &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/your-backtest-doesnt-know-you-exist/#open-questions&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;What was your biggest gap between backtest results and live performance?&lt;/li&gt;
&lt;li&gt;Have you built a system that actually survived contact with real markets? What did you have to change?&lt;/li&gt;
&lt;li&gt;How do you account for data quality when evaluating a strategy?&lt;/li&gt;
&lt;/ul&gt;
</content>
	</entry>
	
	<entry>
		<title>You Were There: The Flash Crash</title>
		<link href="https://yousuckatdaytrading.com/you-were-there-flash-crash-2010/"/>
		<updated>2026-05-21T16:45:20Z</updated>
		<id>https://yousuckatdaytrading.com/you-were-there-flash-crash-2010/</id>
		<content type="html">&lt;p&gt;&lt;strong&gt;May 6, 2010 — The day the plumbing exploded&lt;/strong&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;blockquote&gt;
&lt;p&gt;Complex systems don&#39;t fail gracefully. They fail by suddenly revealing what they always were.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;2:32-pm-et&quot; tabindex=&quot;-1&quot;&gt;2:32 PM ET &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-flash-crash-2010/#2:32-pm-et&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The tape screams.&lt;/p&gt;
&lt;p&gt;E-mini S&amp;amp;P 500 futures contracts begin an unprecedented descent into the void. Liquidity hasn&#39;t just dried up — it&#39;s been deleted. You&#39;re staring at an order book where the bid-ask spread has widened to a canyon.&lt;/p&gt;
&lt;p&gt;The Big Plug has been pulled.&lt;/p&gt;
&lt;p&gt;Your terminal displays a waterfall of red as high-frequency algorithms enter a feedback loop of systemic self-destruction.&lt;/p&gt;
&lt;p&gt;Welcome to the Flash Crash.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;what-i-saw&quot; tabindex=&quot;-1&quot;&gt;What I Saw &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-flash-crash-2010/#what-i-saw&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I was just getting back from my lunch break, wondering if I was connected to a broken paper feed.&lt;/p&gt;
&lt;p&gt;This was maybe my fourth day on the job at a trading technology company. I&#39;d just come from working at &lt;a href=&quot;http://tradingcomputers.com/&quot;&gt;tradingcomputers.com&lt;/a&gt;, where I&#39;d spent months hearing customers kick their machines as they smoked through their 7200 RPM drives. Our Raptor customers probably had better luck, but still — I&#39;d seen what market chaos did to people and their equipment.&lt;/p&gt;
&lt;p&gt;But that was a slow-motion disaster spread across months. This was different.&lt;/p&gt;
&lt;p&gt;There was a point where we all sort of collectively stood up and looked around the room.&lt;/p&gt;
&lt;p&gt;&amp;quot;Uhh... is this gonna stop?&amp;quot;&lt;/p&gt;
&lt;p&gt;Nobody answered. Because nobody knew.&lt;/p&gt;
&lt;p&gt;It was hysteria for the next few minutes. Phones ringing. Screens refreshing. People just staring at numbers that didn&#39;t make sense.&lt;/p&gt;
&lt;p&gt;And then — it was over.&lt;/p&gt;
&lt;p&gt;Like a fire drill we weren&#39;t prepared for but had all rehearsed.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;what-actually-happened&quot; tabindex=&quot;-1&quot;&gt;What Actually Happened &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-flash-crash-2010/#what-actually-happened&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;At 2:32 PM, a mutual fund company executed an algorithm to sell $4.1 billion worth of E-mini S&amp;amp;P 500 futures contracts. The algorithm was set to execute based on volume, not price or time.&lt;/p&gt;
&lt;p&gt;That&#39;s the technical explanation. Here&#39;s what it meant:&lt;/p&gt;
&lt;p&gt;The algorithm didn&#39;t care what price it got. It just kept selling. And selling. And selling.&lt;/p&gt;
&lt;p&gt;High-frequency trading firms — the ones who normally provide liquidity by sitting on both sides of the order book — saw the waterfall and did the rational thing: they stepped back. Why catch a falling knife?&lt;/p&gt;
&lt;p&gt;With no one willing to buy, prices went into freefall.&lt;/p&gt;
&lt;p&gt;The Dow Jones Industrial Average dropped nearly 1,000 points in minutes. Procter &amp;amp; Gamble, a blue-chip stock that your grandmother probably owns, traded at a penny. Accenture went to zero.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Zero.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Then, just as suddenly, it snapped back. By 3:07 PM, most of the losses had been erased.&lt;/p&gt;
&lt;p&gt;Total elapsed time: about 36 minutes.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;what-it-revealed&quot; tabindex=&quot;-1&quot;&gt;What It Revealed &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-flash-crash-2010/#what-it-revealed&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;That day taught me something I&#39;ve carried ever since:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Market structure is plumbing.&lt;/strong&gt; And most people never think about plumbing until it explodes.&lt;/p&gt;
&lt;p&gt;The Flash Crash revealed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Liquidity is a lie.&lt;/strong&gt; The order book looks deep until everyone runs for the exit at once. Then you discover how thin it really was.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Algorithms don&#39;t panic — but they don&#39;t think either.&lt;/strong&gt; They execute instructions. When those instructions meet edge cases nobody anticipated, the results are catastrophic.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Speed is a weapon.&lt;/strong&gt; The HFT firms saw the crash coming microseconds before everyone else. They got out. Retail traders staring at delayed feeds? They got slaughtered.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Circuit breakers didn&#39;t exist yet.&lt;/strong&gt; The market had no pause button. It just kept going until the tape ran out of prices to print.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;the-aftermath&quot; tabindex=&quot;-1&quot;&gt;The Aftermath &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-flash-crash-2010/#the-aftermath&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The SEC eventually implemented circuit breakers — automatic trading halts when prices move too fast. They also created the &amp;quot;Limit Up-Limit Down&amp;quot; rule to prevent stocks from trading outside certain bands.&lt;/p&gt;
&lt;p&gt;But here&#39;s the thing: those rules exist because someone had to watch P&amp;amp;G trade at a penny first. Someone had to watch Accenture go to zero. Someone had to lose real money before the adults in the room decided maybe the system needed guardrails.&lt;/p&gt;
&lt;p&gt;That&#39;s always how it works.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;why-this-matters-to-you&quot; tabindex=&quot;-1&quot;&gt;Why This Matters to You &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-flash-crash-2010/#why-this-matters-to-you&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;If you&#39;re day trading from your home office in 2026, you&#39;re competing against systems that can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;See order flow before you do&lt;/li&gt;
&lt;li&gt;Execute trades in microseconds&lt;/li&gt;
&lt;li&gt;Pull liquidity the moment things get weird&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You&#39;re the guy on the 2400-baud modem in 1989. You&#39;re the guy staring at a delayed feed in 2010. You&#39;re the guy who finds out what the price &lt;em&gt;was&lt;/em&gt; after everyone else has already traded on what it &lt;em&gt;is&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;The Flash Crash lasted 36 minutes. In that window, fortunes were made and lost. And the people who made money? They weren&#39;t sitting at home wondering if the feed was broken.&lt;/p&gt;
&lt;p&gt;They were the ones who broke it.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;em&gt;This is part of the &amp;quot;You Were There&amp;quot; series — first-hand and reconstructed accounts of market events that broke people, systems, and assumptions.&lt;/em&gt;&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>You Were There: Friday the 13th Mini-Crash</title>
		<link href="https://yousuckatdaytrading.com/you-were-there-friday-13th-1989/"/>
		<updated>2026-05-21T16:45:20Z</updated>
		<id>https://yousuckatdaytrading.com/you-were-there-friday-13th-1989/</id>
		<content type="html">&lt;p&gt;&lt;strong&gt;October 13, 1989 — The day the LBO dream died&lt;/strong&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;blockquote&gt;
&lt;p&gt;The silence of your home office suddenly becomes a liability. On a trading floor, you&#39;d hear the roar of the crowd first. Here, you just see a ticker freeze.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;9:30-am-et&quot; tabindex=&quot;-1&quot;&gt;9:30 AM ET &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-friday-13th-1989/#9:30-am-et&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The morning starts deceptively well.&lt;/p&gt;
&lt;p&gt;You&#39;re sitting in your home office — a rare privilege in 1989 — staring at the amber glow of your new setup. It&#39;s likely a dedicated dumb terminal, or perhaps a high-end 386 PC running DOS with a modem that screams a 2400-baud handshake every time you connect to the exchange.&lt;/p&gt;
&lt;p&gt;The coffee is fresh. The house is quiet. The novelty of avoiding the commute feels like a victory.&lt;/p&gt;
&lt;p&gt;The market opens flat. Sleepy, even. For a few hours, you think your boss was right: it&#39;s just a lazy Friday.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;2:40-pm-et&quot; tabindex=&quot;-1&quot;&gt;2:40 PM ET &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-friday-13th-1989/#2:40-pm-et&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The &amp;quot;lite trading day&amp;quot; evaporates.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;1.-the-catalyst:-ual-news&quot; tabindex=&quot;-1&quot;&gt;1. The Catalyst: UAL News &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-friday-13th-1989/#1.-the-catalyst:-ual-news&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The silence of your home office suddenly becomes a liability.&lt;/p&gt;
&lt;p&gt;On a trading floor, you&#39;d hear the roar of the crowd first. Here, you just see a ticker symbol freeze — or a headline crawl across the bottom of your screen in pixelated monochrome text:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UAL BUYOUT COLLAPSES.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The deal for United Airlines — the one everyone was banking on to keep the leveraged buyout boom alive — has failed. Financing couldn&#39;t be secured.&lt;/p&gt;
&lt;p&gt;In an instant, the entire thesis of the 1980s bull market is in question.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;2.-the-lag&quot; tabindex=&quot;-1&quot;&gt;2. The Lag &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-friday-13th-1989/#2.-the-lag&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;This is the most terrifying part of trading from home in &#39;89.&lt;/p&gt;
&lt;p&gt;As panic selling hits, the data feed to your remote terminal starts to choke. The quotes aren&#39;t real-time anymore — they&#39;re delayed by seconds, then minutes.&lt;/p&gt;
&lt;p&gt;You see prices ticking down, but you know the reality on the floor is already far worse.&lt;/p&gt;
&lt;p&gt;You try to punch in a sell order. The command line hangs.&lt;/p&gt;
&lt;p&gt;The blinking cursor mocks you.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;3.-the-freefall&quot; tabindex=&quot;-1&quot;&gt;3. The Freefall &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-friday-13th-1989/#3.-the-freefall&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The Dow Jones Industrial Average doesn&#39;t just dip. It dives.&lt;/p&gt;
&lt;p&gt;In a matter of minutes, the index sheds over 190 points. In 2026 numbers, that sounds like nothing. But in 1989, that&#39;s nearly 7% of the entire market vanishing in an hour.&lt;/p&gt;
&lt;p&gt;It&#39;s the second-largest point drop in history at that time — dwarfed only by the &#39;87 crash two years prior.&lt;/p&gt;
&lt;p&gt;Junk bonds, which fueled the entire decade&#39;s excess, are suddenly toxic. You watch symbols for arbitrage plays turn into falling knives.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;4.-the-isolation&quot; tabindex=&quot;-1&quot;&gt;4. The Isolation &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-friday-13th-1989/#4.-the-isolation&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;You desperately call the desk.&lt;/p&gt;
&lt;p&gt;Busy.&lt;/p&gt;
&lt;p&gt;You call again.&lt;/p&gt;
&lt;p&gt;Busy.&lt;/p&gt;
&lt;p&gt;Without the shouting of colleagues or the squawk box to guide you, you&#39;re flying blind in a storm. You realize why &amp;quot;work from home&amp;quot; hasn&#39;t caught on yet — when liquidity dries up, being the guy on the phone instead of the guy in the pit is a dangerous disadvantage.&lt;/p&gt;
&lt;p&gt;The information asymmetry isn&#39;t theoretical anymore. It&#39;s the difference between getting out and getting buried.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;5.-the-close&quot; tabindex=&quot;-1&quot;&gt;5. The Close &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-friday-13th-1989/#5.-the-close&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The market closes, mercifully, stopping the bleeding.&lt;/p&gt;
&lt;p&gt;The Dow finishes down 190.58 points.&lt;/p&gt;
&lt;p&gt;You sit back in your chair, the hum of the computer fan the only sound in the room. You&#39;ve just witnessed the end of the roaring &#39;80s LBO era, all from your spare bedroom.&lt;/p&gt;
&lt;p&gt;You suspect that come Monday morning, your boss might not be so keen on this &amp;quot;telecommuting&amp;quot; experiment anymore.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;what-it-revealed&quot; tabindex=&quot;-1&quot;&gt;What It Revealed &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-friday-13th-1989/#what-it-revealed&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The Friday the 13th Mini-Crash wasn&#39;t as catastrophic as Black Monday two years earlier. But in some ways, it was more instructive:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Leverage cuts both ways.&lt;/strong&gt; The LBO boom was built on borrowed money. When one deal collapsed, it revealed how fragile the entire structure was.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Remote trading is a disadvantage.&lt;/strong&gt; The lag, the busy signals, the isolation — these weren&#39;t just inconveniences. They were the difference between executing a trade and watching helplessly as your position disintegrated.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Information travels at different speeds.&lt;/strong&gt; The guys on the floor knew before the tape did. The guys at home found out last.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Market sentiment can turn in an instant.&lt;/strong&gt; One failed deal. That&#39;s all it took to end a decade of irrational exuberance.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;the-aftermath&quot; tabindex=&quot;-1&quot;&gt;The Aftermath &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-friday-13th-1989/#the-aftermath&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The crash accelerated the end of the junk bond era. Michael Milken, the &amp;quot;Junk Bond King,&amp;quot; would be indicted just months later. Drexel Burnham Lambert, the investment bank that had fueled the LBO boom, would collapse in 1990.&lt;/p&gt;
&lt;p&gt;The markets recovered, eventually. They always do.&lt;/p&gt;
&lt;p&gt;But the people who got caught on the wrong side of a 2400-baud modem that Friday afternoon? They learned a lesson that wouldn&#39;t be taught in any trading course:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When the market moves, it doesn&#39;t wait for your connection to catch up.&lt;/strong&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;why-this-matters-to-you&quot; tabindex=&quot;-1&quot;&gt;Why This Matters to You &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/you-were-there-friday-13th-1989/#why-this-matters-to-you&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;You might think 1989 is ancient history. Modems are gone. Terminals are gone. We have fiber optic connections and sub-millisecond execution now.&lt;/p&gt;
&lt;p&gt;But the fundamental problem hasn&#39;t changed.&lt;/p&gt;
&lt;p&gt;When volatility spikes, retail platforms lag. Order routing slows down. The &amp;quot;instant&amp;quot; execution you were promised turns into a queue. And while you&#39;re waiting for your sell order to fill, someone with better infrastructure has already gotten out.&lt;/p&gt;
&lt;p&gt;You&#39;re still the guy in the spare bedroom.&lt;/p&gt;
&lt;p&gt;The pit just moved to a data center in New Jersey.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;em&gt;This is part of the &amp;quot;You Were There&amp;quot; series — first-hand and reconstructed accounts of market events that broke people, systems, and assumptions.&lt;/em&gt;&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>What Insiders File (And Retail Ignores)</title>
		<link href="https://yousuckatdaytrading.com/what-insiders-file-and-retail-ignores/"/>
		<updated>2026-05-21T16:45:20Z</updated>
		<id>https://yousuckatdaytrading.com/what-insiders-file-and-retail-ignores/</id>
		<content type="html">&lt;p&gt;&lt;strong&gt;The Flash Crash made one thing clear: you cannot compete on speed.&lt;/strong&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;the-speed-problem-is-solved-(against-you)&quot; tabindex=&quot;-1&quot;&gt;The speed problem is solved (against you) &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/what-insiders-file-and-retail-ignores/#the-speed-problem-is-solved-(against-you)&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;If you read &lt;a href=&quot;https://yousuckatdaytrading.com/you-were-there-flash-crash-2010/&quot;&gt;the Flash Crash piece&lt;/a&gt;, you already know the punchline. The firms that made money on May 6, 2010 weren&#39;t sitting at home refreshing a screen. They had co-located servers and direct market access. They saw the order book collapsing microseconds before anyone else and got out.&lt;/p&gt;
&lt;p&gt;That advantage hasn&#39;t gone away. It&#39;s gotten wider.&lt;/p&gt;
&lt;p&gt;Algorithmic trading broadly accounts for somewhere between &lt;a href=&quot;https://www.quantifiedstrategies.com/what-percentage-of-trading-is-algorithmic/&quot;&gt;60 and 75 percent of U.S. equity volume&lt;/a&gt;, depending on who&#39;s counting and what they include. High-frequency trading is a subset of that, but even the subset operates at speeds and budgets that retail can&#39;t touch. You are not going to out-speed them from your home office.&lt;/p&gt;
&lt;p&gt;So if you can&#39;t compete on speed, what can you compete on?&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;one-category-of-data-that-doesn&#39;t-care-about-speed&quot; tabindex=&quot;-1&quot;&gt;One category of data that doesn&#39;t care about speed &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/what-insiders-file-and-retail-ignores/#one-category-of-data-that-doesn&#39;t-care-about-speed&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;When a CEO buys shares of their own company with their own money, they have to tell the SEC. It&#39;s called a Form 4 filing.&lt;/p&gt;
&lt;p&gt;Corporate insiders (officers, directors, anyone who owns more than 10% of a class of a company&#39;s equity securities) are &lt;a href=&quot;https://www.investor.gov/introduction-investing/general-resources/news-alerts/alerts-bulletins/investor-bulletins-69&quot;&gt;required to report their transactions&lt;/a&gt; to the SEC within two business days. These filings are public and free. They&#39;re posted to &lt;a href=&quot;https://www.sec.gov/search-filings/edgar-application-programming-interfaces&quot;&gt;EDGAR&lt;/a&gt;, the SEC&#39;s electronic filing system, where anyone can read them.&lt;/p&gt;
&lt;p&gt;No license required. No data vendor subscription.&lt;/p&gt;
&lt;p&gt;A CEO buying $2 million of their own stock on the open market is a different kind of signal than an algorithm executing a statistical arbitrage strategy in 40 microseconds. One tells you something about conviction. The other tells you something about speed.&lt;/p&gt;
&lt;p&gt;You can&#39;t compete on speed. Conviction doesn&#39;t have a latency requirement.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;why-this-data-matters&quot; tabindex=&quot;-1&quot;&gt;Why this data matters &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/what-insiders-file-and-retail-ignores/#why-this-data-matters&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;When I started looking into this, I expected the academic research to be thin. It isn&#39;t. A &lt;a href=&quot;https://rodneywhitecenter.wharton.upenn.edu/wp-content/uploads/2014/04/9919.pdf&quot;&gt;Wharton study&lt;/a&gt; covering 22 years of data found that insider purchase portfolios outperformed the market by about 6% annually. Other studies put the number &lt;a href=&quot;https://www.2iqresearch.com/blog/profiting-from-insider-transactions-a-review-of-the-academic-research&quot;&gt;higher&lt;/a&gt;. The finding keeps showing up. Not always. Not reliably enough to be a trading system by itself. But consistently enough that I couldn&#39;t ignore it.&lt;/p&gt;
&lt;p&gt;The reason isn&#39;t complicated. When someone who sees the internal numbers, the pipeline, and the board presentations decides to write a personal check for company stock, they know something the market doesn&#39;t. Sometimes they&#39;re wrong. But they&#39;re wrong less often than random.&lt;/p&gt;
&lt;p&gt;The catch is that most insider transactions are noise. Stock grants, option exercises, automatic sales under &lt;a href=&quot;https://www.sec.gov/files/33-11138-fact-sheet.pdf&quot;&gt;10b5-1 plans&lt;/a&gt; — those happen on schedule regardless of outlook. I had to learn to filter all of that out.&lt;/p&gt;
&lt;p&gt;Open-market purchases are the signal. Nobody is forced to buy. When a CFO puts $500,000 of their own money into shares, that&#39;s a voluntary bet.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;why-retail-traders-ignore-it&quot; tabindex=&quot;-1&quot;&gt;Why retail traders ignore it &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/what-insiders-file-and-retail-ignores/#why-retail-traders-ignore-it&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Form 4 data is boring.&lt;/p&gt;
&lt;p&gt;It&#39;s not real-time. It doesn&#39;t fit into the dopamine loop of scalping or the narrative loop of technical analysis. Nobody is selling a course on &amp;quot;How to Read SEC Filings.&amp;quot;&lt;/p&gt;
&lt;p&gt;The filings themselves are XML documents. Structured, but not pretty. Parsing them requires knowing what fields matter, filtering out the noise transactions, and understanding context. Is this a cluster buy? Is the insider buying for the first time? How does the purchase size compare to their existing holdings?&lt;/p&gt;
&lt;p&gt;Most retail traders don&#39;t even know EDGAR exists. The ones who do usually don&#39;t have the patience or tooling to monitor it systematically.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;how-i-ended-up-here&quot; tabindex=&quot;-1&quot;&gt;How I ended up here &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/what-insiders-file-and-retail-ignores/#how-i-ended-up-here&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I spent years trying to build trading tools. Backtesting engines, signal generators, portfolio optimizers. Every approach hit the same wall: data costs.&lt;/p&gt;
&lt;p&gt;Licensed market data kills your economics before you write a line of code. A basic historical equities dataset starts at hundreds per month. Real-time feeds are thousands. And the kind of data you&#39;d need to build and distribute a useful product requires licensing agreements that a solo developer can&#39;t afford.&lt;/p&gt;
&lt;p&gt;I kept circling back to the same question: what data is free, public, and actually worth something?&lt;/p&gt;
&lt;p&gt;Form 4 filings kept being the answer. Public, free, filed within two business days, structured XML with consistent fields. No redistribution restrictions. No licensing problems.&lt;/p&gt;
&lt;p&gt;The economics work because the SEC already made the data public. I&#39;m not reselling someone else&#39;s feed. I&#39;m reading what&#39;s already there.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;what-i-built-(and-what-i-didn&#39;t)&quot; tabindex=&quot;-1&quot;&gt;What I built (and what I didn&#39;t) &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/what-insiders-file-and-retail-ignores/#what-i-built-(and-what-i-didn&#39;t)&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I built a pipeline that watches for Form 4 filings and surfaces the ones that look interesting. Open-market purchases by officers and directors, filtered from the noise of grants, exercises, and scheduled sales.&lt;/p&gt;
&lt;p&gt;I should be transparent about what this is and isn&#39;t.&lt;/p&gt;
&lt;p&gt;I don&#39;t trade. I don&#39;t have the capital to survive drawdowns, and I know enough about myself to know I&#39;d be bad at it. I don&#39;t sell signals. I don&#39;t give investment advice. I don&#39;t look at the insider data and make personal trading decisions.&lt;/p&gt;
&lt;p&gt;What I do is build plumbing. The Flash Crash taught me that market structure is plumbing, and plumbing is what I understand. So I built a system that monitors a specific, public, under-watched data source and makes it easier to pay attention to.&lt;/p&gt;
&lt;h2 id=&quot;open-questions&quot; tabindex=&quot;-1&quot;&gt;Open questions &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/what-insiders-file-and-retail-ignores/#open-questions&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Have you ever used insider filing data in your own analysis? What did you find?&lt;/li&gt;
&lt;li&gt;What public data sources have you found that are genuinely useful and free?&lt;/li&gt;
&lt;li&gt;If you&#39;ve tried to build trading tools, where did you hit the data cost wall?&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;if-you-want-this-data-without-watching-edgar-yourself&quot; tabindex=&quot;-1&quot;&gt;If you want this data without watching EDGAR yourself &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/what-insiders-file-and-retail-ignores/#if-you-want-this-data-without-watching-edgar-yourself&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;I built &lt;a href=&quot;https://radar.matchstick.trading/docs/quickstart?utm_source=ysat&amp;amp;utm_medium=garden&amp;amp;utm_campaign=radar_first_10&quot;&gt;Matchstick Radar&lt;/a&gt; for exactly this.&lt;/p&gt;
&lt;p&gt;It tracks SEC Form 4 filings and makes the feed easier to inspect. No trading signals. No predictions. If you want to kick the tires, the quickstart gives you 25 free Discord credits to try &lt;code&gt;/form4&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;If it becomes useful enough to keep, paid plans are Starter at $49/mo and Pro at $79/mo.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>The Rules Don&#39;t Apply to Me</title>
		<link href="https://yousuckatdaytrading.com/the-rules-dont-apply-to-me/"/>
		<updated>2026-05-21T16:45:20Z</updated>
		<id>https://yousuckatdaytrading.com/the-rules-dont-apply-to-me/</id>
		<content type="html">&lt;p&gt;&lt;strong&gt;A profile of the most expensive belief in retail trading.&lt;/strong&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;blockquote&gt;
&lt;p&gt;Confidence is an asset. Confidence that the rules do not apply to you is a liability with no hedge.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;the-setup&quot; tabindex=&quot;-1&quot;&gt;The Setup &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-rules-dont-apply-to-me/#the-setup&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;You&#39;ve been at this for two years. Maybe three.&lt;/p&gt;
&lt;p&gt;You blew up once, rebuilt, and now run something that mostly works. You stopped doing beginner mistakes.&lt;/p&gt;
&lt;p&gt;You feel different from the people who usually get warned.&lt;/p&gt;
&lt;p&gt;That feeling is the tell.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;the-argument&quot; tabindex=&quot;-1&quot;&gt;The Argument &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-rules-dont-apply-to-me/#the-argument&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;It sounds like this:&lt;/p&gt;
&lt;p&gt;The recordkeeping rules and adviser requirements are for banks, hedge funds, and institutions. Not for someone running $200k from a home office. Not for someone selling a $99/month Discord with trade alerts. Not for someone managing a small account for a friend.&lt;/p&gt;
&lt;p&gt;The logic feels reasonable. It is still wrong.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;where-it-breaks-down&quot; tabindex=&quot;-1&quot;&gt;Where It Breaks Down &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-rules-dont-apply-to-me/#where-it-breaks-down&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Regulations are usually tied to activity, not self-image.&lt;/p&gt;
&lt;p&gt;The Investment Advisers Act does not include a carve-out for people who think they are too small. Futures and securities oversight does not disappear because operations are informal.&lt;/p&gt;
&lt;p&gt;The rules exist because markets repeatedly produce the same pattern: people scale behavior faster than they scale accountability.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;the-belief-that-gets-people&quot; tabindex=&quot;-1&quot;&gt;The Belief That Gets People &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-rules-dont-apply-to-me/#the-belief-that-gets-people&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;It is rarely &amp;quot;I am above the law.&amp;quot;&lt;/p&gt;
&lt;p&gt;It is usually: &lt;em&gt;&amp;quot;No one is coming after someone like me.&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;That may feel true for a while. But &amp;quot;unlikely to be caught soon&amp;quot; is not the same as &amp;quot;compliant.&amp;quot; When you cross certain thresholds such as AUM, client count, visibility, or complaints, everything can change quickly.&lt;/p&gt;
&lt;p&gt;The people most surprised are often the ones who believed they were safe because they were small.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;what-the-industry-sells-you&quot; tabindex=&quot;-1&quot;&gt;What the Industry Sells You &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-rules-dont-apply-to-me/#what-the-industry-sells-you&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Trading media has an incentive to keep this blurry.&lt;/p&gt;
&lt;p&gt;If people understood the exposure tied to selling signals or managing outside capital, they would ask harder questions about the people teaching them.&lt;/p&gt;
&lt;p&gt;Forums reinforce confidence. Discords reinforce confidence. Screenshot culture reinforces confidence.&lt;/p&gt;
&lt;p&gt;None of that changes legal obligations.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;the-honest-version&quot; tabindex=&quot;-1&quot;&gt;The Honest Version &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-rules-dont-apply-to-me/#the-honest-version&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The operators who build durable businesses usually take rules seriously before they have to.&lt;/p&gt;
&lt;p&gt;Not because they are naturally conservative, but because they understand that compliance and recordkeeping are part of risk management.&lt;/p&gt;
&lt;p&gt;Ignoring this does not make the burden go away. It just delays when it shows up.&lt;/p&gt;
&lt;h2 id=&quot;open-questions&quot; tabindex=&quot;-1&quot;&gt;Open questions &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-rules-dont-apply-to-me/#open-questions&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;What compliance requirement caught you off guard when you started taking trading seriously?&lt;/li&gt;
&lt;li&gt;Have you seen a community or signal service shut down for regulatory reasons?&lt;/li&gt;
&lt;li&gt;At what point did you realize &amp;quot;hobby&amp;quot; had become &amp;quot;business&amp;quot; in the eyes of a regulator?&lt;/li&gt;
&lt;/ul&gt;
</content>
	</entry>
	
	<entry>
		<title>The Pipeline Nobody Warns You About</title>
		<link href="https://yousuckatdaytrading.com/the-pipeline-nobody-warns-you-about/"/>
		<updated>2026-05-21T16:45:20Z</updated>
		<id>https://yousuckatdaytrading.com/the-pipeline-nobody-warns-you-about/</id>
		<content type="html">&lt;p&gt;&lt;strong&gt;You didn&#39;t plan to manage other people&#39;s money. It just kind of happened.&lt;/strong&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;blockquote&gt;
&lt;p&gt;The most dangerous moment in a retail trader&#39;s career isn&#39;t when they blow up. It&#39;s when they don&#39;t.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;it-starts-with-a-good-year&quot; tabindex=&quot;-1&quot;&gt;It Starts With a Good Year &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-pipeline-nobody-warns-you-about/#it-starts-with-a-good-year&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;You had a system. You tested it. You ran it live and it worked.&lt;/p&gt;
&lt;p&gt;Not life-changing money, but real money. Consistent enough that you started keeping a spreadsheet. Consistent enough that people noticed.&lt;/p&gt;
&lt;p&gt;Your brother-in-law asks how you&#39;re doing it. You explain the setup. He asks if you can do it for him too.&lt;/p&gt;
&lt;p&gt;You say no at first.&lt;/p&gt;
&lt;p&gt;Then you say: maybe.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;the-offer-that-seems-fine&quot; tabindex=&quot;-1&quot;&gt;The Offer That Seems Fine &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-pipeline-nobody-warns-you-about/#the-offer-that-seems-fine&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;It&#39;s informal. It&#39;s family. It&#39;s a small amount, maybe $10,000 or $25,000. Nothing that feels like it needs lawyers or paperwork.&lt;/p&gt;
&lt;p&gt;You&#39;re still trading your own account the same way. This is just the same thing with a little extra capital.&lt;/p&gt;
&lt;p&gt;What could the problem be?&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;what-you-just-did&quot; tabindex=&quot;-1&quot;&gt;What You Just Did &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-pipeline-nobody-warns-you-about/#what-you-just-did&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;You may have become an investment adviser in the legal sense.&lt;/p&gt;
&lt;p&gt;Under the Investment Advisers Act of 1940, if you are in the business of advising others on securities for compensation (direct or indirect), you can fall under adviser rules. Managing someone else&#39;s money and keeping a cut of profits can count. Trading under discretionary control can count.&lt;/p&gt;
&lt;p&gt;The threshold is often about activity, not self-description.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;the-pipeline&quot; tabindex=&quot;-1&quot;&gt;The Pipeline &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-pipeline-nobody-warns-you-about/#the-pipeline&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Here&#39;s what most trading education content skips:&lt;/p&gt;
&lt;p&gt;Retail trading has two exits for people who do well enough to get attention.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Exit one: prop trading.&lt;/strong&gt; You get funded by a firm and now operate under their compliance requirements, risk limits, and recordkeeping obligations.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Exit two: selling the system.&lt;/strong&gt; Courses, signals, newsletters, Discord alerts. If you are publishing actionable ideas to paying subscribers, you are taking regulatory risk whether or not you call it &amp;quot;education.&amp;quot;&lt;/p&gt;
&lt;p&gt;Most traders who improve eventually face one of these branches. The risk comes from pretending they don&#39;t.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;why-this-keeps-happening&quot; tabindex=&quot;-1&quot;&gt;Why This Keeps Happening &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-pipeline-nobody-warns-you-about/#why-this-keeps-happening&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The industry is built to funnel people here without naming it.&lt;/p&gt;
&lt;p&gt;Courses teach entry tactics. Communities reward PnL screenshots. Social platforms reward broadcasting confidence. The next step, charging for access or taking outside capital, feels like graduation.&lt;/p&gt;
&lt;p&gt;It is graduation into a regulated environment many people never prepared for.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;the-question-worth-asking-now&quot; tabindex=&quot;-1&quot;&gt;The Question Worth Asking Now &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-pipeline-nobody-warns-you-about/#the-question-worth-asking-now&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;If someone asked you to reconstruct every decision you made in the last 90 days, with inputs and timestamps, could you do it?&lt;/p&gt;
&lt;p&gt;If the answer is no, that is a structural weakness, not just an admin problem.&lt;/p&gt;
&lt;h2 id=&quot;open-questions&quot; tabindex=&quot;-1&quot;&gt;Open questions &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/the-pipeline-nobody-warns-you-about/#open-questions&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Have you been approached to manage someone else&#39;s money? What happened next?&lt;/li&gt;
&lt;li&gt;Did you ever cross into selling signals or running a Discord without realizing the regulatory implications?&lt;/li&gt;
&lt;li&gt;What&#39;s the smallest amount of outside capital that made you realize you were in over your head?&lt;/li&gt;
&lt;/ul&gt;
</content>
	</entry>
	
	<entry>
		<title>And you&#39;re ignoring your failures.</title>
		<link href="https://yousuckatdaytrading.com/and-youre-ignoring-your-failures/"/>
		<updated>2026-05-21T16:45:20Z</updated>
		<id>https://yousuckatdaytrading.com/and-youre-ignoring-your-failures/</id>
		<content type="html">&lt;p&gt;How many stocks that went to zero are in your backtest?&lt;/p&gt;
&lt;p&gt;None?&lt;/p&gt;
&lt;p&gt;That&#39;s worth sitting with. If your dataset only contains survivors, your conclusions are built on a lie of omission.&lt;/p&gt;
&lt;h2 id=&quot;the-two-flavors-of-self-sabotage&quot; tabindex=&quot;-1&quot;&gt;The two flavors of self-sabotage &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-youre-ignoring-your-failures/#the-two-flavors-of-self-sabotage&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Most self-sabotage in trading looks like one of two things: fear or ego. Fear makes you cut winners early. Ego makes you hold losers forever.&lt;/p&gt;
&lt;p&gt;Both feel like discipline in the moment. Neither is.&lt;/p&gt;
&lt;h2 id=&quot;every-trade-has-a-cost&quot; tabindex=&quot;-1&quot;&gt;Every trade has a cost &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-youre-ignoring-your-failures/#every-trade-has-a-cost&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Even the &amp;quot;free&amp;quot; ones.&lt;/p&gt;
&lt;h3 id=&quot;the-zero-sum-reality&quot; tabindex=&quot;-1&quot;&gt;The zero-sum reality &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-youre-ignoring-your-failures/#the-zero-sum-reality&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;In the short term, trading behaves like a zero-sum competition before fees, and a negative-sum game after costs. Someone is taking the other side, and they are often better equipped than you are.&lt;/p&gt;
&lt;p&gt;Retail traders usually lose on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;execution quality,&lt;/li&gt;
&lt;li&gt;information speed,&lt;/li&gt;
&lt;li&gt;transaction costs,&lt;/li&gt;
&lt;li&gt;and emotional discipline.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Your capital and infrastructure are not built to beat firms that do this for a living. That&#39;s not a judgment call — it&#39;s a resource mismatch.&lt;/p&gt;
&lt;h3 id=&quot;survivorship-bias-doesn&#39;t-care-about-your-objectivity&quot; tabindex=&quot;-1&quot;&gt;Survivorship bias doesn&#39;t care about your objectivity &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-youre-ignoring-your-failures/#survivorship-bias-doesn&#39;t-care-about-your-objectivity&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Even if you think you&#39;re being rational, survivorship bias still sneaks in. You can&#39;t fully escape it; you can only design around it. More on that &lt;a href=&quot;https://yousuckatdaytrading.com/and-the-only-limit-order-is-yourself/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;you&#39;re-still-ignoring-your-failures&quot; tabindex=&quot;-1&quot;&gt;You&#39;re still ignoring your failures &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-youre-ignoring-your-failures/#you&#39;re-still-ignoring-your-failures&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;You keep underpricing risk because the upside fantasy feels better than boring accuracy.&lt;/p&gt;
&lt;h3 id=&quot;cost&quot; tabindex=&quot;-1&quot;&gt;Cost &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-youre-ignoring-your-failures/#cost&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Start with the obvious: &amp;quot;free&amp;quot; trading is not free.&lt;/p&gt;
&lt;p&gt;If you aren&#39;t paying explicit commissions, you&#39;re still paying through spreads, slippage, payment-for-order-flow dynamics, financing costs, or product upsells. The bill always shows up somewhere.&lt;/p&gt;
&lt;p&gt;And then there are the secondary leaks: data subscriptions, premium tools, and recurring fees that look small in isolation and brutal in aggregate.&lt;/p&gt;
&lt;h3 id=&quot;after-tax-returns&quot; tabindex=&quot;-1&quot;&gt;After-tax returns &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-youre-ignoring-your-failures/#after-tax-returns&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Are you being honest with yourself here? What about to the IRS?&lt;/p&gt;
&lt;p&gt;Run the math after taxes, not before.&lt;/p&gt;
&lt;p&gt;Short-term gains are taxed harder. Frequent turnover increases tax drag. If your edge is thin, taxes can erase it entirely.&lt;/p&gt;
&lt;h3 id=&quot;volatility-vs-over-under-performance&quot; tabindex=&quot;-1&quot;&gt;Volatility vs over-under performance &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-youre-ignoring-your-failures/#volatility-vs-over-under-performance&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Volatility distorts your self-evaluation.&lt;/p&gt;
&lt;p&gt;In drawdowns, you feel uniquely cursed. In bull runs, you feel uniquely skilled. Both are usually false.&lt;/p&gt;
&lt;p&gt;Performance is contextual. Measure against a benchmark and full-cycle results, not whatever mood the tape gives you today.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>And you&#39;re failing the test</title>
		<link href="https://yousuckatdaytrading.com/and-youre-failing-the-test/"/>
		<updated>2026-05-21T16:45:20Z</updated>
		<id>https://yousuckatdaytrading.com/and-youre-failing-the-test/</id>
		<content type="html">&lt;p&gt;Most traders fail the marshmallow test every single day. They want the reward now. They confuse activity with progress. And they keep grabbing.&lt;/p&gt;
&lt;h2 id=&quot;the-marshmallow-test-is-a-test-of-structure&quot; tabindex=&quot;-1&quot;&gt;The marshmallow test is a test of structure &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-youre-failing-the-test/#the-marshmallow-test-is-a-test-of-structure&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The original test is simple: one marshmallow now, or two later.&lt;/p&gt;
&lt;p&gt;In markets, the same trade-off plays out constantly:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;impulsive trade now,&lt;/li&gt;
&lt;li&gt;or disciplined position sizing and patience for better odds later.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The people who delayed gratification in the classic studies generally &lt;a href=&quot;https://www.theatlantic.com/health/archive/2014/09/what-the-marshmallow-test-really-teaches-about-self-control/380673/&quot;&gt;did better long term&lt;/a&gt;. Not because they had superhuman willpower, but because they built systems to manage impulse.&lt;/p&gt;
&lt;p&gt;That&#39;s the point for trading too: willpower fades. Structure doesn&#39;t.&lt;/p&gt;
&lt;h2 id=&quot;impulse-always-wins-until-you-stop-trusting-it&quot; tabindex=&quot;-1&quot;&gt;Impulse always wins until you stop trusting it &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-youre-failing-the-test/#impulse-always-wins-until-you-stop-trusting-it&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Promise a bigger reward and most people still grab the first one. That&#39;s what revenge trading, overtrading, and panic exits are — the marshmallow wins every time.&lt;/p&gt;
&lt;p&gt;Guardrails for when price goes feral:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;step away from the screen,&lt;/li&gt;
&lt;li&gt;predefine entries/exits,&lt;/li&gt;
&lt;li&gt;reduce position size,&lt;/li&gt;
&lt;li&gt;and reread your own rules before you click.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Patience doesn&#39;t guarantee profits. But impatience reliably compounds mistakes.&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>And the only limit order is yourself</title>
		<link href="https://yousuckatdaytrading.com/and-the-only-limit-order-is-yourself/"/>
		<updated>2026-05-21T16:45:20Z</updated>
		<id>https://yousuckatdaytrading.com/and-the-only-limit-order-is-yourself/</id>
		<content type="html">&lt;p&gt;Most people who try day trading lose money. The reasons are predictable, structural, and largely self-inflicted.&lt;/p&gt;
&lt;h2 id=&quot;the-logical-errors-that-do-the-most-damage&quot; tabindex=&quot;-1&quot;&gt;The logical errors that do the most damage &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-the-only-limit-order-is-yourself/#the-logical-errors-that-do-the-most-damage&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Everyone talks about sunk cost bias: you keep feeding a position because you&#39;ve already fed it too much. You know the trade is dead, but you keep paying tuition.&lt;/p&gt;
&lt;p&gt;That&#39;s not the only bias working against you.&lt;/p&gt;
&lt;p&gt;Many traders convince themselves they can predict short-term moves with enough indicators, enough screens, or enough &amp;quot;edge.&amp;quot; They cannot.&lt;/p&gt;
&lt;p&gt;Another classic: you remember your winners like movie highlights and memory-hole your losers. That gives you fake confidence and terrible sizing.&lt;/p&gt;
&lt;p&gt;And some people eventually trade compulsively. At that point, logic leaves the room and position size becomes mood regulation.&lt;/p&gt;
&lt;h2 id=&quot;addressing-the-unconscious-biases&quot; tabindex=&quot;-1&quot;&gt;Addressing the unconscious biases &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-the-only-limit-order-is-yourself/#addressing-the-unconscious-biases&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;img src=&quot;https://yousuckatdaytrading.com/img/brain-bias.jpg&quot; alt=&quot;Abstract brain illustration&quot; class=&quot;feature-image&quot; /&gt;
&lt;p&gt;Your brain is built for speed, not market truth. It uses shortcuts from &lt;a href=&quot;https://yousuckatdaytrading.com/and-youre-ignoring-your-failures/&quot;&gt;past experiences&lt;/a&gt;, beliefs, and ego protection. Useful in daily life. Dangerous in markets.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sunk cost bias&lt;/strong&gt;: You keep investing because you&#39;ve already invested, not because the thesis still works.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Survivorship bias&lt;/strong&gt;: You study visible winners and ignore the graveyard.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Selection bias&lt;/strong&gt;: You compare yourself to cherry-picked outliers and call it a plan.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Compulsive trading&lt;/strong&gt;: You chase emotional relief, not expected value.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;modern-portfolio-theory-(mpt)&quot; tabindex=&quot;-1&quot;&gt;Modern portfolio theory (MPT) &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-the-only-limit-order-is-yourself/#modern-portfolio-theory-(mpt)&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Modern Portfolio Theory is not sexy, and that&#39;s exactly why it works. The core idea is simple: portfolio construction matters more than hero trades.&lt;/p&gt;
&lt;p&gt;It forces you to think in probabilities, diversification, and risk-adjusted returns instead of vibes.&lt;/p&gt;
&lt;p&gt;What MPT gives you:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;A framework for balancing risk and return.&lt;/li&gt;
&lt;li&gt;A discipline for position sizing and diversification.&lt;/li&gt;
&lt;li&gt;A way to evaluate results without lying to yourself.&lt;/li&gt;
&lt;li&gt;A defense against over-concentration and narrative addiction.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&quot;key-indicators-of-mpt&quot; tabindex=&quot;-1&quot;&gt;Key Indicators of MPT &lt;a class=&quot;direct-link&quot; href=&quot;https://yousuckatdaytrading.com/and-the-only-limit-order-is-yourself/#key-indicators-of-mpt&quot; aria-hidden=&quot;true&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;The &lt;a href=&quot;https://www.investopedia.com/terms/e/efficientfrontier.asp&quot;&gt;efficient frontier&lt;/a&gt; is the set of portfolios with the highest expected return for a given risk level.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&quot;https://www.investopedia.com/terms/c/capm.asp&quot;&gt;capital asset pricing model (CAPM)&lt;/a&gt; is a model that describes the relationship between expected return and risk for a security or portfolio.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&quot;https://www.investopedia.com/terms/s/sharperatio.asp&quot;&gt;Sharpe ratio&lt;/a&gt; tells you how much return you got per unit of volatility.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You can keep pretending you&#39;re one indicator away from mastery, or you can build a system that survives your own biases.&lt;/p&gt;
</content>
	</entry>
</feed>
