8.3. Volatility Indicators (Chỉ báo biến động)
8.3.1. Bollinger Bands
def bollinger_mband(column: pandas.core.series.Series, window: int = 20)
def bollinger_hband(column: pandas.core.series.Series, window: int = 20, window_dev: int = 2)
def bollinger_lband(column: pandas.core.series.Series, window: int = 20, window_dev: int = 2)
def bollinger_wband(column: pandas.core.series.Series, window: int = 20, window_dev: int = 2)
def bollinger_squeeze(column: pandas.core.series.Series, window: int = 20, window_dev: int = 2, squeeze_mode: Literal['dynamic', 'percentile'] = "dynamic", dynamic_thresold: float = 0.9, percentile_thresold: int = 10)Tên tham số
Mô tả
Kiểu dữ liệu
Giá trị mặc định
8.3.2. Supertrend
Tên tham số
Mô tả
Kiểu dữ liệu
Giá trị mặc định
8.3.3. ATR (AverageTrueRange)
Tên tham số
Mô tả
Kiểu dữ liệu
Giá trị mặc định
8.3.4. Realized Volatility
Tên tham số
Mô tả
Kiểu dữ liệu
Giá trị mặc định
8.3.5. Keltner Channels
Tên tham số
Mô tả
Kiểu dữ liệu
Giá trị mặc định



Previous8.2. Momentum Indicators (Chỉ báo động lượng)Next8.4. Volume Indicators (Chỉ báo khối lượng)
Last updated