daily_stock_analysis
SHA-256AIのビッグモデルに基づくA株/港株/米株のインテリジェントアナリティクスシステムは、意思決定デスクを自動的に生成し、マルチチャンネルで推進し、ゼロコストでタイムタイムで動作します。
スマートダウンロード
Download 版をダウンロード
v3.17.1 · 216.1 MB
AIで自動的に株を分析し、日々の結論をWeChat/Flybook/Telegramに送信し、サーバーを必要としません。
主な機能
- 「AI決定レポート:自動生成評価、買い売り信号、リスク警報および催化要因」、「多市場カバー:A株、港株、米国株、ETF、集合行事、K線、技術指標、資金流、ニュース」、「Webワークステーション:手動分析、任務監視、歴史レポート、Agent質問、フィードバック、倉庫管理」、「Agent戦略質問:サポートライン、バトル、波、トレンドなど15+内蔵戦略、多チャンネル質問」、「多チャンネル推進:企業WhatsApp、フライトブック、Telegram、Discord、Slack、メール、Markdown転送画像をサポート」、「ゼロコスト展開:GitHub Actionsはタイムで動作し、サーバーを必要とし
できないこと
- •このプロジェクトは分析の参考のみを提供し、投資アドバイスを構成するものではなく、株式市場はリスクを伴います。2.AI API Key(Anspire、Geminiなど)を自己申請する必要があり、一部無料で制限されます。3.ニュースソースの配置が分析の品質に影響を与え、少なくとも1つの検索APIを構成することをお勧めします。4.非取引日が自動的にジャンプされ、強制的に実行されます。5.プッシュチャンネルはロボットまたはボットが独自に作成し、キーを構成する必要があります。
使用例
- 「毎日自動分析自選株、携帯電話に推送購入提案を生成する」、「あなたは小売業者で、コードを書きたくないし、AIを介して倉庫の方向を判断したい」
詳細説明
日々の株式分析(DSA)は、AIの大モデルに基づくオープンソースの株式インテリジェンス分析システムで、A株、港株、米国株をカバーしています。リアルタイムのアナリティクス、Kライン、テクニカル指標、資金流、コード、ニュース、発表、基本データを統合して、AIの意思決定デスクトップ(ランキング、売買ポイント、リスク警報、カタリズム)を自動的に生成します。15以上の組み込まれた戦略(平均線、波動、トレンドなど)をサポートし、企業のWhatsApp、フライトブック、Telegram、Discord、Slack、メールなどのマルチチャネルの推進レポートを提供します。WebインターフェイスはGitHub Actions
タグ
はじめ方
ソフトウェアをインストール
ダウンロードした dmg ファイルを開き、アプリを Applications にドラッグ
[「Fork本倉庫をあなたのGitHubアカウントに」、「Secrets:AI API Key(Anspireなど)の設定、オプション株コード、通知チャネルWebhook」、「GitHub Actionsを有効にし、手動でテストを実行する」、「システムが自動的に取引日18:00に分析を実行し、レポートを推進する」]
- [「Fork本倉庫をあなたのGitHubアカウントに」、「Secrets:AI API Key(Anspireなど)の設定、オプション株コード、通知チャネルWebhook」、「GitHub Actionsを有効にし、手動でテストを実行する」、「システムが自動的に取引日18:00に分析を実行し、レポートを推進する」]
最新のリリースノート
### 发布亮点
- feat: 新增 Alert API MVP,支持告警规则 CRUD、启停、一次性测试以及触发/通知结果查询;首版覆盖 `price_cross`、`price_change_percent`、`volume_spike`,并保持 legacy 配置兼容和响应脱敏。
- feat: 通知网关新增 ntfy 与 Gotify 一等渠道;通知链路补齐 Web 测试、路由、Actions、诊断与文档,并新增默认关闭的进程内降噪能力。
- feat: Windows 桌面安装版接入自动更新安装流程,支持后台下载、用户确认后重启安装,以及 `.env`、数据库和日志等运行时文件备份/恢复。
- improve: 大盘复盘新增概念排行、人气股、涨停池等底层数据源,支持指数涨跌颜色语义配置,并将复盘结果写入分析历史。
- improve: Web 系统设置页支持 `.env` 配置备份导入/导出;通知测试、Agent/通知配置区域新增局部错误兜底,降低桌面端黑屏风险。
- improve: 报告新增 `REPORT_SHOW_LLM_MODEL` 开关,可隐藏聚合、简报、单股和模板报告底部的运行时模型信息。
- improve: Docker 启动入口自动修复挂载目录权限,并在 `logs` 不可写时降级到控制台输出,减少普通部署的手动修复步骤。
- fix: 数据源缺凭据或连接失败时更温和降级,Longbridge / Pytdx 加入冷却,资金流缺失时避免输出高置信买入结论。
- fix: 分析链路兼容 OpenAI-compatible `content_blocks` 响应,归一策略价格字段,并修复大盘复盘结果滚动与历史记录丢失问题。
- fix: 桌面端发版脚本关闭 electron-builder 自动发布,由 Release workflow 统一上传和发布产物,避免 tag 构建在打包完成后失败。
## What's Changed
* Add the Alert API MVP with rule CRUD, enable/disable controls, one-off testing, trigger history, notification result queries, and initial `price_cross`, `price_change_percent`, and `volume_spike` support by @massif-01 in [#1314](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1314)
* Expand the notification gateway with first-class ntfy and Gotify channels, optional in-process noise reduction, aggregated-notification failure isolation, diagnostics, routing, and Actions env mapping checks by @massif-01 in [#1271](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1271), [#1275](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1275), [#1260](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1260), [#1269](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1269), and [#1276](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1276)
* Add the Windows desktop auto-update installation flow and fix release packaging by disabling electron-builder auto-publish during workflow builds by @ZhuLinsen in [#1256](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1256)
* Improve market review coverage with sector rankings, popular stocks, limit-up pool data, index color semantics, analysis-history persistence, and result-panel scrolling fixes by @ZhuLinsen in [#1278](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1278), [#1295](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1295), [#1307](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1307), and [#1270](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1270)
* Add `.env` backup import/export on the Web settings page, add local error boundaries for notification and Agent settings, and allow reports to hide runtime model metadata by @ZhuLinsen in [#1253](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1253), [#1293](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1293), and [#1294](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1294)
* Fix Docker startup and deployment reliability by repairing mounted-directory permissions and falling back to console logging when the logs directory is not writable by @ZhuLinsen in [#1262](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1262) and [#1263](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1263)
* Make data-provider and analysis failures degrade more safely, including optional fetcher initialization skips, Longbridge reconnect cooldowns, Pytdx cooldowns, and lower-confidence output when fund-flow data is missing by @zbl-96 and @ZhuLinsen in [#1249](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1249) and [#1289](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1289)
* Improve report and LLM compatibility by supporting OpenAI-compatible `content_blocks`, normalizing strategy price fields, and increasing the default timeout budget for fundamental aggregation by @ZhuLinsen in [#1284](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1284), [#1264](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1264), and [#1288](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1288)
* Update documentation for the alert center, notification channels, desktop packaging, README presentation, and PR title conventions by @massif-01 and @ZhuLinsen in [#1301](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1301), [#1258](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1258), [#1259](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1259), and [#1308](https://github.com/ZhuLinsen/daily_stock_analysis/pull/1308)
**Full Changelog**: https://github.com/ZhuLinsen/daily_stock_analysis/compare/v3.16.0...v3.17.1
SHA-256 チェックサム確認済み
GitHub 公式 Release ページから抽出されたチェックサム
SHA256 チェックサム
ba6a9a6f1bfa024d40305f1c8342bb7f5562634dd20bddeae8d9db7b358c7eaaこのチェックサムは GitHub Release ページから抽出されたものです。ダウンロード後にファイルの整合性を確認してください。
本プラットフォーム上のすべての SHA-256 チェックサムは、プロジェクトの公式 GitHub Release ページから抽出されたもので、一切の改変はありません。GitHub Releases ページで独自に検証できます。
オープンソースの透明性
GitHub ソースを見るアンインストール情報
GitHub 上のフォークの倉庫を削除するか、Docker コンテナを停止して、ローカル プロジェクト ディレクトリを削除して完全に削除します。
追加の依存関係なし
ダウンロード後すぐに使用可能。追加のランタイムは不要です。