Personal trading with artificial intelligence
Vibe-Trading offers a personal trading agent developed for trading in financial markets. The project allows users to manage automatic trading strategies with its Python-based structure.
Updates
- September 9, 2026: Stars 32,899 → 33,083, latest release v0.1.15 (September 9, 2026).
- September 7, 2026: Stars 31,295 → 32,899, latest release v0.1.14 (August 20, 2026).
- August 20, 2026: Stars 30,558 → 31,295, latest release v0.1.14 (August 20, 2026).
- August 11, 2026: Stars 29,309 → 30,558, latest release v0.1.13 (August 10, 2026).
What you get
- Automated strategy management with personal trading agent.
- Access to market data with multi-brokerage support.
- Security-oriented transaction authorization and audit ledger.
Installation
pip install vibe-trading-aigit clone https://github.com/HKUDS/Vibe-Trading.git
cd Vibe-Trading
python -m venv .venv
# Activate
source .venv/bin/activate # Linux / macOS
# .venv\Scripts\Activate.ps1 # Windows PowerShell
pip install -e .
cp agent/.env.example agent/.env # Edit — set your LLM provider API key
vibe-trading # Launch interactive TUIRunning it
vibe-trading run -p "Backtest a BTC-USDT 20/50 moving-average strategy for 2024, summarize return and drawdown, then export the report"vibe-trading alpha bench --zoo gtja191 --universe csi300 --period 2018-2025 --top 20If you don't write code
I want to trade in the financial markets with the Vibe-Trading agent. Please help me analyze current market data, backtest the strategies I have identified, and manage my brokerage connections securely. Explain step by step how I can configure automated trading processes, specifically determining my trading mandates and risk limits.
Related dictionary terms
Links
TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-06-04: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.