Skip to main content

adosc

Calculate AD oscillator technical indicator

Source Code: [link]

openbb.ta.adosc(data: pd.DataFrame, use_open: bool = False, fast: int = 3, slow: int = 10)

Parameters

NameTypeDescriptionDefaultOptional
datapd.DataFrameDataframe of OHLC pricesNoneFalse
use_openboolWhether to use open pricesFalseTrue
fastintFast value3True
slowintSlow value10True

Returns

TypeDescription
pd.DataFrameDataframe with technical indicator