Skip to content

Commit 6d9ad9b

Browse files
committed
reflect update on readme_cn
1 parent 44821a4 commit 6d9ad9b

File tree

1 file changed

+14
-25
lines changed

1 file changed

+14
-25
lines changed

README_CN.md

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@
3434

3535
<br>
3636

37-
[![GitHub stars](https://img.shields.io/github/stars/your-username/QuantAgents)](https://github.com/Y-Research-SBU/QuantAgent/stargazers)
38-
[![GitHub forks](https://img.shields.io/github/forks/your-username/QuantAgents)](https://github.com/Y-Research-SBU/QuantAgent/forks)
39-
[![GitHub pull requests](https://img.shields.io/github/issues-pr/your-username/QuantAgents)](https://github.com/Y-Research-SBU/QuantAgent/pulls)
40-
[![GitHub issues](https://img.shields.io/github/issues/your-username/QuantAgents)](https://github.com/Y-Research-SBU/QuantAgent/issues)
41-
[![GitHub contributors](https://img.shields.io/github/contributors/your-username/QuantAgents?color=2b9348)](https://github.com/your-username/QuantAgents/graphs/contributors)
42-
[![GitHub license](https://img.shields.io/github/license/your-username/QuantAgents?color=2b9348)](https://github.com/Y-Research-SBU/QuantAgent/blob/main/LICENSE)
37+
[![GitHub stars](https://img.shields.io/github/stars/Y-Research-SBU/QuantAgent?style=flat&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/stargazers)
38+
[![GitHub forks](https://img.shields.io/github/forks/Y-Research-SBU/QuantAgent?style=flat&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/forks)
39+
[![Pull Requests](https://img.shields.io/github/issues-pr/Y-Research-SBU/QuantAgent?label=Pull%20Requests&logo=gitbook)](https://github.com/Y-Research-SBU/QuantAgent/pulls)
40+
41+
[![GitHub issues](https://img.shields.io/github/issues/Y-Research-SBU/QuantAgent?style=flat&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/issues)
42+
[![GitHub contributors](https://img.shields.io/github/contributors/Y-Research-SBU/QuantAgent?style=flat&color=2b9348&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/graphs/contributors)
43+
[![GitHub license](https://img.shields.io/github/license/Y-Research-SBU/QuantAgent?style=flat&color=2b9348&logo=open-source-initiative)](https://github.com/Y-Research-SBU/QuantAgent/blob/main/LICENSE)
4344
[![WeChat](https://img.shields.io/badge/WeChat-07C160?style=flat&logo=wechat&logoColor=white)](assets/wechat.jpg)
4445

4546
</div>
@@ -48,7 +49,7 @@
4849

4950
<div align="center">
5051

51-
🚀 [功能特性](#-功能特性) | ⚡ [安装](#-安装) | 🎬 [使用](#-使用) | 🔧 [实现细节](#-实现细节) | 📊 [基准测试](#-基准测试) | 🤝 [贡献](#-贡献) | 📄 [许可证](#-许可证)
52+
🚀 [功能特性](#-功能特性) | ⚡ [安装](#-安装) | 🎬 [使用](#-使用) | 🔧 [实现细节](#-实现细节) | 🤝 [贡献](#-贡献) | 📄 [许可证](#-许可证)
5253

5354
</div>
5455

@@ -188,23 +189,6 @@ final_state = trading_graph.graph.invoke(initial_state)
188189

189190
您可以在 `default_config.py` 中查看完整的配置列表。
190191

191-
## 📊 基准测试
192-
193-
`benchmark/` 文件夹包含用于在多个资产上测试 QuantAgents 系统的评估数据集。对于每个资产,我们通过 yfinance 等公共交易 API 收集 5000 个历史柱状图。
194-
195-
从这些数据中,我们为每个资产随机采样 100 个评估段。每个段由 100 个连续的蜡烛图序列组成,最后三个蜡烛图被保留在输入之外,以防止在测试时提示中暴露已验证的市场结果。系统在零样本设置中运行——无需任何监督微调——通过生成结构化交易报告,包括方向性决策(做多或做空)、简洁的文本理由和预测的风险回报比。
196-
197-
### 可用资产
198-
- **BTC**:比特币(100 个 CSV 文件)
199-
- **CL**:原油(100 个 CSV 文件)
200-
- **DJI**:道琼斯工业平均指数(100 个 CSV 文件)
201-
- **ES**:E-mini 标普 500(100 个 CSV 文件)
202-
- **GC**:黄金期货(100 个 CSV 文件)
203-
- **NQ**:纳斯达克期货(100 个 CSV 文件)
204-
- **QQQ**:Invesco QQQ 信托(100 个 CSV 文件)
205-
- **SPX**:标普 500(100 个 CSV 文件)
206-
207-
每个 CSV 文件包含 4 小时蜡烛图数据,具有 OHLCV(开盘、最高、最低、收盘、成交量)信息,用于评估和回测目的。
208192

209193
## 🚀 使用
210194

@@ -272,4 +256,9 @@ python web_interface.py
272256

273257
如有问题、反馈或合作机会,请联系:
274258

275-
**邮箱**[[email protected]](mailto:[email protected])
259+
**邮箱**[[email protected]](mailto:[email protected])
260+
261+
262+
## Star History
263+
264+
[![Star History Chart](https://api.star-history.com/svg?repos=Y-Research-SBU/QuantAgent&type=Date)](https://www.star-history.com/#Y-Research-SBU/QuantAgent&Date)

0 commit comments

Comments
 (0)