Master core trading strategies like swing, scalping, indicators, risk management & algorithmic trading – visually structured for fast learning.
Unlock All →Explore the most important models for valuing options, along with assumptions and mathematical structure.
The most widely used closed-form formula for European call and put options on non-dividend-paying stocks.
C = S·N(d₁) - K·e-rT·N(d₂)
where:
d₁ = [ln(S/K) + (r + σ²/2)·T] / (σ√T)
d₂ = d₁ - σ√T
The binomial tree approach discretizes price movements over time, allowing early exercise and American-style option valuation.
A discrete-time model useful for American options, modeling price movement as up/down over time steps.
At each node:
Option = max(Intrinsic Value, Discounted Expected Value)
Used for complex derivatives and path-dependent options.
Solves the partial differential equations (PDEs) directly.
The Black-Scholes-Merton (BSM) model provides a closed-form solution to price European-style options. It’s a cornerstone of modern financial engineering, built on stochastic calculus and the assumption of a lognormally distributed asset price.
The price of a European call option is given by:
C = S·N(d₁) - K·e-rT·N(d₂)
Where:
d₁ = [ln(S/K) + (r + σ²/2)·T] / (σ√T)
d₂ = d₁ - σ√T
r
S
: Current price of the underlying assetK
: Strike pricer
: Risk-free interest rateσ
: Volatility of the assetT
: Time to maturityN(·)
: Cumulative normal distribution functionThe BSM formula is derived by modeling the stock price as a stochastic process:
dS = μSdt + σSdz
where dz
is a Wiener process (Brownian motion). Using Itô’s Lemma and constructing a risk-free portfolio (a long stock and a short option), the portfolio's return is set equal to the risk-free rate.
Applying no-arbitrage arguments, this leads to the famous Black-Scholes partial differential equation (PDE):
∂C/∂t + (1/2)·σ²·S²·∂²C/∂S² + r·S·∂C/∂S - r·C = 0
Solving this PDE with final boundary condition C = max(S - K, 0)
at maturity T
, leads to the closed-form BSM formula shown above.
Trade over minutes to days. Capture market momentum using RSI, moving averages, and price action setups.
Learn RSI, MACD, Bollinger Bands & trend-following setups to time entries and exits with confidence.
Automate strategies using data-driven logic. Explore backtesting, signals, and code snippets in Python.
Survive market volatility using stop-losses, position sizing, and hedging techniques.
Head & shoulders, flags, triangles – decode market structure with pattern recognition.
Master market, limit, stop, and trailing orders to control execution and slippage.
One‑tap cancel anytime.