Rate of change ratio 100 scale
ROCR100 scales the rate of change ratio to a percentage. It is calculated as (price/prevPrice)*100.
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source | pd.Series | Input data series | - |
timeperiod | int | Number of periods for the indicator | 10 |
Outputs
Output | Type |
---|---|
rocr100 | np.ndarray |