Skip to content

Commit 898963f

Browse files
committed
EvoTrades: move assets to cdn path
1 parent 56e04a5 commit 898963f

40 files changed

+93
-46
lines changed

evotraders/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Supports real-time market data integration, providing backtesting mode and live
3333
Observe agents' analysis processes, communication records, and decision evolution in real-time, with complete tracking of return curves and analyst performance.
3434

3535
<p>
36-
<img src="./docs/assets/performance.png" width="45%">
36+
<img src="docs/assets/performance.jpg" width="45%">
3737
<img src="./docs/assets/dashboard.jpg" width="45%">
3838
</p>
3939

@@ -85,9 +85,17 @@ evotraders live --mock # Mock mode (testing)
8585
evotraders live -t 22:30 # Run daily at 22:30 local time (auto-converts to NYSE timezone)
8686
```
8787

88+
**Get Help:**
89+
```bash
90+
evotraders --help # View global CLI help
91+
evotraders backtest --help # View backtest mode parameters
92+
evotraders live --help # View live/mock run parameters
93+
```
94+
8895
**Launch Visualization Interface:**
8996
```bash
90-
# Ensure npm is installed
97+
# Ensure npm is installed, otherwise install it:
98+
# npm install
9199
evotraders frontend # Default connects to port 8765, you can modify the address in ./frontend/env.local to change the port number
92100
```
93101

@@ -97,7 +105,7 @@ Visit `http://localhost:5173/` to view the trading room, select a date and click
97105

98106
## System Architecture
99107

100-
![Architecture Diagram](./docs/assets/evotraders_pipeline.png)
108+
![Architecture Diagram](docs/assets/evotraders_pipeline.jpg)
101109

102110
### Agent Design
103111

evotraders/README_zh.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ EvoTraders是一个开源的金融交易智能体框架,通过多智能体协
3838

3939

4040
<p>
41-
<img src="./docs/assets/performance.png" width="45%">
41+
<img src="docs/assets/performance.jpg" width="45%">
4242
<img src="./docs/assets/dashboard.jpg" width="45%">
4343
</p>
4444

@@ -90,9 +90,17 @@ evotraders live --mock # Mock 模式(测试)
9090
evotraders live -t 22:30 # 每天本地时间 22:30 运行(自动转换为 NYSE 时区)
9191
```
9292

93+
**获取帮助:**
94+
```bash
95+
evotraders --help # 查看整体命令行帮助
96+
evotraders backtest --help # 查看回测模式的参数说明
97+
evotraders live --help # 查看实盘/Mock 运行的参数说明
98+
```
99+
93100
**启动可视化界面:**
94101
```bash
95-
# 确保已安装 npm
102+
# 确保已安装 npm, 否则请安装:
103+
# npm install
96104
evotraders frontend # 默认连接 8765 端口, 你可以修改 ./frontend/env.local 中的地址从而修改端口号
97105
```
98106

@@ -102,7 +110,7 @@ evotraders frontend # 默认连接 8765 端口, 你可以修改 .
102110

103111
## 系统架构
104112

105-
![架构图](./docs/assets/evotraders_pipeline.png)
113+
![架构图](docs/assets/evotraders_pipeline.jpg)
106114

107115
### 智能体设计
108116

-1.17 MB
Loading
-3.05 MB
Loading
180 KB
Loading
-5 MB
Binary file not shown.
189 KB
Loading
-1.18 MB
Binary file not shown.
-2.73 MB
Binary file not shown.
-164 KB
Binary file not shown.

0 commit comments

Comments
 (0)