Indicator Description
MICD (Moving Average Convergence Divergence) is a trend indicator that reflects market trend changes and turning points by calculating the convergence and divergence of moving averages of price.
Function Information
- Function Name: MICD
- Input Parameters: Open
- Parameter Settings: timeperiod1 (default: 10), timeperiod2 (default: 20), timeperiod3 (default: 3)
- Output: None
Calculation Principle
MICD is calculated using the following formula:
DIF = MA(Close, timeperiod1) - MA(Close, timeperiod2)
MICD = MA(DIF, timeperiod3)Where MA is the moving average.
Usage Scenarios
- Trend direction judgment
- Trend reversal identification
- Divergence signal analysis
- Trading signal generation
Usage Recommendations
- MICD turning from negative to positive can be seen as a buy signal
- MICD turning from positive to negative can be seen as a sell signal
- Use in combination with moving averages
- Pay attention to the use of divergence signals
Notes
- Parameter settings affect indicator sensitivity
- May fail in ranging markets
- It is recommended to use in combination with other technical indicators
- Pay attention to changes in market environment