"Inertia" (Financial Indicator)
"Inertia" (Financial Indicator)
Is a trend indicator.
Was developed by Donald Dorsey.
Is computed using the high and low prices.
Returns one time series, which is the 20-period linear regression indicator of 14-period relative volatility index.
FinancialIndicator["Inertia",n1,n2] uses an n1-period linear regression and an n2-period relative volatility index. The first value occurs after n2 periods.
Examples
TradingChart[{"MSFT", {{2009, 1, 1}, {2009, 3, 31}}}, {"Inertia"}]See Also
Indicator Types: LinearRegressionIndicator ▪ RelativeVolatilityIndex ▪ LinearRegressionSlope ▪ LinearRegressionTrendlines
History
Introduced in 2010 (8.0)