From c87653f5330240a357a1fb16cde8a2a9cf71a20e Mon Sep 17 00:00:00 2001 From: Sam Chen <144151219+samchenku@users.noreply.github.com> Date: Tue, 31 Mar 2026 01:10:36 -0500 Subject: [PATCH] Update technical_indicators_tools.py --- tradingagents/agents/utils/technical_indicators_tools.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tradingagents/agents/utils/technical_indicators_tools.py b/tradingagents/agents/utils/technical_indicators_tools.py index b9685106..ce0c66cd 100644 --- a/tradingagents/agents/utils/technical_indicators_tools.py +++ b/tradingagents/agents/utils/technical_indicators_tools.py @@ -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: