docs updated
This commit is contained in:
parent
78de587a0b
commit
18ff684dfc
|
|
@ -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.
|
||||
|
||||
<p align="center">
|
||||
<img src="../../assets/schema.png" style="width: 100%; height: auto;">
|
||||
<img src="../assets/schema.png" style="width: 100%; height: auto;">
|
||||
</p>
|
||||
|
||||
> 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.
|
||||
|
||||
<p align="center">
|
||||
<img src="../../assets/analyst.png" width="100%" style="display: inline-block; margin: 0 2%;">
|
||||
<img src="../assets/analyst.png" width="100%" style="display: inline-block; margin: 0 2%;">
|
||||
</p>
|
||||
|
||||
### Researcher Team
|
||||
|
|
|
|||
Loading…
Reference in New Issue