Indicator Description
RC (Rate of Change) is a momentum indicator that reflects momentum changes and trend strength in the market by calculating the rate of price change.
Function Information
- Function Name: RC
- Input Parameters: Open
- Parameter Settings: timeperiod1 (default: 21), timeperiod2 (default: 34), timeperiod3 (default: 55)
- Output: arc, rccd
Calculation Principle
RC is calculated using the following formula:
RC = (Close - Close[timeperiod1]) / Close[timeperiod1] * 100Where Close[timeperiod1] is the closing price N periods ago.
Usage Scenarios
- Momentum change analysis
- Trend strength judgment
- Divergence signal identification
- Trading signal generation
Usage Recommendations
- RC turning from negative to positive can be seen as a buy signal
- RC 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