Ultimate Oscillator
ULTOSC combines multiple timeframes to identify overbought and oversold conditions.
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source_high | pd.Series | High prices series | - |
source_low | pd.Series | Low prices series | - |
source_close | pd.Series | Close prices series | - |
timeperiod1 | int | First time period | 7 |
timeperiod2 | int | Second time period | 14 |
timeperiod3 | int | Third time period | 28 |
Outputs
Output | Type |
---|---|
ultosc | np.ndarray |