In Chapter 10, our trader made decisions once per hour and held positions fixed in between. That was a useful starting point. Now we remove that restriction entirely. We allow position size Δ(t) to change continuously — every tick, every microsecond, every instant. This is how a modern algorithmic trading system actually operates. And the remarkable result is that everything we proved in Chapter 10 still holds.
The limit of faster and faster step-traders becomes a continuous trader. All three Itô theorems from Chapter 10 carry over exactly.
This generalisation is not just a mathematical nicety. It is the foundation of algorithmic trading. Every strategy that adjusts positions in real time — based on price, volatility, or model signals — is operating in this continuous regime. The mathematics of the Itô Integral, extended to continuous Δ(t), is what makes these strategies formally describable and analysable.
Here is a trap that catches every student who tries to apply school calculus to stochastic processes. Consider the simplest possible "continuous strategy": at every moment, hold exactly W(t) shares — whatever the current price level is. In ordinary calculus, the integral of x dx is simply ½x². You would expect the same answer here. You would be wrong.
That highlighted −½t is called the Cost of Jaggedness. It appears because of a fundamental asymmetry: in real trading, you must set your position at the start of each tiny interval — before seeing which way the price moves. The path's constant vibration means you are always slightly behind the curve, and that lag accumulates into a real, measurable loss of value equal to exactly half the elapsed time.
Position must be set at the start of each interval. The path's jaggedness creates a gap that accumulates into the −½t correction.
This is also why Itô calculus is chosen over the alternative "Stratonovich calculus" for finance. In Stratonovich's approach, the position is set at the midpoint of each interval, which makes the −½t term vanish — producing a cleaner formula. But in the real world, you cannot see the midpoint of an interval before it has passed. Itô calculus is the only version that respects the non-anticipatory constraint of actual trading.
In ordinary calculus, the Chain Rule tells you how a function changes when its input changes: if f depends on x, and x is changing, then df = f'(x) dx. The Itô-Doeblin Formula is the stochastic version of this Chain Rule — valid when x is Brownian Motion and therefore cannot be differentiated in the ordinary sense.
The extra term — the Itô correction — arises from the curvature of the function f. Imagine driving on a road that is violently vibrating. Even if you hold the steering wheel perfectly straight, the jiggling of the car creates extra distance traveled. In finance, if a stock is volatile, the average value of a derivative shifts even when the stock price stays in the same general area — simply because of the curvature of the payoff function.
For a convex function (f'' > 0), the Itô correction adds value — volatility is beneficial. For a concave function (f'' < 0), it subtracts value. This asymmetry is the mathematical basis of the convexity advantage in bond pricing and options.
In options pricing, f'' is called Gamma (Γ). A positive Gamma means the option's value is a convex function of the stock price — so the Itô correction ½f''dt is always positive. This is why options buyers benefit from volatility: the curvature of the payoff function means the Itô term is always working in their favour, regardless of which direction the market moves.
Most real assets are not pure Brownian Motion. They have both a trend and volatility that can vary over time. The Itô Process captures both in one compact expression — and the Itô-Doeblin Formula applies to any smooth function of it.
When the Itô-Doeblin Formula is applied to a general Itô Process instead of pure Brownian Motion, it extends to account for both the random and the trend components. The result, for a function f(t, x) of both time and an Itô Process, is:
The calculation relies on the same Multiplication Table from Chapter 8. Applied to the Itô Process, it eliminates the small terms and leaves exactly the right structure:
| × | dW | dt |
|---|---|---|
| dW | dt → survives as Δ²dt | 0 |
| dt | 0 | 0 |
The full Itô-Doeblin Formula for a surface f(t, x) breaks the change in value into exactly three pieces, each with a precise financial meaning. Together they describe how any derivative — an option, a structured product, a strategy payoff — responds to the passage of time and the movement of the underlying asset.
Theta pulls the surface down over time. Delta tilts it along the price axis. Gamma bends it upward with volatility. All three act at once.
This three-part decomposition is precisely the Greeks framework used by every options desk in the world. Theta is the daily time decay you see on your P&L. Delta is the hedge ratio — how many shares of the underlying you need to hold to neutralise price risk. Gamma is the curvature that makes options profitable in volatile markets. The Itô-Doeblin Formula is the mathematical proof that these three forces are exhaustive — together, they describe all the ways a derivative can change in value.
Run the classic example: hold W(t) shares at each moment (Δ = W). The school calculus answer would give ½W²(t). The Itô answer gives ½W²(t) − ½t. Simulate many paths and verify that the −½t correction is real and measurable — not a mathematical abstraction, but an actual average shortfall in your P&L.
Purple = school calculus answer (½W²) | Gold = Itô integral (½W² − ½t) | The gap between them is the −½t correction, confirmed empirically
Chapter 11 in four ideas:
What comes next: The Itô-Doeblin Formula applied to one specific, carefully chosen function — the price of an option — produces the Black-Scholes-Merton equation. That is the formula that transformed Wall Street. You now have all the tools needed to derive it from first principles.