Daily Stock Analysis
🇹🇭 ภาษาไทย
ภาพรวม
Daily Stock Analysis (ZhuLinsen/daily_stock_analysis) คือ LLM-powered ระบบวิเคราะห์หุ้นอัตโนมัติทุกวัน สำหรับตลาด CN (A-shares), HK, และ US — push รายงานผ่าน multi-channel notification (~33,700 ⭐)
ผลลัพธ์การวิเคราะห์
สำหรับแต่ละหุ้น:
- 🔑 สรุป 1 ประโยค (一句话核心结论)
- 📊 คะแนน (Scoring)
- 📈 จุดเข้า/ออก (买卖点位)
- ⚠️ Risk Alert (风险警报)
มิติการวิเคราะห์
| มิติ | รายละเอียด |
|---|---|
| Technical | Moving averages, Elliott Wave, market regime detection |
| Real-time quotes | ราคา real-time |
| Chip distribution | การกระจายของ cost basis |
| News sentiment | วิเคราะห์ข่าวด้วย AI |
| Fundamentals | ข้อมูลพื้นฐานบริษัท |
Data & AI Stack
| ประเภท | ตัวเลือก |
|---|---|
| AI Models | AIHubMix, Gemini, OpenAI, DeepSeek, Claude, Ollama |
| Market data | TickFlow, AkShare, Tushare, YFinance, Longbridge |
| News/Search | Anspire, SerpAPI, Tavily, Brave Search, SearXNG |
การ Push รายงาน
WeChat Work · Feishu · Telegram · Discord · Slack · Email
Deploy Options
| วิธี | รายละเอียด |
|---|---|
| GitHub Actions ⭐ | แนะนำ — zero-cost, server-free, schedule อัตโนมัติ |
| Local + cron | รันบนเครื่องตัวเอง |
| Docker | containerized |
| FastAPI mode | มี Web UI (light/dark theme) + historical reports |
เหมาะกับใคร
เหมาะสำหรับ investor ที่ต้องการ daily briefing อัตโนมัติ โดยไม่ต้อง code trading bot — เน้น analysis + report ไม่ใช่ execution
ความเชื่อมโยง
- Algorithmic Trading — broader context
- TradingAgents — alternative: interactive multi-agent analysis
- TradingAgents-CN — alternative: A-shares + web UI
🇬🇧 English
Overview
Daily Stock Analysis automates LLM-powered stock analysis for Chinese (A-shares), Hong Kong, and US markets. It generates daily reports with buy/sell signals and pushes them to multi-channel notification services (~33,700 ⭐).
Report Output per Stock
- One-sentence core conclusion
- Scoring (0–100)
- Entry/exit price points
- Risk alerts
Analysis Dimensions
Technical (MA, Elliott Wave, regime detection) + real-time quotes + chip distribution + news sentiment + fundamentals.
Stack
AI: AIHubMix, Gemini, OpenAI, DeepSeek, Claude, Ollama Data: TickFlow, AkShare, Tushare, YFinance, Longbridge News: SerpAPI, Tavily, Brave Search
Deployment
Recommended: GitHub Actions — zero-cost, zero-server, runs on schedule automatically.
Also supports local cron, Docker, FastAPI with web dashboard.
Positioning
Pure analysis + notification tool — no execution. Best for investors who want automated daily intelligence without building a trading system.
Related Pages
- Algorithmic Trading — Context
- TradingAgents-CN — Interactive analysis with web UI