Indicator Description
SRDM (Slow Random Dynamic Momentum) is a momentum indicator that reflects the strength and direction of market trends by calculating price trend changes.
Function Information
- Function Name: SRDM
- Input Parameters: High, Low, Close
- Parameter Settings: timeperiod1 (default: 8), timeperiod2 (default: 21)
- Output: srdm, asrdm
Calculation Principle
SRDM is calculated using the following formula:
SRDM = MA(Close, timeperiod1) - MA(Close, timeperiod2)
ASRDM = MA(SRDM, 5)Where MA is the moving average.
Usage Scenarios
- Trend direction judgment
- Trend strength analysis
- Trend reversal identification
- Trading signal generation
Usage Recommendations
- SRDM turning from negative to positive can be seen as a buy signal
- SRDM turning from positive to negative can be seen as a sell signal
- Use in combination with moving averages
- Pay attention to changes in trend strength