Skip to content

Commit

Permalink
Update techindicators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
muskoxleader authored and RomelTorres committed Sep 11, 2019
1 parent 70f91af commit 4627fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpha_vantage/techindicators.py
Expand Up @@ -675,7 +675,7 @@ def get_trix(self, symbol, interval='daily', time_period=20, series_type='close'

@av._output_format
@av._call_api_on_func
def get_ultsoc(self, symbol, interval='daily', timeperiod1=None,
def get_ultosc(self, symbol, interval='daily', timeperiod1=None,
timeperiod2=None, timeperiod3=None):
""" Return the ultimate oscillaror values in two json objects as
data and meta_data. It raises ValueError when problems arise
Expand Down

0 comments on commit 4627fe3

Please sign in to comment.