diff --git a/README.md b/README.md index 26ee0f1e9..451d4a2e7 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ TradingAgents is a multi-agent trading framework that mirrors the dynamics of re > 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/) -Our framework decomposes complex trading tasks into specialized roles. This ensures the system achieves a robust, scalable approach to market analysis and decision-making. +Our framework decomposes complex trading tasks into specialized roles. ### Analyst Team - Fundamentals Analyst: Evaluates company financials and performance metrics, identifying intrinsic values and potential red flags. @@ -85,7 +85,7 @@ Our framework decomposes complex trading tasks into specialized roles. This ensu
### Trader Agent -- Composes reports from the analysts and researchers to make informed trading decisions. It determines the timing and magnitude of trades based on comprehensive market insights. +- Composes reports from the analysts and researchers to make informed trading decisions, determining the timing and magnitude of trades.
@@ -181,8 +181,6 @@ TradingAgents works with any market Yahoo Finance covers, using the exchange-suf
- China A-shares: Shanghai `.SS`, Shenzhen `.SZ` (e.g. `600519.SS` for Kweichow Moutai)
- Crypto: `BTC-USD`, `ETH-USD`
-Yahoo Finance may be rate-limited or blocked from some mainland-China networks. For China-native data sources, community forks such as [tradingagent_a](https://github.com/michaelyuancb/tradingagent_a) (AKShare-based) target that environment specifically.
-