Triple Exponential Moving Average (T3)
T3 is a smoother and more responsive triple exponential moving average.
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source | pd.Series | Input data series | - |
timeperiod | int | Number of periods for the indicator | 5 |
vfactor | float | Vertical factor for the indicator | 0 |
Outputs
Output | Type |
---|---|
t3 | np.ndarray |