Decision Trees
A decision tree is a diagram that lays out a trading choice as a branching sequence of actions, uncertain outcomes and their probabilities and payoffs, letting you evaluate each path by its expected value instead of by how it feels.
Quick answer: A decision tree is a diagram that lays out a trading choice as a branching sequence of actions, uncertain outcomes and their probabilities and payoffs, letting you evaluate each path by its expected value instead of by how it feels.
In simple words
A decision tree draws a choice as branches: the actions you can take, the things the market might do in response, and the money that results at the end of each branch. You put a probability on each uncertain branch and a rupee value on each ending, then work backwards to see which first move gives the best average result. It is like a map of every road a trade could take, so you decide with the whole picture in front of you rather than reacting one step at a time.
Purpose
Decision trees exist because trading choices are sequential and uncertain, and the human mind quietly drops branches it does not want to see; drawing the tree forces every action, outcome and probability into the open so the choice is judged on its full structure.
Visual explanation
Decision Trees
A trade drawn as branches: a decision node splits into actions, each action leads to chance nodes for possible market outcomes, and every path ends in a payoff.
Professional explanation
What a decision tree actually is
A decision tree has three kinds of node. A decision node, drawn as a square, is a point where you choose, such as enter or stay flat, or hold or exit. A chance node, drawn as a circle, is a point where the market decides, such as the index rising or falling, each branch carrying a probability. A terminal node is an ending with a payoff, the rupee profit or loss of that path. You build the tree left to right in the order events happen, then evaluate it right to left, replacing each chance node with its expected value and each decision node with its best branch. The result is a single recommended first action and its expected value.
Folding back: how the tree is solved
Solving a tree is called folding back or backward induction. You start at the terminal payoffs on the right and move leftward. At each chance node you compute the probability-weighted average of the branches beyond it, its expected value. At each decision node you assume you will later pick the branch with the highest value, so the node takes that best value. Repeating this back to the root yields both the optimal first decision and the expected value of the whole tree. The discipline of folding back stops you from being seduced by one attractive terminal payoff far out on a low-probability branch, because that branch is automatically weighted by how unlikely it is.
Why sequential choices need a tree
Many trading decisions are not one-shot bets but sequences: you enter, then the market moves, then you decide to add, hold or exit, then it moves again. A flat list of scenarios cannot capture this because your later choices depend on earlier outcomes. A tree encodes that structure explicitly, showing that the value of entering today includes the value of the good decisions you can make tomorrow. This is why a position with an early, cheap exit can be worth more than a superficially similar one without it: the tree prices in the option to change your mind, which a single expected-value number computed on the entry alone would miss.
Probabilities and payoffs: garbage in, garbage out
A decision tree is only as good as the numbers you feed it. The probabilities on chance branches are estimates, usually drawn from the historical frequency of similar setups, and they are noisy and regime-dependent. The payoffs assume your stop and target fill at their levels, which gaps can break. A tree therefore does not manufacture certainty; it makes your assumptions explicit and checkable. Its real value is often not the final number but the act of writing down what you believe must be true for a trade to be worthwhile, which exposes wishful probabilities and ignored downside branches that intuition had quietly deleted.
Sensitivity: testing the branches that matter
Because the inputs are uncertain, a single tree can mislead if you treat its output as precise. The professional move is sensitivity analysis: vary the key probability or payoff and watch whether the recommended decision flips. If a trade only looks good when you assume a 70 percent win rate and turns negative at 55 percent, the decision is fragile and hostage to an estimate you cannot trust. If it stays positive across a wide range of plausible inputs, it is robust. Sensitivity analysis turns a decision tree from a false-precision machine into a tool for finding which assumption your entire trade secretly depends on.
Limits: trees simplify a messy world
A tree is a model, and every model omits detail. Real markets offer a continuum of price outcomes, not two or three clean branches; correlations link positions the tree treats as separate; and rare tail events sit on branches you may not have drawn at all. Trees also grow explosively: a few sequential decisions with several outcomes each produce hundreds of paths, which is why practical trees are pruned to the branches that move the decision. Used well, a tree clarifies the structure of a choice and disciplines the arithmetic; used naively, it can lend spurious authority to guessed probabilities. Judge the decision by the process, not by the tidy number it produces.
Practical example
Illustrative example (Indian market)
A trader eyeing a Nifty long draws a tree. Decision node: enter one lot or stay flat. If they enter, a chance node splits into target hit, +Rs 15,000, estimated 45 percent; stop hit, -Rs 7,500, estimated 50 percent; and a gap through the stop, -Rs 12,000, estimated 5 percent. Folding back the chance node: 0.45 x 15,000 minus 0.50 x 7,500 minus 0.05 x 12,000 = 6,750 - 3,750 - 600 = +Rs 2,400 expected value for entering, versus zero for staying flat. The tree says enter, but sensitivity analysis shows that if the target probability is really 38 percent rather than 45, the expected value turns slightly negative, so the whole case rests on that one estimate being right.
On a Bank Nifty weekly-expiry day the branches shift: an intraday tree must add a chance node for a sharp expiry-day move, because realised volatility clusters near expiry. A short-option trade that looks positive on an ordinary tree can turn negative once a fat-tail branch for a 2 percent index swing is drawn in with even a 10 percent probability, which is exactly the branch complacent traders leave off the page.
Advantages
- Forces every action, outcome and probability into the open, exposing branches intuition drops
- Prices in the value of future decisions like early exits, which a one-shot EV misses
- Lets you compare very different choices on one common measure, expected value
- Sensitivity analysis reveals which single assumption a trade secretly depends on
- Separates the structure of a decision from the emotion of the moment
Limitations
- Only as reliable as the estimated probabilities and payoffs fed in
- Reduces a continuum of price outcomes to a few clean branches, losing detail
- Trees explode combinatorially, so they must be pruned and thus simplified
- Can lend false precision to numbers that are really guesses
- Ignores correlation between positions unless deliberately modelled
Why it matters in practice
- Turns a vague gut call into a checkable set of assumptions anyone can challenge
- Reveals when a tempting payoff sits on a branch too unlikely to matter
Common mistakes
- Treating the final expected-value number as precise rather than an estimate
- Leaving off the low-probability tail branch because it is unpleasant to draw
- Using wishful probabilities that make the trade look good by construction
- Skipping sensitivity analysis and betting on a single fragile estimate
- Confusing a good tree with a good outcome, then blaming the tree when a low-odds branch hits
- Building a tree so detailed it becomes unusable instead of pruning to the decisive branches
Professional usage
Analysts and quant desks use decision trees and their cousins, real-options and scenario models, to structure choices whose value depends on future decisions, not just the first move. They insist on explicit probabilities so assumptions can be challenged, run sensitivity analysis to find the fragile input, and treat the tree as a communication and discipline tool rather than an oracle. The professional attitude is that the tree's job is to make reasoning visible and force honesty about downside branches, while accepting that the probabilities remain estimates and the world can still deliver a branch nobody drew.
Key takeaways
- A decision tree maps a choice as branching actions, chance outcomes and payoffs
- Solve it by folding back: weight chance nodes by probability, pick the best at decision nodes
- Its value is exposing assumptions, not producing a precise number
- Run sensitivity analysis to find the estimate your whole trade depends on
Frequently asked questions
What is a decision tree in trading?
How do you solve a decision tree?
What are the three types of nodes?
Why use a decision tree instead of just deciding?
What is folding back or backward induction?
How do I get the probabilities for the branches?
What is sensitivity analysis on a tree?
Can a decision tree guarantee a good trade?
Why do decision trees handle sequential decisions well?
What does garbage in, garbage out mean for trees?
How is a decision tree different from expected value?
Do decision trees work for options trades?
What is a terminal node?
How detailed should a decision tree be?
Can decision trees model tail risk?
Why might a good decision tree still lose money?
Do professional traders really draw decision trees?
How does a tree relate to a trading checklist?
What is backward reasoning good for beyond trading?
Should a beginner use decision trees?
How do decision trees connect to position sizing?
Voice search & related questions
Natural-language questions people ask about Decision Trees.
What is a decision tree in simple terms?
How do you read a decision tree?
Does a decision tree tell me the future?
Why bother drawing it out?
What is sensitivity analysis?
Can a good decision tree still lose?
Are decision trees only for maths people?
Sources & references
Last reviewed 12 July 2026. Educational content only — not investment advice. Markets and rules change; verify current conventions with SEBI, NSE/BSE and your broker.