Skip to content

Commit

Permalink
Issue #206: Add 'time_period' argument to 'get_bbands()' documentatio…
Browse files Browse the repository at this point in the history
…n. (#207)
  • Loading branch information
Peter Anderson authored Apr 26, 2020
1 parent 20df386 commit 0faa2ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion alpha_vantage/techindicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,10 @@ def get_bbands(self, symbol, interval='daily', time_period=20, series_type='clo
symbol: the symbol for the equity we want to get its data
interval: time interval between two conscutive values,
supported values are '1min', '5min', '15min', '30min', '60min', 'daily',
'weekly', 'monthly' (default 'daily'
'weekly', 'monthly' (default 'daily')
time_period: Number of data points used to calculate each BBANDS value.
Positive integers are accepted (e.g., time_period=60, time_period=200)
(default=20)
series_type: The desired price type in the time series. Four types
are supported: 'close', 'open', 'high', 'low' (default 'close')
nbdevup: The standard deviation multiplier of the upper band. Positive
Expand Down

0 comments on commit 0faa2ae

Please sign in to comment.