diff --git a/pandas_ta/volatility/bbands.py b/pandas_ta/volatility/bbands.py index 1904bf2..930723a 100644 --- a/pandas_ta/volatility/bbands.py +++ b/pandas_ta/volatility/bbands.py @@ -91,9 +91,9 @@ Calculation: Args: close (pd.Series): Series of 'close's - length (int): The short period. Default: 20 + length (int): The short period. Default: 5 std (int): The long period. Default: 2 - mamode (str): Two options: "sma" or "ema". Default: "ema" + mamode (str): Two options: "sma" or "ema". Default: "sma" offset (int): How many periods to offset the result. Default: 0 Kwargs: