Update technical_indicators_tools.py
This commit is contained in:
parent
394cccaccf
commit
c87653f533
|
|
@ -14,8 +14,7 @@ def get_indicators(
|
||||||
Uses the configured technical_indicators vendor.
|
Uses the configured technical_indicators vendor.
|
||||||
Args:
|
Args:
|
||||||
symbol (str): Ticker symbol of the company, e.g. AAPL, TSM
|
symbol (str): Ticker symbol of the company, e.g. AAPL, TSM
|
||||||
indicator (str): A single technical indicator name, e.g. 'rsi', 'macd'.
|
indicator (str): A single technical indicator name, e.g. 'rsi', 'macd'. Call this tool once per indicator. Comma-separated input is also supported.
|
||||||
Comma-separated input is also supported.
|
|
||||||
curr_date (str): The current trading date you are trading on, YYYY-mm-dd
|
curr_date (str): The current trading date you are trading on, YYYY-mm-dd
|
||||||
look_back_days (int): How many days to look back, default is 30
|
look_back_days (int): How many days to look back, default is 30
|
||||||
Returns:
|
Returns:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue