feat: initial commit - EvoTraders project

量化交易多智能体系统,包含:
- 分析师、投资组合经理、风险经理等智能体
- 股票分析、投资组合管理、风险控制工具
- React 前端界面
- FastAPI 后端服务

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-03-13 04:34:06 +08:00
commit 12de93aa30
115 changed files with 29304 additions and 0 deletions

View File

@@ -0,0 +1,128 @@
[
{
"id": "t_20251107_AMZN_0",
"timestamp": 1762502400000,
"trading_date": "2025-11-07",
"side": "LONG",
"ticker": "AMZN",
"qty": 25,
"price": 242.9
},
{
"id": "t_20251107_TSLA_1",
"timestamp": 1762502400000,
"trading_date": "2025-11-07",
"side": "SHORT",
"ticker": "TSLA",
"qty": -5,
"price": 437.92
},
{
"id": "t_20251106_AAPL_0",
"timestamp": 1762416000000,
"trading_date": "2025-11-06",
"side": "LONG",
"ticker": "AAPL",
"qty": 30,
"price": 267.89
},
{
"id": "t_20251105_MSFT_0",
"timestamp": 1762329600000,
"trading_date": "2025-11-05",
"side": "LONG",
"ticker": "MSFT",
"qty": 20,
"price": 513.3
},
{
"id": "t_20251105_GOOGL_1",
"timestamp": 1762329600000,
"trading_date": "2025-11-05",
"side": "LONG",
"ticker": "GOOGL",
"qty": 15,
"price": 278.87
},
{
"id": "t_20251105_META_2",
"timestamp": 1762329600000,
"trading_date": "2025-11-05",
"side": "LONG",
"ticker": "META",
"qty": 10,
"price": 632.31
},
{
"id": "t_20251104_MSFT_0",
"timestamp": 1762243200000,
"trading_date": "2025-11-04",
"side": "LONG",
"ticker": "MSFT",
"qty": 25,
"price": 511.76
},
{
"id": "t_20251104_GOOGL_1",
"timestamp": 1762243200000,
"trading_date": "2025-11-04",
"side": "LONG",
"ticker": "GOOGL",
"qty": 15,
"price": 276.75
},
{
"id": "t_20251104_NVDA_2",
"timestamp": 1762243200000,
"trading_date": "2025-11-04",
"side": "LONG",
"ticker": "NVDA",
"qty": 20,
"price": 203.0
},
{
"id": "t_20251104_TSLA_3",
"timestamp": 1762243200000,
"trading_date": "2025-11-04",
"side": "SHORT",
"ticker": "TSLA",
"qty": 15,
"price": 454.46
},
{
"id": "t_20251103_MSFT_0",
"timestamp": 1762156800000,
"trading_date": "2025-11-03",
"side": "LONG",
"ticker": "MSFT",
"qty": 15,
"price": 519.8
},
{
"id": "t_20251103_GOOGL_1",
"timestamp": 1762156800000,
"trading_date": "2025-11-03",
"side": "LONG",
"ticker": "GOOGL",
"qty": 20,
"price": 282.18
},
{
"id": "t_20251103_META_2",
"timestamp": 1762156800000,
"trading_date": "2025-11-03",
"side": "LONG",
"ticker": "META",
"qty": 10,
"price": 656.0
},
{
"id": "t_20251103_AMZN_3",
"timestamp": 1762156800000,
"trading_date": "2025-11-03",
"side": "LONG",
"ticker": "AMZN",
"qty": 15,
"price": 255.36
}
]