HKUDS/Vibe-Trading:README に基づく導入ガイド
README、メタデータ、ライセンスに基づく HKUDS/Vibe-Trading の導入と確認ガイドです。
プロジェクトの範囲
HKUDS/Vibe-Trading の README はプロジェクトを「"Vibe-Trading: Your Personal Trading Agent"」と説明しています。ここではリポジトリで確認できる事実だけを整理します。star 数やバッジは注目度の手掛かりであり、品質の証明ではありません。「📰 News」には次の説明があります。> ⚠️ Security warning: The X account VibeTradingHKU, Virtuals project 101845, and token contract 0x640BDBF77b6447E8b7DB7894cED84BD1c40571f4 are not official Vibe-Trading assets. We have never launched or endorsed any token or memecoin.。これは範囲の説明であり、本番検証の結果ではありません。
向いている用途
README の「📰 News」にある内容から、用途が合うかを先に判断できます。2026-08-03 ⏰ Timezone-aware scheduled research + unblocked stock screening: Scheduled jobs now take an optional IANA timezone and evaluate cron on that zone's wall clock, so a cadence survives DST , a spring-forward gap is skipped and a。目的が違うなら、人気だけで採用する理由にはなりません。プロジェクト名やコマンドは原文のまま残し、一次資料へ戻って用語を確認できるようにしています。 README には次の確認可能な項目もあります。2026-08-04 🔧 Correctness pass: fundamentals, A-share prices, oversized results: SEC reporting periods are now keyed on their (start, end) span , a 10-Q files the true quarter and the year-to-date frame under the same end date and fiscal。初回テストの材料にはなりますが、実際の環境での確認を省略する理由にはなりません。
動作の考え方
動作の説明は「💡 What Is Vibe-Trading?」など複数の箇所に分かれています。確認できる情報は次の通りです。Vibe-Trading is an open-source research workspace for turning finance questions into runnable analysis. It connects natural-language prompts to market-data loaders, strategy generation, backtest engines, reports, exports, and persistent。書かれていない構成、性能、セキュリティを推測で補いません。導入時はディレクトリ、設定ファイル、release 履歴を確認してください。
インストールと初回起動
初回導入は README の入口から始めます。確認できるコマンドは次の通りです。 pip install vibe-trading-ai # Natural-language research vibe-trading run -p "Backtest a BTC-USDT 20/50 moving-average strategy for 2024, summarize return and drawdown, then export the report" # Bench a pre-built alpha zoo (one line) vibe-trading alpha bench --zoo gtja191 --universe csi300 --period 2018-2025 --top 20 実行可能なコマンドがない場合は手順を作らず、「✨ Key Features」で依存関係、待受ポート、初回設定を確認します。