Skip to content

Standard Deviation

Classic statistics classic volatility trend

Standard Deviation is a statistical measure of market volatility.

Usage

Use for statistical analysis of price series: linear regression, standard deviation, correlation coefficients, and other descriptive statistics used as indicator inputs.

Background

Standard statistical measures provide the mathematical foundation for many technical indicators. Linear regression finds the best-fit line through price, standard deviation quantifies dispersion, and correlation coefficients measure how closely two series move together — all are essential for quantitative strategy construction.

Parameters

  • period (default: 14): Period

Formula

\[ \sigma = \sqrt{ \frac{\sum (x_i - \mu)^2}{N} } \]

Source