Probabilistic Thinking: Judging Decisions, Not Outcomes

A good decision can lose and a bad decision can win. Learning to judge the decision rather than the result is the central mental shift in trading.

5 min readBeginnerUpdated September 16, 2026

At a glance

Core idea
Judge the process; outcomes are noisy
Key metric
Expectancy per trade, in R
Main error
Resulting: inferring decision quality from outcome
How to improve
Record predictions and measure calibration

Key takeaways

  • In an environment with substantial randomness, a single outcome carries almost no information about the quality of the decision that produced it.
  • Resulting, judging a decision by its outcome, is the most common error in trading review and it teaches the wrong lessons systematically.
  • Expectancy combines win rate and payoff into a single figure, which is the only meaningful summary of whether a set of decisions is sound.
  • Confidence can be calibrated by recording predictions with probabilities and comparing them against outcomes over time.
  • Thinking in distributions rather than in single outcomes is what makes it possible to follow a rule through a losing streak.

Resulting: the error that prevents learning

Resulting means inferring the quality of a decision from the quality of its outcome. In domains with little randomness this works well. In trading, where a sound decision loses perhaps half the time, it is actively misleading.

DecisionOutcomeWhat resulting concludesWhat is actually true
Followed the rules exactlyLossThe rules are wrongA normal loss; no information
Broke the rulesProfitMy judgement is goodA dangerous reinforcement of a bad process
Followed the rules exactlyProfitThe rules workOne favourable outcome; still no information
Broke the rulesLossI should follow the rulesCorrect conclusion, reached by luck

Expectancy as the unit of judgement

Expectancy = (Win% x AvgWin) - (Loss% x AvgLoss)
             measured in R, where R = risk per trade

Strategy A: 70% win rate, 0.5R wins, 1.5R losses
   (0.70 x 0.5) - (0.30 x 1.5) = 0.35 - 0.45 = -0.10R

Strategy B: 35% win rate, 3.0R wins, 1.0R losses
   (0.35 x 3.0) - (0.65 x 1.0) = 1.05 - 0.65 = +0.40R

Strategy A feels good and loses money.
Strategy B feels terrible and makes money.

Annual result depends on expectancy x frequency:
   B at 80 trades/year = +32R
   At 0.5% risk per R, roughly +16% before costs
Why expectancy is the only meaningful summary.

Expectancy is what makes it possible to follow Strategy B. Without the number, the experience of losing 65 percent of trades is unbearable. With it, each loss is an expected component of a positive-expectancy process rather than evidence of failure.

Thinking in distributions

Every trade is a draw from a distribution rather than a prediction. Once that is internalised, questions change: not "will this work?" but "what is the distribution of outcomes, and is the average favourable?"

  • Any single trade is uninformative. With a 40 percent win rate, losing four in a row happens constantly and says nothing.
  • Streaks are expected, not anomalous. The expected longest losing streak in 500 trades at a 60 percent loss rate is around twelve.
  • The sequence matters as much as the set. The same trades in a different order produce very different drawdowns, which is what Monte Carlo simulation reveals.
  • Your realised result is one sample. Both good and bad years contain substantial luck, which is why process metrics are more stable than outcome metrics.
  • Sample size determines what you can conclude. Fifty trades supports almost no conclusion about a modest edge; five hundred supports several.
  • Tails matter disproportionately. In skewed strategies, the average is dominated by a small number of outcomes, so the median experience differs greatly from the mean.

Calibrating your own confidence

  1. 1

    Record a probability with every prediction

    Not just the direction, but how confident you are as a percentage. This is what makes calibration measurable.

  2. 2

    Group predictions by confidence level

    All the trades where you said 70 percent, all where you said 55 percent, and so on.

  3. 3

    Compare stated confidence with realised frequency

    If your 70 percent predictions occur 52 percent of the time, you are systematically overconfident by a measurable amount.

  4. 4

    Adjust rather than resolve

    Calibration improves through feedback, not through intention. Knowing you are overconfident by 15 points lets you discount accordingly.

  5. 5

    Notice where calibration is worst

    Most traders are best calibrated on routine setups and worst on trades they find exciting, which is directly actionable.

  6. 6

    Use calibration to inform size, not to override rules

    Better-calibrated confidence is useful for allocation between strategies, not as a reason to deviate within one.

Putting it into practice

Instead of askingAsk
Was that a good trade?Did I follow the process?
Will this trade work?What is the expectancy of this setup?
Should I have exited earlier?Does exiting earlier improve expectancy across all trades?
Is my strategy broken?Is this drawdown inside the simulated distribution?
Am I a good trader?What is my rule adherence rate and my realised expectancy?
Should I take this trade?Does it meet every written condition?

Each reframing replaces an unanswerable question with a measurable one. That substitution is the practical content of probabilistic thinking, and it is what allows a trader to continue executing a sound process through the periods when the outcomes are unfavourable.

Frequently asked questions

What is resulting?

Judging the quality of a decision by its outcome. In trading, where randomness dominates individual results, this leads to systematically wrong conclusions: it condemns sound decisions that lost and rewards unsound decisions that happened to win. Tracking rule adherence separately from profit is the practical countermeasure.

How do I know if a losing streak is normal?

Compute the expected longest streak from your win rate: approximately the logarithm of your trade count divided by the negative logarithm of your loss rate. For 500 trades at a 60 percent loss rate, around twelve consecutive losses is expected. A streak within that range is arithmetic, not evidence.

Why does expectancy matter more than win rate?

Because win rate says nothing about size. A 90 percent win rate with losses ten times the size of wins loses money; a 35 percent win rate with wins three times the size of losses makes money. Expectancy combines both into the single number that determines your results.

How can I improve my probabilistic thinking?

Record a confidence percentage with every prediction, then compare stated confidence against realised frequency in batches. Calibration improves measurably with this feedback, unlike most cognitive biases. It also makes overconfidence visible as a number rather than as a vague concern.

How many trades before I can judge a strategy?

It depends on the ratio of your edge to its variance. A strong edge may be distinguishable from luck in 60 to 100 trades; a modest one may need several hundred. Computing the required sample from your own numbers, before you begin, prevents drawing conclusions from samples that cannot support them.

Test this idea before you trade it

Describe the rules in plain language and AlgoTrader AI turns them into a structured strategy blueprint with a configurable historical backtest, cost assumptions, and exportable code.

Build a backtest

Keep reading

Referenced by

Educational use only. This guide explains how a strategy works. It is not investment advice, not a recommendation, and no result described here is a forecast. Test any approach on historical and out-of-sample data, size positions conservatively, and never risk money you cannot afford to lose.