tradusai/START_HERE.md
2025-12-02 22:54:03 +08:00

39 lines
724 B
Markdown
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🚀 快速开始
## 一键运行命令
```bash
cd /Users/aaron/source_code/tradus-ai/realtime-ingestion
# 1⃣ 生成交易信号(含 AI 分析)
./run_signal.sh
# 2⃣ 查看最新信号
./view_signal.sh
# 3⃣ 查看实时数据
./view_data.sh
```
---
## 📋 所有可用命令
| 命令 | 说明 |
|------|------|
| `./run_signal.sh` | 生成交易信号(每次调用 AI |
| `./run_signal_smart.sh` | 生成交易信号(智能门控,节省成本) |
| `./view_signal.sh` | 查看最新信号 |
| `./view_data.sh` | 查看实时数据 |
| `make logs` | 查看系统日志 |
| `make monitor` | 系统监控 |
---
## 💡 详细说明
查看完整使用指南:
```bash
cat USAGE.md
```