Update technical_indicators_tools.py

This commit is contained in:
Sam Chen 2026-03-31 01:10:36 -05:00 committed by GitHub
parent 394cccaccf
commit c87653f533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ def get_indicators(
Uses the configured technical_indicators vendor.
Args:
symbol (str): Ticker symbol of the company, e.g. AAPL, TSM
indicator (str): A single technical indicator name, e.g. 'rsi', 'macd'.
Comma-separated input is also supported.
indicator (str): A single technical indicator name, e.g. 'rsi', 'macd'. Call this tool once per indicator. Comma-separated input is also supported.
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
Returns: