Kaufman Adaptive Moving Average
KAMA adapts to market volatility, offering a more responsive moving average.
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 |
---|---|
kama | np.ndarray |