Standard Deviations/Moving Average Ratio indicator displays volatility by the ratio of the standard deviation to the moving average.
It has two configurable parameters:
- PeriodΒ – calculation period
- Applied price
Calculation:
Ratio = StdDev / MA
where:
StdDev - StdDev(Applied price, Period) MA - SMA(Applied price, Period)