Indicator Description
CHV (Chaikin Volatility) is a volatility indicator that reflects market volatility and trend changes by calculating the price volatility range.
Function Information
- Function Name: CHV
- Input Parameters: High, Low
- Parameter Settings: timeperiod (default: 13)
- Output: None
Calculation Principle
CHV is calculated using the following formula:
Range = High - Low
SARange = EMA(Range, timeperiod)
CHV = (SARange - SARange[-1]) / SARange[-1] * 100Where EMA is the Exponential Moving Average.
Usage Scenarios
- Volatility analysis
- Trend strength judgment
- Market sentiment assessment
- Trading signal generation
Usage Recommendations
- Increasing CHV value can be seen as increased market volatility
- Decreasing CHV value can be seen as reduced market volatility
- Use in combination with price trends
- Pay attention to changes in volatility