Skip to content

Commit 44821a4

Browse files
committed
update on index page
1 parent 1ff3dbe commit 44821a4

File tree

7 files changed

+295
-158
lines changed

7 files changed

+295
-158
lines changed

README.md

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@
3333

3434
<br>
3535

36-
[![GitHub stars](https://img.shields.io/github/stars/your-username/QuantAgents)](https://github.com/Y-Research-SBU/QuantAgent/stargazers)
37-
[![GitHub forks](https://img.shields.io/github/forks/your-username/QuantAgents)](https://github.com/Y-Research-SBU/QuantAgent/forks)
38-
[![GitHub pull requests](https://img.shields.io/github/issues-pr/your-username/QuantAgents)](https://github.com/Y-Research-SBU/QuantAgent/pulls)
39-
[![GitHub issues](https://img.shields.io/github/issues/your-username/QuantAgents)](https://github.com/Y-Research-SBU/QuantAgent/issues)
40-
[![GitHub contributors](https://img.shields.io/github/contributors/your-username/QuantAgents?color=2b9348)](https://github.com/your-username/QuantAgents/graphs/contributors)
41-
[![GitHub license](https://img.shields.io/github/license/your-username/QuantAgents?color=2b9348)](https://github.com/Y-Research-SBU/QuantAgent/blob/main/LICENSE)
36+
[![GitHub stars](https://img.shields.io/github/stars/Y-Research-SBU/QuantAgent?style=flat&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/stargazers)
37+
[![GitHub forks](https://img.shields.io/github/forks/Y-Research-SBU/QuantAgent?style=flat&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/forks)
38+
[![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)
39+
40+
[![GitHub issues](https://img.shields.io/github/issues/Y-Research-SBU/QuantAgent?style=flat&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/issues)
41+
[![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)
42+
[![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)
43+
[![WeChat](https://img.shields.io/badge/WeChat-07C160?style=flat&logo=wechat&logoColor=white)](assets/wechat.jpg)
4244

4345
</div>
4446

@@ -123,7 +125,6 @@ export OPENAI_API_KEY="your_api_key_here"
123125

124126
## 🔧 Implementation Details
125127

126-
We built QuantAgents with LangGraph to ensure flexibility and modularity. We utilize gpt-4o and gpt-4o-mini as our deep thinking and fast thinking LLMs for our experiments. However, for testing purposes, we recommend you use gpt-4o-mini to save on costs as our framework makes lots of API calls.
127128

128129
**Important Note**: Our model requires an LLM that can take images as input, as our agents generate and analyze visual charts for pattern recognition and trend analysis.
129130

@@ -191,23 +192,7 @@ The system supports the following configuration parameters:
191192

192193
You can view the full list of configurations in `default_config.py`.
193194

194-
## 📊 Benchmark
195-
196-
The `benchmark/` folder contains evaluation datasets for testing the QuantAgents system across multiple assets. For each asset, we collect 5000 historical bars via public trading APIs such as yfinance.
197-
198-
From this data, we randomly sample 100 evaluation segments per asset. Each segment is composed of a sequence of 100 consecutive candlesticks, and the final three candlesticks are withheld from the input to prevent exposing the verified market outcome within the test-time prompt. The system operates in a zero-shot setting—without any supervised fine-tuning—by generating structured trade reports that include a directional decision (LONG or SHORT), a concise textual justification, and a predicted risk-reward ratio.
199-
200-
### Available Assets
201-
- **BTC**: Bitcoin (100 CSV files)
202-
- **CL**: Crude Oil (100 CSV files)
203-
- **DJI**: Dow Jones Industrial Average (100 CSV files)
204-
- **ES**: E-mini S&P 500 (100 CSV files)
205-
- **GC**: Gold Futures (100 CSV files)
206-
- **NQ**: Nasdaq Futures (100 CSV files)
207-
- **QQQ**: Invesco QQQ Trust (100 CSV files)
208-
- **SPX**: S&P 500 (100 CSV files)
209195

210-
Each CSV file contains 4-hour candlestick data with OHLCV (Open, High, Low, Close, Volume) information for evaluation and backtesting purposes.
211196

212197
## 🚀 Usage
213198

@@ -276,3 +261,8 @@ If you encounter any issues, please:
276261
For questions, feedback, or collaboration opportunities, please contact:
277262

278263
264+
265+
266+
## Star History
267+
268+
[![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)

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
[![GitHub issues](https://img.shields.io/github/issues/your-username/QuantAgents)](https://github.com/Y-Research-SBU/QuantAgent/issues)
4141
[![GitHub contributors](https://img.shields.io/github/contributors/your-username/QuantAgents?color=2b9348)](https://github.com/your-username/QuantAgents/graphs/contributors)
4242
[![GitHub license](https://img.shields.io/github/license/your-username/QuantAgents?color=2b9348)](https://github.com/Y-Research-SBU/QuantAgent/blob/main/LICENSE)
43+
[![WeChat](https://img.shields.io/badge/WeChat-07C160?style=flat&logo=wechat&logoColor=white)](assets/wechat.jpg)
4344

4445
</div>
4546

assets/darklogo.png

43.8 KB
Loading

assets/logo.png

268 KB
Loading

assets/rolling.png

28.3 KB
Loading

assets/wechat.jpg

101 KB
Loading

0 commit comments

Comments
 (0)