diff --git a/docs/tradingAgents.md b/docs/tradingAgents.md index fd191738..99b6d1e3 100644 --- a/docs/tradingAgents.md +++ b/docs/tradingAgents.md @@ -56,7 +56,7 @@ TradingAgents is a multi-agent trading framework that mirrors the dynamics of real-world trading firms. By deploying specialized LLM-powered agents: from fundamental analysts, sentiment experts, and technical analysts, to trader, risk management team, the platform collaboratively evaluates market conditions and informs trading decisions. Moreover, these agents engage in dynamic discussions to pinpoint the optimal strategy.

- +

> TradingAgents framework is designed for research purposes. Trading performance may vary based on many factors, including the chosen backbone language models, model temperature, trading periods, the quality of data, and other non-deterministic factors. [It is not intended as financial, investment, or trading advice.](https://tauric.ai/disclaimer/) @@ -70,7 +70,7 @@ Our framework decomposes complex trading tasks into specialized roles. This ensu - Technical Analyst: Utilizes technical indicators (like MACD and RSI) to detect trading patterns and forecast price movements.

- +

### Researcher Team