Your Trading Rules Are Fine, So Why Are You Still Losing Money?

ยท
Listen to this article~6 min
Your Trading Rules Are Fine, So Why Are You Still Losing Money?

If you follow your rules and still lose money, your mindset may not be the issue. The problem could be no edge, high costs, poor risk, bad execution, or a shifted market. Learn how to diagnose it.

If you follow your rules and still lose money, your mindset might not be the real culprit. It's easy to blame fear or greed when things go wrong, but often the problem is far more concrete. The strategy might have no edge, costs could be eating you alive, risk might be off, execution could differ from your tests, or the market itself may have shifted. 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 emotional mistakes. The main checks are out-of-sample and walk-forward testing, live fills versus backtest fills, slippage, spreads, commissions, and financing costs, position sizing and stop placement, market regime fit, and 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. ### Where to Start When Results Disappoint When I hit a rough patch, I look at things in this order: - Did I follow my rules? - Does the strategy still show an edge on unseen data? - Are trading costs killing the setup? - Is my risk per trade too high? - Does this market still fit the strategy? - Am I judging the system by facts or by frustration? A few numbers can help keep the review grounded, but treat them as screening thresholds, not universal pass-or-fail rules. Some traders look for a profit factor above 1.5 and a maximum drawdown below 20%, but the right targets depend on the instrument, strategy frequency, leverage, and risk tolerance. A 2:1 reward-to-risk ratio isn't 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'd also check whether that difference is statistically meaningful for the number of trades observed. ### Quick Comparison: What's Actually 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 shouldn't 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. ### 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 doesn't 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's 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 wouldn't have been available at the time. The CFA Institute's 2026 backtesting guidance highlights these pitfalls in detail. - **Small sample size** makes it nearly impossible to tell skill from luck. If you've only taken 30 trades, a 60% win rate doesn't mean much. You need enough data to build confidence that the edge is real and repeatable. So, before you blame yourself for a losing streak, dig into the numbers. Check your fills, review your costs, and test on fresh data. You might find the problem isn't your psychology at all. It's your system. And that's a fix you can actually make. Remember, trading is a business. You wouldn't blame your emotions if your store's inventory was priced wrong. You'd fix the pricing. Do the same with your strategy.