Why Losing Money Might Not Be a Trading Psychology Problem

ยท
Listen to this article~9 min
Why Losing Money Might Not Be a Trading Psychology Problem

If you follow your rules and still lose money, your mindset may not be the main issue. The problem could be a weak strategy, high costs, or a market that changed. Here's how to tell the difference.

If you follow your rules and still lose money, your mindset may not be the main issue. In many cases, the problem is simpler: the strategy has no edge, costs are too high, risk is off, execution differs from the test, or the market has changed. Here's the short version: - Backtests often look better than live results because historical tests cannot perfectly reproduce unseen data, liquidity, trading costs, or real execution. - A bad result can come from system flaws, not just fear or greed. - The main checks are: out-of-sample and walk-forward testing, live fills vs. backtest fills, slippage, spreads, commissions, and financing costs, position sizing and stop placement, market regime fit, sample size, overfitting, and data quality. A weak system can look like a discipline problem. A working system can look broken if your expectations are off. I'd look at it in this order: 1. Did I follow my rules? 2. Does the strategy still show an edge on unseen data? 3. Are trading costs killing the setup? 4. Is my risk per trade too high? 5. Does this market still fit the strategy? 6. Am I judging the system by facts or by frustration? A few numbers can help keep the review grounded, but they should be treated as screening thresholds rather than universal pass-or-fail rules. Some traders look for a profit factor above 1.5 and a maximum drawdown below 20%, but the appropriate targets depend on the instrument, strategy frequency, leverage, and risk tolerance. A 2:1 reward-to-risk ratio is not automatically better if the win rate is too low. If a key live metric deteriorates by 20% to 30% relative to the tested range, I'd investigate it, but I would also check whether that difference is statistically meaningful for the number of trades observed. ### Quick Comparison: What's Really Going Wrong? | Problem type | What it looks like | What I'd check first | |---|---|---| | Behavior problem | Moving stops, skipping trades, revenge trading | Journal, rule-following, process drift | | System problem | Following rules but still losing | Edge, data, costs, regime fit | | Risk problem | One loss wipes out many wins | Position size, stop distance, drawdown | | Execution problem | Backtest looks fine, live trading does not | Slippage, spread, fill quality, latency | | Expectation problem | Normal drawdown feels like failure | Baseline returns, drawdown history, sample size | The core point is simple: don't treat every losing stretch like a psychology issue. Mindset matters when it changes how you execute, but it should not become a catch-all explanation. I'd fix only what the data shows: behavior, system design, risk, execution, or market fit. ### A Weak Strategy Can Look Like a Psychology Problem If you're following your rules and still getting poor results, step back and test the strategy itself. A trader can do everything "right" and still lose money. When that happens, the issue may not be mindset at all. It may be the system. You might feel like you're losing your edge or your discipline is slipping, but the real culprit could be buried in the code or the assumptions you made months ago. That's a relief in some ways, because it means you can fix it with data instead of endless self-reflection. ### No Edge, Overfitting, and Small Sample Size One common problem is a strategy with no durable edge. On a chart, it can look neat and convincing. But a strong historical result alone does not prove much. A system can look good on paper and still fall apart when it reaches unseen data or live execution. Three flaws tend to cause this: - **Overfitting** means the strategy is matching historical noise instead of a repeatable relationship. There is no universal rule that limiting a strategy to two or three parameters makes it safe. Every additional parameter, filter, market, timeframe, and tested variation increases the opportunity to select a lucky result. Research on the probability of backtest overfitting shows why the number of trials matters, not just the complexity of the final strategy. - **Look-ahead and survivorship bias** occur when the test uses information or instruments that would not have been available at the time. The CFA Institute's 2026 backtesting guidance highlights look-ahead bias as a top source of inflated results, often sneaking in through data that gets revised after the fact or through corporate actions that weren't accounted for. - **Small sample size** is the quiet killer. If your strategy only triggered 15 trades in three years, a few lucky wins can make it look far more robust than it is. You need enough trades to distinguish skill from noise, and that often means hundreds, not dozens. ### Trading Costs: The Silent Edge Killer Even a genuinely good strategy can die from costs. Every time you trade, you pay the spread, the commission, and possibly financing charges if you hold overnight. On a short-term system, these costs can eat up 30% or more of your gross profits without you noticing, because they're spread across hundreds of trades. Compare your average slippage in live trading to what your backtest assumed. If your live fills are consistently 2 cents worse per share or 1 tick worse on futures, that's a structural problem, not a psychological one. You can often fix it by switching to limit orders, trading during higher liquidity windows, or moving to a cheaper execution venue. ### Risk and Position Sizing: The Hidden Variable If one loss wipes out twenty wins, you don't have a discipline problem, you have a position size problem. The math is unforgiving: a 50% drawdown requires a 100% gain to get back to breakeven. That's not a mindset issue, it's a geometry issue. Check whether your stop distance matches the market's normal volatility. If your stop is too tight, you'll get shaken out of good trades, and if it's too wide, your risk per trade becomes dangerous. A good rule of thumb is to size positions so that a single loss doesn't exceed 1% to 2% of your account, and then verify that your historical max drawdown stays within your comfort zone. ### Market Regime Fit: The Part Everyone Ignores A trend-following system will bleed in a choppy market. A mean-reversion system will bleed in a strong trend. That's not a flaw in the strategy; it's a mismatch between the system and the current environment. Before you tear apart your code, ask whether the market has changed. Volatility levels, correlation structures, and liquidity profiles shift over time. A strategy that worked in 2020 might not work in 2026, not because it's broken, but because the regime is different. You can check this by comparing your strategy's performance in similar historical regimes, and by tracking rolling returns to see when the edge started to fade. ### The Bottom Line: Let Data Lead, Not Emotion When you're losing money, it's natural to question your discipline. But the most productive move is to run a systematic review of the strategy itself. Check the edge on unseen data, measure costs, verify risk, and confirm the market still fits. Only after those checks should you turn inward. Most of the time, the fix is not more willpower. It's better data, cleaner execution, or a smaller position. So next time you're in a losing streak, don't ask "what's wrong with me?" Ask "what's wrong with the system?" The answer is usually more actionable.