Almost every model a hedge fund builds rests on a single, powerful assumption. It is deceptively simple: the future depends only on the present — not on the past. It does not matter how the price got here. It does not matter what happened yesterday, or last week, or five years ago. Only where you are right now determines where you are going next. This is the Markov Property.
The entire history is crossed out. Only the present state connects to the future.
The easiest way to understand the Markov Property is through a goldfish. A goldfish, famously, has a very short memory. Now imagine two goldfish swimming through your Price Landscape — a map of where price, volume, and time all meet — a surface representing price, volume, and time simultaneously. One fish has a perfect memory. The other forgets everything after three seconds.
Same fish, same pool — completely different computational requirements to predict the next move.
The Non-Markovian fish's entire history is encoded in the path it has swum. To predict where it goes next, you must load all of that history into memory. The Markovian fish simply looks at its current coordinate — price, volume, time — and that single point contains everything the model needs.
In your textbook, you will encounter a formula that looks like a wall of symbols. But once you understand what each piece is saying, it reads as simply as the goldfish analogy.
This equation is the foundation of the Chapman-Kolmogorov equations — the bridge that lets us calculate how a probability distribution spreads across the entire Price Landscape as time moves forward. Because we only need the current state, we can build a chain of one-step predictions without ever looking back.
The Markov Property is not just philosophically elegant. It is practically essential. Without it, most quantitative finance models would be computationally impossible to run in real time. Here is what it buys us in the three areas that matter most to a hedge fund strategist:
Running a Kalman Filter or Monte Carlo simulation only requires the current state vector in RAM — not gigabytes of historical data. One coordinate replaces a warehouse of records.
If markets are Markovian, the current price already contains all past information. Looking at old charts should give you no edge — the market has already processed that history.
Every GBM and Brownian Motion model you build inherits the Markov Property automatically. The next price depends only on the current price, not on last Tuesday's candle.
Each transition needs only the current state — no history stored, no memory required.
While Brownian Motion and GBM are mathematically Markovian, real markets are not perfectly memoryless. Experienced traders know that certain historical events do influence current behaviour — and these violations of the Markov Property are precisely where trading edges are found.
The Hedge Fund Paradox: We assume the Markov Property because it makes the mathematics tractable and the models fast. But we actively hunt for violations of the Markov Property — because where the market has memory that our models ignore, that is exactly where pricing inefficiencies (and profits) live.
Compare a pure Markovian path (each step is independent, no memory) against a memory-driven path (each step is influenced by recent history, like volatility clustering). Watch how the two paths diverge over time — and how the memory-path creates clusters and trends that the Markov path never shows.
Purple = pure Markovian path (no memory) | Coral = memory-driven path (volatility clusters)
The present state is a perfect filter of the past. One coordinate replaces all of history. Models run in milliseconds. Monte Carlo needs only the current position, not a hard drive of candles.
Every place where the real market violates Markov — support levels, volatility clusters, momentum — is a place where standard models are wrong. Wrong models create mispriced assets. Mispriced assets create alpha.
In short: The Markov Property says the present is all you need. We use it because it makes every model tractable — Kalman Filters, Monte Carlo, option pricing all depend on it. But the real insight is this: we assume Markov to build the baseline. We look for violations of Markov to find the edge. The assumption is the tool. The violation is the treasure.