Absolute Price Oscillator
APO measures the absolute difference between two Exponential Moving Averages (EMAs).
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source | pd.Series | Input data series | - |
fastperiod | int | Fast period for the indicator | 12 |
slowperiod | int | Slow period for the indicator | 26 |
matype | int | Type of Moving Average | 0 |
Outputs
Output | Type |
---|---|
apo | np.ndarray |