1-day Rate-Of-Change (ROC) of a Triple Smooth EMA
TRIX is a momentum oscillator that identifies trends and reversals.
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source | pd.Series | Input data series | - |
timeperiod | int | Number of periods for the indicator | 30 |
Outputs
Output | Type |
---|---|
trix | np.ndarray |