Not for sale yet.
Drop your email and we'll let you know the moment it goes live.
Alpaca brokerage, native to Odoo.
Place equity and options orders, watch positions, and ingest market data inside the same database that runs your back office. Paper-first, fractional-friendly, multi-user from day one.
Why
Most Alpaca workflows live in a notebook on someone's laptop. Orders fire, P&L moves, and the audit trail dies with the kernel. This module pulls accounts, positions, orders, and bars into Odoo records so the same access rules, chatter, and reporting that govern the rest of the business govern the trading desk too.
How it works
- Connect an Alpaca accountPaper or live keys land in alpaca.account; access scopes by user.
- Sync market stateCrons pull positions, orders, assets, options chains, and news on cadence.
- Place trades from OdooEquity and option orders, including fractional shares and an option order wizard.
- Watch the dashboardPer-account dashboard shows equity, buying power, open positions, and recent fills.
- Build on topStrategy, risk, and agent modules in the family extend the same record set.
The Alpaca family
This module is the foundation. Five siblings stack on top of it, splitting the work between a deterministic algo path, an LLM-driven judgment path, and the shared decision and risk layers both consume.
Alpaca Algorithmic Trading
Five rule-based strategy archetypes (SMA, Donchian, RSI, vol-target, momentum) that emit signals against your accounts.
Agentic Alpaca
LLM agents review algo signals and propose discretionary trades; every write needs human approval.
Alpaca Risk Engine
Shared envelope and portfolio caps mixin so every strategy and agent answers to the same guardrails.
Alpaca Decision Tracking
Tamper-evident decision rows with features and outcomes — the substrate for closing a learning loop.
Alpaca Trading Agents
Mandate-driven autonomous agents that bridge openai_base and alpaca with a constrained tool surface.
Compatibility
Odoo 19.0 Alpaca API v2
Depends on base and mail. Python cryptography, python-dotenv, and requests are required. Bring your own Alpaca paper or live API keys.