CV
Chaikin's Volatility
Description
Marc Chaikin measures volatility as the trading
range between high and low for each period. This does not take trading gaps into
account as Average True Range does.
Category
Volatility Indicators
Parameters
N ( Default: 10
Min: 2 Max: 100 )
Chart Script
EC:= EMA(HIGH-LOW, N);
(EC-REF(EC, N))/REF(EC,
N)*100