Give Any LLM a Trading Desk

OpenProphet is an open-source, purpose-built agent framework and web UI for running multiple autonomous AI trading agents through OpenCode. Choose virtually any supported language model, connect isolated paper or live Alpaca accounts, and define the tools, account access, risk limits, and order types available to each agent.

The Autonomous Cognitive Trading Loop

OpenProphet gives your agent a repeated loop to navigate changing market evidence:

  1. Observe: Ingests real-time quotes, technical analysis indicators, and news context from MarketWatch and Google News.
  2. Thesis: Uses your chosen language model to formulate a structured trading hypothesis.
  3. Challenge: Evaluates the hypothesis against strict safety guardrails and historical trade setups in local database memory.
  4. Act & Remember: Dispatches permitted paper or live orders via the Alpaca API and stores the rationale in SQLite-vec database memory.

Why Agentic AI Differs from Rule-Based Bots

Unlike traditional algorithmic trading bots that rely on static mathematical indicators, OpenProphet uses large language models to reason dynamically about macro conditions, sentiment, and historical context.

For more details, read our topic guides: What is OpenProphet? (Architecture and features), Trading with AI, What is MCP Trading?, claude_prophet vs OpenProphet, and OpenProphet vs Freqtrade.

Core Capabilities

Setup and Pricing Packages

Self-Install Pack — $46.99 (one-time, lifetime access)

The complete setup guide and automated install command to run OpenProphet locally. Includes 8 strategy templates, 8 agent personas, 40+ MCP tool reference documentation, and 30 days of email setup support via [email protected]. Lifetime access means guide downloads and future updates remain available for as long as OpenProphet continues to operate.

VIP Setup Session — $699.99 (one-time)

Everything in the Premium Setup Guide, plus a 1-on-1 Zoom setup session where we configure the dependencies, Alpaca paper keys, and first trading agent with you live.

OpenProphet is open source. Technical users can clone the codebase directly from GitHub.

Frequently Asked Questions

What is OpenProphet?

OpenProphet is an autonomous trading agent framework and web UI. It orchestrates multiple language-model agents, isolated brokerage accounts, strategies, schedules, permissions, and risk limits from one local control surface.

Can OpenProphet trade with paper and real money?

Yes. OpenProphet supports Alpaca paper and live accounts in isolated sandboxes. Live order tools remain blocked unless explicitly enabled for an agent. Paper trading is the recommended place to start.

OpenProphet is open source. Technical users can clone the repo directly from GitHub at github.com/JakeNesler/OpenProphet. Read about the project's results on Medium.