Skip to content

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

  1. Trend direction judgment
  2. Trend strength analysis
  3. Trend reversal identification
  4. Trading signal generation

Usage Recommendations

  1. SRDM turning from negative to positive can be seen as a buy signal
  2. SRDM turning from positive to negative can be seen as a sell signal
  3. Use in combination with moving averages
  4. Pay attention to changes in trend strength